forked from coding/Coding-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLaunch Screen.xib
More file actions
54 lines (54 loc) · 3.79 KB
/
Launch Screen.xib
File metadata and controls
54 lines (54 loc) · 3.79 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<capability name="Alignment constraints with different attributes" minToolsVersion="5.1"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<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="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="888"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hsM-50-FIo" userLabel="SafeView">
<rect key="frame" x="0.0" y="20" width="480" height="868"/>
<subviews>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleAspectFit" image="logo_coding.png" translatesAutoresizingMaskIntoConstraints="NO" id="YxK-r8-9T5">
<rect key="frame" x="207.5" y="780.5" width="65" height="65"/>
<constraints>
<constraint firstAttribute="height" constant="65" id="nfY-Kp-ZM5"/>
<constraint firstAttribute="width" constant="65" id="v78-DL-daq"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="YxK-r8-9T5" firstAttribute="centerX" secondItem="hsM-50-FIo" secondAttribute="centerX" id="12u-EM-mYb"/>
<constraint firstItem="YxK-r8-9T5" firstAttribute="centerY" secondItem="hsM-50-FIo" secondAttribute="bottom" constant="-55" id="Oqx-P8-e8s"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="hsM-50-FIo" secondAttribute="trailing" id="9ye-kN-2e6"/>
<constraint firstItem="hsM-50-FIo" firstAttribute="top" secondItem="AuH-mB-ygv" secondAttribute="top" id="QnA-1o-TRI"/>
<constraint firstItem="hsM-50-FIo" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="TUM-IV-Tdn"/>
<constraint firstItem="hsM-50-FIo" firstAttribute="bottom" secondItem="AuH-mB-ygv" secondAttribute="bottom" id="jlW-ed-sh1"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="AuH-mB-ygv"/>
<point key="canvasLocation" x="286" y="510"/>
</view>
</objects>
<resources>
<image name="logo_coding.png" width="65" height="65"/>
</resources>
</document>