Highlightr icon indicating copy to clipboard operation
Highlightr copied to clipboard

Objective-C usage

Open Aft3rmathpwnz opened this issue 9 years ago • 4 comments

Hi, is it possible to use Highlightr with Objective-C? I created sample project in which added to pod file ios-charts and Highlightr (both in swift, using use_frameworks!), and I am able to @import Charts; and use its classes unlike Highlightr.

Aft3rmathpwnz avatar Feb 02 '17 11:02 Aft3rmathpwnz

Hi @Aft3rmathpwnz, the latest release doesn't support objc, sorry about that. But #14 is actually about this, so probably you'll see it in the near future.

raspu avatar Feb 03 '17 14:02 raspu

Thanks for response, @raspu ! Can I mark some previous version in pod file to use it in objective-c? if so, which version should I use? Thanks again!

Aft3rmathpwnz avatar Feb 03 '17 14:02 Aft3rmathpwnz

Sorry, no, this is a new feature.

raspu avatar Feb 03 '17 14:02 raspu

Hi, is it possible to use Highlightr with Objective-C? I created sample project in which added to pod file ios-charts and Highlightr (both in swift, using use_frameworks!), and I am able to @import Charts; and use its classes unlike Highlightr.

You can try my objc port https://github.com/cntrump/HighlightrObjC

cntrump avatar Sep 11 '19 01:09 cntrump