Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

loon3y

macrumors 65816
Original poster
Oct 21, 2011
1,235
126
where is the main window.xib in Xcode 4.2???? i made tab bar based app using the template.


is there a main window.xib in the non beta version of Xcode 4.2? i was told that noobs shouldn't use beta versions.




I'm trying to add a tableview to one of my view controllers that are on the tab bar and I'm stuck because all the tutorials have main window.xibs.
 
There is no MainWindow.xib in the Tabbed Application template.

If you unticked Use Storyboard when you created the project, you should see 2 controller xibs, one for each of the tabs.

You add/delete tabs by adding/deleting the controller xibs and the associated view controller classes. Then edit application:didFinishLaunchingWithOptions: in the app delegate.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.