views:

49

answers:

1

I am using UIWebView in my application. I would like to have some hyperlinks to call methods in the Objective-C app. Is it possible? How?

+2  A: 

This Stack Overflow question on exposing methods through JavaScript should help you get started.

Alex Reynolds