Opening links to a new UIWebView
Hi,
I'm new to iPhone development and I want to make a webview that displays some custom html content. However, I want a navigation bar on top, and every time a link is selected, I want it to open with a transition animation, just like what happens when you push a view to the navigation stack. Thus, I thought of creating a new UIWebView every time a link is selected (overriding the shouldStartLoadWithRequest method).
I created a new .xib file in IB with a UIWebView, but how can I tell it to open the proper link? Will it be easier to use only code in order to create a new webview everytime a link is selected?
Thanks for any help,
Irene
|