How do I get a ViewController for a extra view integrated into the projects main View?
I want 1 extra UIView in my apps main UIWindow.
How do I get a viewController for the extra UIView?
I want to execute code to it.
Thanks!
I know Im asking alot of similar questions, but im trying different ways of approaching a design.
Thanks!
How do I get a ViewController for a extra view integrated into the projects
Share
Use ModalViewControllers, TabBarViewController, UINavigationController.
Definitely study the View Controller Programming Guide and View Programming Guide. These two guides will tell you how to present different screens and when to use View Controllers and Views.