-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLaunchScreen.xib
More file actions
33 lines (33 loc) · 2.37 KB
/
LaunchScreen.xib
File metadata and controls
33 lines (33 loc) · 2.37 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
</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="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="meedoc.png" translatesAutoresizingMaskIntoConstraints="NO" id="aNA-vu-1dm">
<rect key="frame" x="70" y="251" width="181" height="66"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="aNA-vu-1dm" secondAttribute="bottom" constant="251" id="SEm-NY-I4Q"/>
<constraint firstItem="aNA-vu-1dm" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="70" id="b4l-Ht-LSP"/>
<constraint firstItem="aNA-vu-1dm" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="251" id="mK9-ZY-pcW"/>
<constraint firstAttribute="trailing" secondItem="aNA-vu-1dm" secondAttribute="trailing" constant="69" id="s5j-SD-hbN"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
<point key="canvasLocation" x="404" y="445"/>
</view>
</objects>
<resources>
<image name="meedoc.png" width="290" height="90"/>
</resources>
</document>