views:

243

answers:

1

Hi All,

I am new to the iphone development and have to develop a multivew application for the same.

I want to do the following:

  1. On click of a button in the main window; we have to open a new view that has a toolbar with items & a tab bar in it; with some text data in between from a service.

  2. If the user click on any of the toolbar item a new view should pop up with a table view.

It would be a great help if any one can give me direction as how to proceed with this? I am confused with the controller flow.

Thanks, Yogi Bear

+2  A: 

The best way to learn about this is from the source, check out Apple's document on View Controllers.

bmalicoat