-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI layout unification: UITypePad now uses same layout as UITypePhone (#…
…371) change details: - in landscape orientation, no longer use BoardPositionToolbarController at the top of the screen in the left pane. - in both portrait and landscape orientation, no longer use NavigationBarController with its three navigation bars faking a single bar. - in portrait orientation, instead use the single navigation bar provided by PlayRootViewNavigationController and populate its left/right bar button items, as well as integrate the status view as the navigation bar's title view. - in landscape orientation, instead display a button box with the game actions and the status view at the top of the screen in the left pane. - extended layout support: PlayRootViewControllerPad now defines a background color to be shown behind the translucent bars at the top and bottom of the screen. - LeftPaneViewController and RightPaneViewController are radically simplified because they now have to support only a single layout.
- Loading branch information
Showing
8 changed files
with
308 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.