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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rtm-jh-uua" userLabel="vContent">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CiF-86-JR7">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="im_logo" translatesAutoresizingMaskIntoConstraints="NO" id="PJR-AC-H7P">
<rect key="frame" x="120" y="196.5" width="135" height="24"/>
<constraints>
<constraint firstAttribute="width" constant="135" id="ZG1-Gg-86p"/>
<constraint firstAttribute="height" constant="24" id="x1H-Jw-5lD"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v 1.5.10" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ytF-B2-drm">
<rect key="frame" x="165" y="631" width="45" height="16"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.95686274510000002" green="0.96078431369999995" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="PJR-AC-H7P" firstAttribute="centerX" secondItem="CiF-86-JR7" secondAttribute="centerX" id="1qm-rm-XBP"/>
<constraint firstItem="PJR-AC-H7P" firstAttribute="centerY" secondItem="CiF-86-JR7" secondAttribute="centerY" multiplier="5:8" id="WrC-Xs-pFQ"/>
<constraint firstAttribute="bottom" secondItem="ytF-B2-drm" secondAttribute="bottom" constant="20" id="jW9-JX-4N3"/>
<constraint firstItem="ytF-B2-drm" firstAttribute="centerX" secondItem="CiF-86-JR7" secondAttribute="centerX" id="lQr-1D-d97"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="CiF-86-JR7" firstAttribute="leading" secondItem="rtm-jh-uua" secondAttribute="leading" id="TVe-VN-9Dh"/>
<constraint firstAttribute="trailing" secondItem="CiF-86-JR7" secondAttribute="trailing" id="YAB-Uo-ufc"/>
<constraint firstAttribute="bottom" secondItem="CiF-86-JR7" secondAttribute="bottom" id="f3x-Zv-xmc"/>
<constraint firstItem="CiF-86-JR7" firstAttribute="top" secondItem="rtm-jh-uua" secondAttribute="top" id="rYe-3s-JZF"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="rtm-jh-uua" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="WyO-5o-qLw"/>
<constraint firstItem="rtm-jh-uua" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="bdJ-oP-JZZ"/>
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="rtm-jh-uua" secondAttribute="bottom" id="qtZ-rk-ym0"/>
<constraint firstAttribute="trailing" secondItem="rtm-jh-uua" secondAttribute="trailing" id="r6d-mz-Qa8"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="im_logo" width="150" height="25"/>
</resources>
</document>