Skip to content

Commit b7e82b5

Browse files
author
Baris Sencan
committed
Cooler launch screen
1 parent 3a01b88 commit b7e82b5

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

Examples/SimpleExample/SimpleExample/Base.lproj/LaunchScreen.xib

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
5-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
65
</dependencies>
76
<objects>
87
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
@@ -11,27 +10,34 @@
1110
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1211
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1312
<subviews>
13+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7cC-Pv-Th9">
14+
<rect key="frame" x="0.0" y="0.0" width="480" height="240"/>
15+
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
16+
</view>
17+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jkQ-qM-wtx">
18+
<rect key="frame" x="0.0" y="240" width="480" height="240"/>
19+
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
20+
</view>
1421
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Baris Sencan. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
1522
<rect key="frame" x="20" y="439" width="441" height="21"/>
1623
<fontDescription key="fontDescription" type="system" pointSize="17"/>
17-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18-
<nil key="highlightedColor"/>
19-
</label>
20-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SimpleExample" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
21-
<rect key="frame" x="20" y="140" width="441" height="43"/>
22-
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
23-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24+
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
2425
<nil key="highlightedColor"/>
2526
</label>
2627
</subviews>
2728
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
2829
<constraints>
29-
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
30-
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
30+
<constraint firstItem="7cC-Pv-Th9" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="I8E-rE-8fq"/>
3131
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32+
<constraint firstItem="7cC-Pv-Th9" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="L5K-Hy-4Ii"/>
3233
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
34+
<constraint firstItem="7cC-Pv-Th9" firstAttribute="height" secondItem="jkQ-qM-wtx" secondAttribute="height" id="Nj4-6v-8hk"/>
35+
<constraint firstItem="jkQ-qM-wtx" firstAttribute="top" secondItem="7cC-Pv-Th9" secondAttribute="bottom" id="SbI-gz-fir"/>
36+
<constraint firstAttribute="trailing" secondItem="7cC-Pv-Th9" secondAttribute="trailing" id="UdH-jm-mbv"/>
3337
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
34-
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
38+
<constraint firstAttribute="bottom" secondItem="jkQ-qM-wtx" secondAttribute="bottom" id="er5-YC-GSE"/>
39+
<constraint firstItem="jkQ-qM-wtx" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="j5H-U4-MvY"/>
40+
<constraint firstAttribute="trailing" secondItem="jkQ-qM-wtx" secondAttribute="trailing" id="s20-aN-Hw7"/>
3541
</constraints>
3642
<nil key="simulatedStatusBarMetrics"/>
3743
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>

0 commit comments

Comments
 (0)