Re: Beta 8 - Tab Bar Application with UIWebView
Hi,
I was solved a similar problem with dagamer34's help.
1.Make new project with "Tab Bar Application" template.
2.Add "IBOutlet id label;" In @Interface of "FirstViewController.h".
3.Link label and File's Owner In "SecondView.xib".
4.Build and run, then termination will occur when select second tab.
|
5.Open "MainWindow.xib" and select second tab.
6.Change Class of View Controller (Second) to "FirstViewController".
7.Build and run, then app will go well.
Ryokmd
|