I am writing an app in which there is a tab bar and it got 5 tabs, I placed UIWebView on top of that tabs using Interface Builder. Now I want to add some content (webpages) to that webview. Any help pls.
Many Thanks.
I am writing an app in which there is a tab bar and it
Share
UIWebView implements the following methods to load content:
The first two are most straight-forward for remote and local content, respectively.