I have a .h file containing... myViewController : UIViewController {}
in the .m file I need to load either another view or a tab view depending on choice of the user.
Does anyone have a good example that I can borrow and learn from ??
thanks!!
I have a .h file containing... myViewController : UIViewController {}
in the .m file I need to load either another view or a tab view depending on choice of the user.
Does anyone have a good example that I can borrow and learn from ??
thanks!!
Why not create a separate view controller for each of those views, and select the right view controller based on the users choice?