views:

52

answers:

1

I have an indexed table view and I want it to have a detail view when I click something but right now it just comes up with a screen with a navigation bar but no title and not text. Does anyone know of a tutorial that teaches you how to do that?

Thanks

+1  A: 

How are you creating your detail view controller? show some code, e.g. where you call -pushViewController:

And there's a fairly simple tutorial here http://www.iphonesdkarticles.com/2009/01/uitableview-sectioned-table-view.html

mjhoy