Hi all ,
- My app have AppDelegate ----> added MyViewController.view
- MyViewController contains UINavigationController, i.e. MyViewController.view = MyViewController.aNavigationController.view
- With this I able to see the added view correctly
- Then I created a NextViewController
- Added one button to MyViewController with action
- On button click , i wrote code for navigating to next view using pushViewController
- But it's not working, After clicking button the same view is getting displayed
Please help, if anybody gone through same issue and resolved it.
Is it possible to add navigation controller to a view controller?