I am looking for good plotting library (line, pie, column charts) which allows to interact with user touches something like in Stocks app.
I found a core-plot library but seems like that interaction logic is not well-covered.
Please suggest what libraries can be used?
Configured out the issue.
Interaction logic is covered in core-plot library in
CPLayerHostingView.mfile.If you need to associate your
ViewControllerwithCPLayerHostingView, simply add property:Then in
ViewControlleruse code:So now you are able to run any controller’s view methods from view.