The root question is \"how many UIViewControllers can you push on the navigation stack?\" without causing memory warnings or earning a watchdog termination.
UITabBarController with UINavigationController \"more\" tab issue There is a problem with using UINavigationController in UITabBarController. I have a TabBar with 6 items. Of course, a standart ite
In the root table view controller I add a subview that holds an image: [self.navigationController.navigationBar addSubview:imageView];
I have a data entry application that has the user enter about 6 pieces of information all on different views in a navigation controller.This works fine, but once the user gets used to the application
I started iPhone development two months ago, so I can\'t call myself \"expert\" ;-) But I learned a lot in these two months, a lot here from stackoverflow :)