I am going to restructure my game to use multiple uiviews. Is the following flow correct ?
Thanks all,
Martin
I would probably use the UIViewController for the main view to load the subviews and add them to the main view, not load the subviews directly in the main UIView itself.