Reputation: 1
How to invoke a Objective-C method from Javascript without a UIWebview.
Upvotes: 0
Views: 199
Reputation: 2747
Well you could try libraries like JSCocoa: http://inexdo.com/JSCocoa
Upvotes: 0
Reputation: 70673
You would have to port and include your own Javascript interpreter if you don't want to use a UIWebView.
Upvotes: 2