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

CrAkD

macrumors 68040
Original poster
Feb 15, 2010
3,182
257
Boston, MA
Ok so I'm a new developer I haven't programmed in years and I used to program in VB (lol) but what I would always do is make the whole interface first then code it. Seemed easier for me to figure stuff out that way. Is there a way to do this in Xcode? I tried for an hour and a half to add a tab to default 2 tab controller. No matter what I did I couldn't get it to add a thirdviewcontroller.
 
Drag a new View Controller, or Navigation Based controller from your library onto your tabbarcontroller, TADAA :) u just need to give it a header, like ThirdViewController.h, and the NIB file in the identity inspector. and should work like a charm.
 
Drag a new View Controller, or Navigation Based controller from your library onto your tabbarcontroller, TADAA :) u just need to give it a header, like ThirdViewController.h, and the NIB file in the identity inspector. and should work like a charm.

I tried dragging stuff from the library it just bounced back haha. I made a header but can't remember if I made the header before or after trying to drag. I'll try again thanks!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.