How to invoke a Objective-C method开发者_StackOverflow社区 from Javascript without a UIWebview.
You would have to port and include your own Javascript interpreter if you don't want to use a UIWebView.
Well you could try libraries like JSCocoa: http://inexdo.com/JSCocoa
精彩评论