Managing a UIViewController's view in separate files
Is it possible to manage a UIViewControllers view in separate files. For example I have MainMenuViewController .h , .m , and .xib, is it possible to manage the controllers view in seperate files like MainMenuView .h and .m? Or possibly get rid of MainMenuViewController.xib and only use the controller for running code, but having a MainMenuView.xib that serves as the controllers view?
|