-
Notifications
You must be signed in to change notification settings - Fork 1
/
ThreeMoviesView.xib
295 lines (295 loc) · 22.3 KB
/
ThreeMoviesView.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
</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" customClass="ThreeMoviesView">
<rect key="frame" x="0.0" y="0.0" width="280" height="500"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" id="JBf-4H-905" customClass="MovieDetailsView">
<rect key="frame" x="0.0" y="0.0" width="280" height="500"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="20"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="TYB-O8-Rse" customClass="MovieDetailsView">
<rect key="frame" x="0.0" y="0.0" width="280" height="500"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="20"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="Dpg-7k-C68" customClass="MovieDetailsView">
<rect key="frame" x="0.0" y="0.0" width="280" height="500"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="20"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="t9G-Ut-aGl" customClass="UIImageView">
<rect key="frame" x="8" y="8" width="60" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" red="1" green="0.75939721459999998" blue="0.20439785260000001" alpha="1" colorSpace="calibratedRGB"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" image="YES"/>
</accessibility>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="30"/>
</userDefinedRuntimeAttributes>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="wants to know what you like to watch!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="t1d-Bg-uo3">
<rect key="frame" x="75" y="26" width="197" height="41"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="OUU-fR-Gui">
<rect key="frame" x="8" y="94" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="nope_button"/>
<connections>
<action selector="onNopeTapOne:" destination="iN0-l3-epB" eventType="touchUpInside" id="hzu-P2-oto"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="zsN-gW-5yS">
<rect key="frame" x="8" y="211" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="nope_button"/>
<connections>
<action selector="onNopeTapTwo:" destination="iN0-l3-epB" eventType="touchUpInside" id="bOa-LA-JLb"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="zai-O5-m4Y">
<rect key="frame" x="8" y="328" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="nope_button"/>
<connections>
<action selector="onNopeTapThree:" destination="iN0-l3-epB" eventType="touchUpInside" id="fci-Ua-AMa"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="hSI-4h-gCa">
<rect key="frame" x="197" y="94" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="like_button"/>
<connections>
<action selector="onLikeTapOne:" destination="iN0-l3-epB" eventType="touchUpInside" id="UQk-Dq-Evb"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="qmM-qK-UXW">
<rect key="frame" x="197" y="212" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="like_button"/>
<connections>
<action selector="onLikeTapTwo:" destination="iN0-l3-epB" eventType="touchUpInside" id="C51-s7-gsQ"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="ryg-YZ-ayF">
<rect key="frame" x="197" y="328" width="75" height="75"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<state key="normal" title="Button" image="like_button"/>
<connections>
<action selector="onLikeTapThree:" destination="iN0-l3-epB" eventType="touchUpInside" id="b5x-lX-rnz"/>
</connections>
</button>
<view contentMode="scaleToFill" id="Afy-0b-ctS" customClass="UIImageView">
<rect key="frame" x="102" y="75" width="77" height="114"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" image="YES"/>
</accessibility>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="nnF-Ic-tak" appends="YES" id="nrg-7I-ghI"/>
<outletCollection property="gestureRecognizers" destination="Tnn-AH-SiW" appends="YES" id="0wW-cR-KhW"/>
</connections>
</view>
<view contentMode="scaleToFill" id="cI1-hj-bZ5" customClass="UIImageView">
<rect key="frame" x="102" y="192" width="77" height="114"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" image="YES"/>
</accessibility>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="4bg-b3-xGY" appends="YES" id="8yK-JX-EHm"/>
<outletCollection property="gestureRecognizers" destination="pDi-n9-vc8" appends="YES" id="M7n-Yg-SZd"/>
</connections>
</view>
<view contentMode="scaleToFill" id="4pG-Zx-m1B" customClass="UIImageView">
<rect key="frame" x="102" y="309" width="77" height="114"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" image="YES"/>
</accessibility>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="54Y-ly-vqn" appends="YES" id="Gve-Lq-ZBk"/>
<outletCollection property="gestureRecognizers" destination="N8Q-jd-NZm" appends="YES" id="7ns-g0-X6n"/>
</connections>
</view>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="LIKE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="uVf-35-O4U">
<rect key="frame" x="90" y="102" width="102" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.21960784310000001" green="0.75686274509999996" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="LIKE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="u2V-fi-06o">
<rect key="frame" x="89" y="220" width="102" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.21960784310000001" green="0.75686274509999996" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="LIKE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="VDO-A2-LqH">
<rect key="frame" x="90" y="335" width="102" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.21960784310000001" green="0.75686274509999996" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOPE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="lf4-fD-Fnb">
<rect key="frame" x="75" y="102" width="133" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.94117647059999998" green="0.32156862749999998" blue="0.37647058820000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOPE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="vJr-BU-a5s">
<rect key="frame" x="75" y="220" width="133" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.94117647059999998" green="0.32156862749999998" blue="0.37647058820000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOPE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="IwH-M9-2rN">
<rect key="frame" x="75" y="336" width="133" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="50"/>
<color key="textColor" red="0.94117647059999998" green="0.32156862749999998" blue="0.37647058820000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Taylor" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="UAg-XT-SdU">
<rect key="frame" x="75" y="8" width="197" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="RH0-dr-deC">
<rect key="frame" x="8" y="448" width="264" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Done">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="20"/>
</userDefinedRuntimeAttributes>
</button>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<nil key="simulatedStatusBarMetrics"/>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="20"/>
</userDefinedRuntimeAttributes>
<connections>
<outlet property="doneButton" destination="RH0-dr-deC" id="d1c-F0-8PJ"/>
<outlet property="likeOne" destination="uVf-35-O4U" id="ipP-Uv-eWs"/>
<outlet property="likeOneButton" destination="hSI-4h-gCa" id="6yP-Jd-qYS"/>
<outlet property="likeThree" destination="VDO-A2-LqH" id="ehb-Wd-OVA"/>
<outlet property="likeThreeButton" destination="ryg-YZ-ayF" id="Pt2-Zb-cqe"/>
<outlet property="likeTwo" destination="u2V-fi-06o" id="qbq-NQ-6XA"/>
<outlet property="likeTwoButton" destination="qmM-qK-UXW" id="tLm-QS-XFh"/>
<outlet property="matchName" destination="UAg-XT-SdU" id="Ukt-XZ-pKK"/>
<outlet property="matchProfilePic" destination="t9G-Ut-aGl" id="QJF-zb-MFm"/>
<outlet property="movieDetailsOne" destination="JBf-4H-905" id="Efj-nP-K9h"/>
<outlet property="movieDetailsThree" destination="Dpg-7k-C68" id="MUr-rE-voR"/>
<outlet property="movieDetailsTwo" destination="TYB-O8-Rse" id="tZ7-8W-jJd"/>
<outlet property="moviePosterOne" destination="Afy-0b-ctS" id="tVT-zQ-VEF"/>
<outlet property="moviePosterThree" destination="4pG-Zx-m1B" id="Dgn-Uj-Wc6"/>
<outlet property="moviePosterTwo" destination="cI1-hj-bZ5" id="gib-py-6ZY"/>
<outlet property="nopeOne" destination="lf4-fD-Fnb" id="fdF-3q-xKX"/>
<outlet property="nopeOneButton" destination="OUU-fR-Gui" id="ads-wW-fKW"/>
<outlet property="nopeThree" destination="IwH-M9-2rN" id="aBM-dn-bi8"/>
<outlet property="nopeThreeButton" destination="zai-O5-m4Y" id="hcg-D7-Pmh"/>
<outlet property="nopeTwo" destination="vJr-BU-a5s" id="2Z0-8j-S8G"/>
<outlet property="nopeTwoButton" destination="zsN-gW-5yS" id="JrR-bW-2p3"/>
<outlet property="titleMessage" destination="t1d-Bg-uo3" id="1jN-E4-YDL"/>
</connections>
<point key="canvasLocation" x="228" y="503"/>
</view>
<tapGestureRecognizer id="nnF-Ic-tak">
<connections>
<action selector="onMoviePosterOneTap:" destination="iN0-l3-epB" id="Vbf-Fv-Tnn"/>
</connections>
</tapGestureRecognizer>
<tapGestureRecognizer id="4bg-b3-xGY">
<connections>
<action selector="onMoviePosterTwoTap:" destination="iN0-l3-epB" id="GwJ-Qe-h3w"/>
</connections>
</tapGestureRecognizer>
<tapGestureRecognizer id="54Y-ly-vqn">
<connections>
<action selector="onMoviePosterThreeTap:" destination="iN0-l3-epB" id="CEX-bV-mxa"/>
</connections>
</tapGestureRecognizer>
<panGestureRecognizer minimumNumberOfTouches="1" id="Tnn-AH-SiW">
<connections>
<action selector="onMovieOnePan:" destination="iN0-l3-epB" id="pzl-77-iZM"/>
</connections>
</panGestureRecognizer>
<panGestureRecognizer minimumNumberOfTouches="1" id="pDi-n9-vc8">
<connections>
<action selector="onMovieTwoPan:" destination="iN0-l3-epB" id="Rcf-5v-xlT"/>
</connections>
</panGestureRecognizer>
<panGestureRecognizer minimumNumberOfTouches="1" id="N8Q-jd-NZm">
<connections>
<action selector="onMovieThreePan:" destination="iN0-l3-epB" id="R3e-7f-Sds"/>
</connections>
</panGestureRecognizer>
</objects>
<resources>
<image name="like_button" width="196" height="196"/>
<image name="nope_button" width="196" height="196"/>
</resources>
</document>