Is there any way when I rotate an iPad split view app that my 开发者_StackOverflowview 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?
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.
精彩评论