Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit 1de8ace

Browse files
committed
Add navigation bar to launch screen.
1 parent 62f6dbe commit 1de8ace

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Terminal/Base.lproj/LaunchScreen.storyboard

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ml3-bM-5mB">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
@@ -19,11 +19,31 @@
1919
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2020
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
2121
</view>
22+
<navigationItem key="navigationItem" id="Jfx-3D-7XD"/>
2223
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="black" prompted="NO"/>
2324
</viewController>
2425
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
2526
</objects>
26-
<point key="canvasLocation" x="53" y="375"/>
27+
<point key="canvasLocation" x="391.19999999999999" y="374.66266866566718"/>
28+
</scene>
29+
<!--Navigation Controller-->
30+
<scene sceneID="u3B-qC-zKv">
31+
<objects>
32+
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ml3-bM-5mB" sceneMemberID="viewController">
33+
<toolbarItems/>
34+
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="black" prompted="NO"/>
35+
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" barStyle="black" id="Qr1-PA-bId">
36+
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
37+
<autoresizingMask key="autoresizingMask"/>
38+
</navigationBar>
39+
<nil name="viewControllers"/>
40+
<connections>
41+
<segue destination="01J-lp-oVM" kind="relationship" relationship="rootViewController" id="iuc-9k-zcE"/>
42+
</connections>
43+
</navigationController>
44+
<placeholder placeholderIdentifier="IBFirstResponder" id="J2U-fY-atn" userLabel="First Responder" sceneMemberID="firstResponder"/>
45+
</objects>
46+
<point key="canvasLocation" x="-372" y="375"/>
2747
</scene>
2848
</scenes>
2949
</document>

0 commit comments

Comments
 (0)