Reputation: 38213
I would like to know the complete list of public apple factory methods that will show a view controller and invoke the view lifecycle.
Here are the ones I am aware of:
UINavigationController
setViewControllers:animated:
pushViewController:animated:
popViewControllerAnimated:
popToRootViewControllerAnimated:
popToViewController:animated:
UITabBarController
selectedViewController
(property)setViewControllers:animated:
UIViewController
presentModalViewController:animated:
dismissModalViewControllerAnimated:
Are there any I have missed?
Upvotes: 1
Views: 129