I built an application. On the one my views I used TableView. So now I want to change this Table view to a navigation controller.
1- How can I change UITable view to Navigation Controller. I add navigation codes but I got some alert! [I know I must identify my navigation delegate, but HOW ?]
alt text http://freezpic.com/pics/2925e25b0b869ef954c081d374f366ed.jpg
Here is my Mapping Views!
AppNameViewController
-
FirstViewController [on this view I used table view and I want change to nav]
-
SecondViewController
- ThirdViewControllerController
In app delegate’s
applicationDidFinishLaunching:method do this: