I am trying to use this ios-charts library in NativeScript. This library is written in Swift and not in Objective-C. Can I use it? I have tried to use it but it is giving me an
You can check for example my dialog plug-in: https://github.com/enchev/nativescript-dialog
I'm consuming Swift library SDCAlertView and you can find more info about how to setup this in the pod and xconfig files: https://github.com/enchev/nativescript-dialog/tree/master/platforms/ios
All classes most probably are avaialble in the global context. For example:
var chart = new BarChartView();