I am integrating highchart in iOS . In that I need to send value from javascript(html file) to Objective-C
method. (i.e) if I zoom in the highchart in UIWebView
, I need to send the zoom cordinates of X axis from javascript
to Objective-C
by calling an Objective-C
method after the zooming is done by the user. Can any one help me in doing this?
Thanks in advance