forked from MengTo/Spring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLaunchScreen.xib
40 lines (40 loc) · 3.05 KB
/
LaunchScreen.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11173.2" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11173.2"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="UpM-yt-Mha">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HyS-sC-NOj">
<color key="backgroundColor" red="0.92941176469999998" green="0.94509803920000002" blue="0.96078431369999995" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="260" id="ZzL-k1-Chw"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t7P-Rw-nWV">
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
</subviews>
<color key="backgroundColor" cocoaTouchSystemColor="tableCellGroupedBackgroundColor"/>
<constraints>
<constraint firstItem="t7P-Rw-nWV" firstAttribute="leading" secondItem="UpM-yt-Mha" secondAttribute="leading" id="7kg-00-bKX"/>
<constraint firstAttribute="trailing" secondItem="t7P-Rw-nWV" secondAttribute="trailing" id="D2z-sY-gsJ"/>
<constraint firstItem="HyS-sC-NOj" firstAttribute="top" secondItem="t7P-Rw-nWV" secondAttribute="bottom" id="M41-Bz-daQ"/>
<constraint firstItem="HyS-sC-NOj" firstAttribute="leading" secondItem="UpM-yt-Mha" secondAttribute="leading" id="OyT-BU-HGL"/>
<constraint firstItem="t7P-Rw-nWV" firstAttribute="top" secondItem="UpM-yt-Mha" secondAttribute="top" id="RbV-ub-MW2"/>
<constraint firstAttribute="trailing" secondItem="HyS-sC-NOj" secondAttribute="trailing" id="dPv-Rb-3j2"/>
<constraint firstAttribute="bottom" secondItem="HyS-sC-NOj" secondAttribute="bottom" id="un2-ep-uEa"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
</document>