Thought that I did my homework, and 4 days of it was enough, so here it is. Simple as it may be I am just trying to connect a Storyboard Tab View Controller to a web address for each Tab (noob here). There are a lot of codes out there and all of them have not worked. I have been everywhere learning what not to do. This is an X-mas present for the family to view our personal websites.
Goal: TabBarView (with Storyboard) - 4 Tabs (each a UIWebView)
I do know how to connect the UIWebView - ViewController and the ViewController - File's Owner
In the .h I have done:
{
IBOutlet IUWebView *google;
}
The .m string is driving me crazy though, none of the post for IOS 5 have worked.
Please Help. I have been working on this for 3 weeks and have learned a lot. Also if there is any reference on Xcode tutorials besides the Dev Center would be much appreciated.