Hey guys is there any way when i rotate an ipad split view app that my view could take up the full screen instead of the menu or resize it. I like the portrait mode with the menu in the button.
How would i go about doing this.
Cheers
Hey guys is there any way when i rotate an ipad split view app that my view could take up the full screen instead of the menu or resize it. I like the portrait mode with the menu in the button.
How would i go about doing this.
Cheers
If you're asking if you can hide the master view when a UIScrollView
is rotated to landscape orientation, you can't. That's not what UIScrollView
is for. You'll have to write your own view controller class.