Easy way to have two orientations
I am trying to make an app where one view will be landscape, and another portrait. Right now, the only way I can do this is by manually rotating the landscape view with code. However, this is buggy and doesn't look nice. Is there an easier way to do this?
On the landscape side I have a view controlled by a ViewController, and on the other a TabBar Controller with 3 separate views loaded into it. Help would be much appreciated. Thanks!
|