Hi,
When i click a link in the uiwebview is that possible to load a uiview ? Is there a way to transfer control from uiwebview to uiview.
Hi,
When i click a link in the uiwebview is that possible to load a uiview ? Is there a way to transfer control from uiwebview to uiview.
Implement the webView:shouldStartLoadWithRequest:navigationType:
method of the UIWebViewDelegate protocol.