when click Audio button in view1.xib
i want to load view2.xib file (this is not in uiwebview)
I want in my application just like this link.
But in this link the rootviewcontroller is in uiview but in my application the root view controller in UIWebView how to change the view if the rootview is in uiwebview?
in the uiwebview html content for navigating to another view, you do have a link
for example
In the viewcontroller that contains the UIWebView, set the delegate of webView to be the the viewcontroller
in the view controller Implement following