views:

175

answers:

1

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

A: 

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.

Shaggy Frog