views:

333

answers:

1

So just went through this tutorial:

http://icodeblog.com/2010/04/05/ipad-programming-tutorial-hello-world/

Now what I want to do is setup the detail view as a navigation controller. The question is how?

My first inclination is to have the DetailViewController extend a UINavigationContoller. Is that the best approach? If so does the array of controllers go into the DetailViewController?

Comments, ideas, tutorials are all welcome. Thank you.

A: 

the better approach would be adding a navigation controller for the detail view in interface nib just like how we will add for root view contrller.

chaitanya