-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathAddressViewController.xib
More file actions
164 lines (164 loc) · 16.5 KB
/
AddressViewController.xib
File metadata and controls
164 lines (164 loc) · 16.5 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
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment version="4352" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PSTCKAddressViewController" customModule="Paystack" customModuleProvider="target">
<connections>
<outlet property="activityIndicator" destination="WLc-OP-bq1" id="Zu9-ZS-S8P"/>
<outlet property="backgroundSV" destination="sDQ-bB-Qa0" id="fV6-IO-zTS"/>
<outlet property="cityField" destination="lmw-BP-YM7" id="8t4-yS-4OJ"/>
<outlet property="paymentButton" destination="SgP-sb-YDS" id="3C7-L3-pfI"/>
<outlet property="stateField" destination="bAH-ra-SG2" id="jy0-Ui-CTB"/>
<outlet property="streetField" destination="o4g-P5-8fO" id="jSI-iu-92t"/>
<outlet property="view" destination="Uee-mN-HYh" id="z6r-Xz-QUc"/>
<outlet property="zipField" destination="f1e-nE-htx" id="Ytr-JR-LA5"/>
</connections>
</placeholder>
<view contentMode="scaleToFill" id="Uee-mN-HYh">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9Wa-79-DSe">
<rect key="frame" x="0.0" y="44" width="414" height="852"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
</view>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sDQ-bB-Qa0">
<rect key="frame" x="0.0" y="44" width="414" height="852"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kUg-jV-jSh">
<rect key="frame" x="0.0" y="0.0" width="414" height="852"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="z8r-BO-gfi">
<rect key="frame" x="20" y="60" width="374" height="230"/>
<subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Street Address" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="o4g-P5-8fO">
<rect key="frame" x="0.0" y="0.0" width="374" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="Dzk-ou-jaN"/>
</constraints>
<color key="textColor" red="0.0039215686269999999" green="0.11" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="words" autocorrectionType="no"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="City" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lmw-BP-YM7">
<rect key="frame" x="0.0" y="60" width="374" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="w0g-zU-eES"/>
</constraints>
<color key="textColor" red="0.0039215686269999999" green="0.11" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="words" autocorrectionType="no" textContentType="address-level2"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="State" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="bAH-ra-SG2">
<rect key="frame" x="0.0" y="120" width="374" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="Alx-Ig-syU"/>
</constraints>
<color key="textColor" red="0.0039215686269999999" green="0.11" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="words" autocorrectionType="no" textContentType="address-level1"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Zip Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="f1e-nE-htx">
<rect key="frame" x="0.0" y="180" width="374" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="I47-F7-qgs"/>
</constraints>
<color key="textColor" red="0.0039215686269999999" green="0.11" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="numberPad" textContentType="postal-code"/>
</textField>
</subviews>
</stackView>
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SgP-sb-YDS">
<rect key="frame" x="20" y="305" width="374" height="50"/>
<color key="backgroundColor" red="0.23000000000000001" green="0.71999999999999997" blue="0.37" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="vFn-RV-T3X"/>
</constraints>
<state key="normal" title="Complete Payment">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="color" keyPath="disabledColor">
<color key="value" red="0.83999999999999997" green="0.83999999999999997" blue="0.83999999999999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="color" keyPath="highlightedColor">
<color key="value" red="0.23000000000000001" green="0.71999999999999997" blue="0.37" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="4"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onButtonTap:" destination="-1" eventType="touchUpInside" id="R33-oP-AFZ"/>
</connections>
</button>
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="WLc-OP-bq1">
<rect key="frame" x="197" y="320" width="20" height="20"/>
<color key="color" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</activityIndicatorView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="H7L-zc-3Sh">
<rect key="frame" x="20" y="0.0" width="50" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="K5M-GK-vCt"/>
<constraint firstAttribute="width" constant="50" id="Yti-Ct-8MY"/>
</constraints>
<color key="tintColor" red="0.0039215686269999999" green="0.11" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<state key="normal" title="Button" image="Cancel.png"/>
<connections>
<action selector="onCancelButtonTap:" destination="-1" eventType="touchUpInside" id="mSt-Kx-mGj"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstItem="z8r-BO-gfi" firstAttribute="leading" secondItem="kUg-jV-jSh" secondAttribute="leading" constant="20" id="0XA-BA-aBK"/>
<constraint firstItem="H7L-zc-3Sh" firstAttribute="leading" secondItem="kUg-jV-jSh" secondAttribute="leading" constant="20" id="0tT-MZ-OmV"/>
<constraint firstItem="SgP-sb-YDS" firstAttribute="leading" secondItem="kUg-jV-jSh" secondAttribute="leading" constant="20" id="8cW-Zz-6ah"/>
<constraint firstAttribute="trailing" secondItem="SgP-sb-YDS" secondAttribute="trailing" constant="20" id="RSA-J2-Uii"/>
<constraint firstAttribute="bottom" relation="lessThanOrEqual" secondItem="SgP-sb-YDS" secondAttribute="bottom" constant="600" id="TUo-N9-sUY"/>
<constraint firstAttribute="trailing" secondItem="z8r-BO-gfi" secondAttribute="trailing" constant="20" id="mZV-zs-oDy"/>
<constraint firstItem="WLc-OP-bq1" firstAttribute="centerY" secondItem="SgP-sb-YDS" secondAttribute="centerY" id="mzv-AA-XK9"/>
<constraint firstItem="WLc-OP-bq1" firstAttribute="centerX" secondItem="SgP-sb-YDS" secondAttribute="centerX" id="nMy-Rw-dhC"/>
<constraint firstItem="H7L-zc-3Sh" firstAttribute="top" secondItem="kUg-jV-jSh" secondAttribute="top" id="tLg-wC-kvU"/>
<constraint firstItem="SgP-sb-YDS" firstAttribute="top" secondItem="z8r-BO-gfi" secondAttribute="bottom" constant="15" id="vrj-60-VFy"/>
<constraint firstItem="z8r-BO-gfi" firstAttribute="top" secondItem="H7L-zc-3Sh" secondAttribute="bottom" constant="10" id="zg3-Ze-Vc7"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="kUg-jV-jSh" firstAttribute="top" secondItem="sDQ-bB-Qa0" secondAttribute="top" id="3Yy-RY-cJv"/>
<constraint firstAttribute="bottom" secondItem="kUg-jV-jSh" secondAttribute="bottom" id="Zad-EN-5ov"/>
<constraint firstAttribute="trailing" secondItem="kUg-jV-jSh" secondAttribute="trailing" id="l7b-tU-Ji3"/>
<constraint firstItem="kUg-jV-jSh" firstAttribute="leading" secondItem="sDQ-bB-Qa0" secondAttribute="leading" id="o2l-3d-0WU"/>
</constraints>
</scrollView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="sDQ-bB-Qa0" firstAttribute="trailing" secondItem="hV3-Dk-ULt" secondAttribute="trailing" id="0FN-Qm-xSW"/>
<constraint firstItem="kUg-jV-jSh" firstAttribute="height" secondItem="9Wa-79-DSe" secondAttribute="height" priority="250" id="9pP-hR-5h3"/>
<constraint firstAttribute="bottom" secondItem="sDQ-bB-Qa0" secondAttribute="bottom" id="ARZ-GP-fJN"/>
<constraint firstItem="9Wa-79-DSe" firstAttribute="leading" secondItem="hV3-Dk-ULt" secondAttribute="leading" id="DcR-1c-qjY"/>
<constraint firstItem="kUg-jV-jSh" firstAttribute="width" secondItem="9Wa-79-DSe" secondAttribute="width" id="Mj0-mu-hIr"/>
<constraint firstItem="sDQ-bB-Qa0" firstAttribute="top" secondItem="hV3-Dk-ULt" secondAttribute="top" id="VAz-bK-Syf"/>
<constraint firstAttribute="bottom" secondItem="9Wa-79-DSe" secondAttribute="bottom" id="Vux-Li-zzQ"/>
<constraint firstItem="sDQ-bB-Qa0" firstAttribute="leading" secondItem="hV3-Dk-ULt" secondAttribute="leading" id="XuI-gH-6MM"/>
<constraint firstItem="9Wa-79-DSe" firstAttribute="trailing" secondItem="hV3-Dk-ULt" secondAttribute="trailing" id="Ycg-2g-aEF"/>
<constraint firstItem="9Wa-79-DSe" firstAttribute="top" secondItem="hV3-Dk-ULt" secondAttribute="top" id="fL8-bh-VGp"/>
</constraints>
<viewLayoutGuide key="safeArea" id="hV3-Dk-ULt"/>
<point key="canvasLocation" x="140.57971014492756" y="645.53571428571422"/>
</view>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
</objects>
<resources>
<image name="Cancel.png" width="24" height="24"/>
</resources>
</document>