UISplitViewController. Can we hide/show the master view?
Posted
by dugla
on Stack Overflow
See other posts from Stack Overflow
or by dugla
Published on 2010-04-15T01:38:39Z
Indexed on
2010/04/15
1:43 UTC
Read the original article
Hit count: 2235
I would like to use a UISplitViewController in a slightly different way then is common. Because my iPad app is fullscreen app I would like the ability to hide/show the master view when in landscape mode. Portrait view is not an issue since the master view transforms into a popover which can be hidden via the toolbar button.
Is there a method on UISplitViewController that will nicely hide the master view and expand the detail view? Any insight would be most appreciated. Cheers.
Thanks, Doug
© Stack Overflow or respective owner