Re: Beta 8 - Tab Bar Application with UIWebView
Hi HoofSC,
Find below the steps that I did (with the help of dagamer34) and it works.
1. Create a New Tab Bar Application
2. Open up the SecondView.xib in IB, remove label and add a UIWebView
3. Select the File's Owner Icon and add an Outlet called webView, with type UIWebView
4. Connect from the File's Owner webView Outlet to the UIWebView control (save)
5. Add to FirstViewController.h the IBOutlet UIWebView *webView;
6. Open up the MainWindow.xib, Select the Second Button, under the View Controller Identity in the Class type in FirstViewController. Save and close
7. Build and Go, select the Tab Bar called Second and it works
Last edited by Marco; 07-15-2008 at 12:09 AM.
Reason: Sample iPhone Project
|