views:

22

answers:

1

I've been asked by a client to develop an application that will allow the user to navigate between a series of views. It's best described as a book, with an interactive contents menu.

I know the VERY basics of Objective-C but I have no idea how the views work together, how could I jump from one view to another at the click of a button? Could you also explain this in as layman terms as possible please?

Sorry for this ultra-newbie question, but thanks in advance for the help.

+2  A: 

You want to look into UINavigationControllers

qui
Damn, beat me to it.:)
esqew