Hello,
Please tell me what all ViewControllers can be placed on UINavigationViewContoller? i'e can i make the UINavigationViewController as root view for UITableViewController/UITabViewController?
Thank You
Hello,
Please tell me what all ViewControllers can be placed on UINavigationViewContoller? i'e can i make the UINavigationViewController as root view for UITableViewController/UITabViewController?
Thank You
From the Apple docs:
initWithRootViewController:
Initializes and returns a newly created navigation controller.
- (id)initWithRootViewController:(UIViewController *)rootViewController Parameters
rootViewController
The view controller that resides at the bottom of the navigation stack. This object cannot be an instance of the UITabBarController class.
So anything but an UITabBarController is fine