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

JavaWizKid

macrumors 6502a
Original poster
Sep 18, 2008
572
1
How can I do this? I've created a main menu for my game in the Interface Builder and hooked up the classes and button actions. I want the start game button to make a subview appear with the game contents on. How can I create this subview and implement it into my app. Thanks.
 
This is pretty basic iPhone SDK stuff you're asking for. Perhaps it's time to step away from the real coding and review the fundamentals before continuing.
 
I haven't been reading Apple's Documentation because I found it complicated. I've been watching videos and reading other documents o learn how to program with Xcode. Trial and error is my best way of learning and I haven't came across how to do this. Please point me in the right direction thanks.
 
The topic is covered in Chapter 6 (of 17) in the "Beginning iPhone Development" book. To me, that's basic.

JavaWizKid, Walk first, run later!
I may well have started lower down the evolutionary scale than you, but that was 7 months ago and a lot of hard work.

I found the following example very useful in illustrating how multiple views work and how to add them. Try adding a separate 'about' view to this example code using the 'info' button on the tabbar. That should get you in the right place. If you can't, go and read the book Dejo suggests.

http://www.iphonesdkarticles.com/2008/09/navigation-controller-uitoolbar.html
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.