Wednesday, July 14, 2010

UISplitViewController MasterView mutatasa portrait modban

A SplitView portrait modban automatikusan elrejti a MasterView-t es csak a DetailView-t mutatja, ahogy itt le is irjak:
"When the device is in a landscape orientation, the split view shows both panes. However, in portrait orientations, the split view displays only the second pane, which grows to fill the available space."

Egy nem dokumentalt (private) api hivassal ezt ki lehet kapcsolni:
[splitViewController setHidesMasterViewInPortrait:NO];

Csak igy valoszinuleg nem veszi be az App Store.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.