-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTut1ViewController.xib
91 lines (91 loc) · 8.04 KB
/
Tut1ViewController.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
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
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="Tut1ViewController">
<connections>
<outlet property="imageView" destination="GIp-i0-qXp" id="HW5-X2-5KW"/>
<outlet property="mainLabel" destination="gKd-oI-wib" id="76y-N9-PVT"/>
<outlet property="mainTitle" destination="o9d-fu-Nsb" id="wS8-l4-Vac"/>
<outlet property="pageControl" destination="FOh-AZ-FPU" id="XUP-6J-qGE"/>
<outlet property="startButton" destination="LnB-DY-Rkf" id="F9g-l8-fXU"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="4" translatesAutoresizingMaskIntoConstraints="NO" id="FOh-AZ-FPU">
<rect key="frame" x="149" y="526" width="77" height="37"/>
<constraints>
<constraint firstAttribute="width" constant="77" id="AM5-Kn-CN2"/>
<constraint firstAttribute="height" constant="37" id="Mny-SG-0p9"/>
</constraints>
<color key="pageIndicatorTintColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
<color key="currentPageIndicatorTintColor" red="0.31372549019607843" green="0.8901960784313725" blue="0.76078431372549016" alpha="1" colorSpace="calibratedRGB"/>
</pageControl>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Selling" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="o9d-fu-Nsb">
<rect key="frame" x="110" y="45" width="154" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="1Og-oy-kjS"/>
<constraint firstAttribute="width" constant="154" id="px2-u3-jtU"/>
</constraints>
<fontDescription key="fontDescription" name="AvenirNext-UltraLight" family="Avenir Next" pointSize="34"/>
<color key="textColor" red="0.96078431372549022" green="0.65098039215686276" blue="0.13725490196078433" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Listings show how much the buyer is willing to pay and the condition of the item they wantobuy" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gKd-oI-wib">
<rect key="frame" x="57" y="94" width="260" height="159"/>
<constraints>
<constraint firstAttribute="height" constant="159" id="cFy-lw-6MY"/>
</constraints>
<fontDescription key="fontDescription" name="AvenirNext-Regular" family="Avenir Next" pointSize="17"/>
<color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LnB-DY-Rkf">
<rect key="frame" x="81" y="590" width="212" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="0k2-Bn-0nj"/>
<constraint firstAttribute="width" secondItem="LnB-DY-Rkf" secondAttribute="height" multiplier="53:10" id="2zh-4q-clG"/>
</constraints>
<state key="normal" image="startButton.png"/>
<connections>
<action selector="startPressed:" destination="-1" eventType="touchUpInside" id="8C2-qm-iGK"/>
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pic1.png" translatesAutoresizingMaskIntoConstraints="NO" id="GIp-i0-qXp">
<rect key="frame" x="62" y="288" width="250" height="222"/>
<constraints>
<constraint firstAttribute="width" secondItem="GIp-i0-qXp" secondAttribute="height" multiplier="125:111" id="GDK-ui-CS1"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="LnB-DY-Rkf" secondAttribute="bottom" constant="37" id="2Ev-zc-E8u"/>
<constraint firstItem="gKd-oI-wib" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="9by-gV-J2j"/>
<constraint firstItem="gKd-oI-wib" firstAttribute="centerX" secondItem="o9d-fu-Nsb" secondAttribute="centerX" id="Cmm-Hk-Siq"/>
<constraint firstItem="LnB-DY-Rkf" firstAttribute="top" secondItem="FOh-AZ-FPU" secondAttribute="bottom" constant="27" id="K1L-cA-ubM"/>
<constraint firstItem="FOh-AZ-FPU" firstAttribute="centerX" secondItem="GIp-i0-qXp" secondAttribute="centerX" id="Kkf-vy-wDc"/>
<constraint firstItem="GIp-i0-qXp" firstAttribute="top" secondItem="gKd-oI-wib" secondAttribute="bottom" constant="35" id="WPW-bo-f30"/>
<constraint firstItem="gKd-oI-wib" firstAttribute="top" secondItem="o9d-fu-Nsb" secondAttribute="bottom" constant="1" id="brw-Az-T1k"/>
<constraint firstItem="gKd-oI-wib" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="57" id="cSq-sR-gTb"/>
<constraint firstItem="FOh-AZ-FPU" firstAttribute="centerX" secondItem="LnB-DY-Rkf" secondAttribute="centerX" id="ceR-qB-VQj"/>
<constraint firstItem="gKd-oI-wib" firstAttribute="centerX" secondItem="GIp-i0-qXp" secondAttribute="centerX" id="cfc-7J-4gc"/>
<constraint firstItem="FOh-AZ-FPU" firstAttribute="top" secondItem="GIp-i0-qXp" secondAttribute="bottom" constant="16" id="jyr-eN-Mcj"/>
<constraint firstItem="o9d-fu-Nsb" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="45" id="ozh-H3-jJD"/>
</constraints>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina47"/>
</view>
</objects>
<resources>
<image name="pic1.png" width="250" height="223"/>
<image name="startButton.png" width="212" height="40"/>
</resources>
</document>