views:

36

answers:

3

iPhone page one is written.. as view based app, any simple "how to" to make a new page, and how to get a button to take me there?

Also looking for a "how to" make an info button/page to flip..

Anyone? Thx a lot :-)

+1  A: 

If you're interested in flip behavior, take a look at the "Utility Application" template in Xcode.

amrox
+1  A: 

This is a very broad question as there are many ways to show another view. I suggest you start with the ViewController Programming Guide for iPhone OS in order to narrow your question down to the type of view and transition you want to implement.

TechZen
+1  A: 

If you want to play with navigation between views, I would recommend starting with a navigation-based iPhone project and trying some code like in this answer to How do I reset a UINavigationController?

gerry3