Manikandan S
Manikandan S

Reputation: 1

iPhone invoking a Objective-C from Javascript

How to invoke a Objective-C method from Javascript without a UIWebview.

Upvotes: 0

Views: 199

Answers (2)

Display name
Display name

Reputation: 2747

Well you could try libraries like JSCocoa: http://inexdo.com/JSCocoa

Upvotes: 0

hotpaw2
hotpaw2

Reputation: 70673

You would have to port and include your own Javascript interpreter if you don't want to use a UIWebView.

Upvotes: 2

Related Questions