Skip to content

Commit

Permalink
Default app settings - fullscreen / trans status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Jun 15, 2013
1 parent 4f1f419 commit ffb2186
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
13 changes: 7 additions & 6 deletions UI7KitTestApp/Storyboard.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<!--Navigation Controller-->
<scene sceneID="S5g-Tb-iC2">
<objects>
<navigationController definesPresentationContext="YES" id="r1d-64-0wN" sceneMemberID="viewController">
<navigationController wantsFullScreenLayout="YES" definesPresentationContext="YES" id="r1d-64-0wN" sceneMemberID="viewController">
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="hOx-dN-vyL">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
Expand All @@ -24,7 +25,7 @@
<!--Master View Controller - List-->
<scene sceneID="iZn-PB-Ux9">
<objects>
<viewController storyboardIdentifier="List" title="List" id="VOL-Ip-gE2" customClass="UITMasterViewController" sceneMemberID="viewController">
<viewController storyboardIdentifier="List" title="List" wantsFullScreenLayout="YES" id="VOL-Ip-gE2" customClass="UITMasterViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ssj-lm-eGM">
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
Expand Down Expand Up @@ -117,7 +118,7 @@
<!--Issue1 View Controller - Nil section header-->
<scene sceneID="6np-sq-XtN">
<objects>
<tableViewController id="lpO-jh-9Lt" customClass="UITIssue1ViewController" sceneMemberID="viewController">
<tableViewController wantsFullScreenLayout="YES" id="lpO-jh-9Lt" customClass="UITIssue1ViewController" sceneMemberID="viewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="upQ-pL-nQV">
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Expand Down Expand Up @@ -156,7 +157,7 @@
<!--Text View Controller - Text-->
<scene sceneID="F41-De-g08">
<objects>
<viewController id="15o-YJ-Ey9" customClass="UITTextViewController" sceneMemberID="viewController">
<viewController wantsFullScreenLayout="YES" id="15o-YJ-Ey9" customClass="UITTextViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8lr-65-0MX">
<rect key="frame" x="0.0" y="64" width="320" height="460"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
Expand Down Expand Up @@ -188,7 +189,7 @@
</view>
<toolbarItems/>
<navigationItem key="navigationItem" title="Text" id="sET-y7-ILT">
<barButtonItem key="rightBarButtonItem" style="plain" id="QEK-hF-05Y">
<barButtonItem key="rightBarButtonItem" id="QEK-hF-05Y">
<switch key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" id="7mR-pq-aty">
<rect key="frame" x="238" y="8" width="79" height="27"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
Expand All @@ -210,7 +211,7 @@
<!--Detail View Controller - Detail-->
<scene sceneID="gCn-nD-MEF">
<objects>
<viewController storyboardIdentifier="Detail" title="Detail" id="Sei-zQ-6Ij" customClass="UITDetailViewController" sceneMemberID="viewController">
<viewController storyboardIdentifier="Detail" title="Detail" wantsFullScreenLayout="YES" id="Sei-zQ-6Ij" customClass="UITDetailViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="csd-ad-yoJ">
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
Expand Down
10 changes: 6 additions & 4 deletions UI7KitTestApp/UI7KitTestApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<string>UIStatusBarStyleBlackTranslucent</string>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
Expand All @@ -41,11 +43,11 @@
<key>TintColor</key>
<dict>
<key>Blue</key>
<real>1</real>
<real>0.97254901960784312</real>
<key>Green</key>
<real>1</real>
<real>0.97254901960784312</real>
<key>Red</key>
<real>1</real>
<real>0.97254901960784312</real>
</dict>
<key>Translucent</key>
<false/>
Expand Down

0 comments on commit ffb2186

Please sign in to comment.