I'm confused about independent view controllers. I need an independent view so that I can control the rotations separate from my other view (View A) and parent view (Splashview). Can this be done by using a button on View A or does there have to be a tab bar. Right now I just have a subclass of a UIViewController and I can't control the rotation separately from the other views.
feedback
|