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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="Mobile_Buy_SDK_Swift_Sample" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="w4i-KI-xG9">
<rect key="frame" x="198" y="289" width="205" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="205" id="Uem-6N-nZR"/>
</constraints>
<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>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="myN-h2-Dgs">
<rect key="frame" x="180" y="107" width="240" height="174"/>
<constraints>
<constraint firstAttribute="width" constant="240" id="LiS-Tq-f61"/>
<constraint firstAttribute="height" constant="174" id="uVT-fL-eSP"/>
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LhO-1x-id6">
<rect key="frame" x="209" y="377" width="183" height="46"/>
<constraints>
<constraint firstAttribute="width" constant="183" id="FX3-Mu-EHH"/>
<constraint firstAttribute="height" constant="46" id="PZh-iB-XaY"/>
</constraints>
<state key="normal" title="Checkout">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="didTapCheckout:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="NUh-t1-m3u"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="LhO-1x-id6" firstAttribute="top" secondItem="w4i-KI-xG9" secondAttribute="bottom" constant="67" id="4bJ-BB-Bp3"/>
<constraint firstAttribute="centerX" secondItem="LhO-1x-id6" secondAttribute="centerX" constant="-0.5" id="9c5-lh-Eum"/>
<constraint firstAttribute="centerY" secondItem="w4i-KI-xG9" secondAttribute="centerY" constant="0.5" id="FTK-cT-nSo"/>
<constraint firstAttribute="centerX" secondItem="w4i-KI-xG9" secondAttribute="centerX" constant="-0.5" id="K4o-ZV-HHD"/>
<constraint firstItem="w4i-KI-xG9" firstAttribute="top" secondItem="myN-h2-Dgs" secondAttribute="bottom" constant="8" id="Qol-n6-Rvq"/>
<constraint firstAttribute="centerX" secondItem="myN-h2-Dgs" secondAttribute="centerX" id="obV-vj-KhY"/>
</constraints>
</view>
<connections>
<outlet property="imageView" destination="myN-h2-Dgs" id="LDX-Hm-8Du"/>
<outlet property="titleLabel" destination="w4i-KI-xG9" id="Enu-cf-Irq"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>