blob: af699ae7596b75efe79a519601456f5a0c8a083d [file] [log] [blame]
Loïc Siret3652cfb2016-10-27 10:12:07 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16B2553a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Loïc Siretfcb4ca62016-09-21 17:12:09 -04003 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardLinkAccountVC">
8 <connections>
9 <outlet property="createButton" destination="xmI-fH-GpH" id="VnH-tA-YA2"/>
10 <outlet property="errorContainer" destination="B0P-LC-JmW" id="lKa-Nb-o79"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040011 <outlet property="helpContainer" destination="VJx-c6-hvT" id="dQM-IP-fmp"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040012 <outlet property="initialContainer" destination="jR6-WY-o19" id="zJs-xD-OjK"/>
13 <outlet property="loadingContainer" destination="PQA-fA-Rio" id="Vgf-yn-jFS"/>
14 <outlet property="passwordField" destination="VeW-tY-k3K" id="LH6-sz-3EY"/>
15 <outlet property="passwordLabel" destination="AGs-mP-zJd" id="zc8-Rl-nuO"/>
16 <outlet property="pinField" destination="BFR-6z-UlF" id="Pd6-ML-zGH"/>
17 <outlet property="pinLabel" destination="Nms-13-N3F" id="44u-cx-UVv"/>
18 <outlet property="progressBar" destination="uxb-PD-AaW" id="r6R-U9-Kf4"/>
19 <outlet property="view" destination="kG1-xB-0op" id="gnN-lQ-sTg"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <customView id="kG1-xB-0op">
Loïc Siret3652cfb2016-10-27 10:12:07 -040025 <rect key="frame" x="0.0" y="0.0" width="355" height="193"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040026 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27 <subviews>
28 <view translatesAutoresizingMaskIntoConstraints="NO" id="B0P-LC-JmW">
Loïc Siret3652cfb2016-10-27 10:12:07 -040029 <rect key="frame" x="0.0" y="0.0" width="355" height="193"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040030 <subviews>
Loïc Siret3652cfb2016-10-27 10:12:07 -040031 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hwa-xK-TuM">
32 <rect key="frame" x="-2" y="88" width="359" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040033 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="An error occured, please check your password and pin." id="DyG-SJ-U1Q">
34 <font key="font" metaFont="system"/>
35 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
36 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
37 </textFieldCell>
38 </textField>
39 <button translatesAutoresizingMaskIntoConstraints="NO" id="daZ-Bz-vsM">
Loïc Siret3652cfb2016-10-27 10:12:07 -040040 <rect key="frame" x="265" y="17" width="72" height="29"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040041 <constraints>
42 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="vNb-db-X99"/>
43 </constraints>
44 <buttonCell key="cell" type="bevel" title="Cancel" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="t12-O0-kcf">
45 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
46 <font key="font" metaFont="system"/>
47 <string key="keyEquivalent" base64-UTF8="YES">
48DQ
49</string>
50 </buttonCell>
51 <connections>
52 <action selector="back:" target="-2" id="0CN-yt-UoM"/>
53 </connections>
54 </button>
55 </subviews>
56 <constraints>
57 <constraint firstAttribute="bottom" secondItem="daZ-Bz-vsM" secondAttribute="bottom" constant="20" id="3NL-fi-0K4"/>
58 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerX" secondItem="B0P-LC-JmW" secondAttribute="centerX" id="EXE-nk-eq0"/>
59 <constraint firstAttribute="trailing" secondItem="daZ-Bz-vsM" secondAttribute="trailing" constant="20" id="eDD-r2-zZa"/>
60 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerY" secondItem="B0P-LC-JmW" secondAttribute="centerY" id="mWR-IE-Gg5"/>
61 <constraint firstItem="Hwa-xK-TuM" firstAttribute="width" secondItem="B0P-LC-JmW" secondAttribute="width" id="sGQ-zX-CyS"/>
62 </constraints>
63 </view>
64 <view translatesAutoresizingMaskIntoConstraints="NO" id="PQA-fA-Rio">
Loïc Siret3652cfb2016-10-27 10:12:07 -040065 <rect key="frame" x="0.0" y="0.0" width="355" height="193"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040066 <subviews>
67 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="80Z-XU-adp">
Loïc Siret3652cfb2016-10-27 10:12:07 -040068 <rect key="frame" x="6" y="59" width="344" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040069 <constraints>
70 <constraint firstAttribute="width" constant="340" id="OcO-zL-LBK"/>
71 </constraints>
72 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Just a moment..." id="M4C-GY-B6t">
73 <font key="font" metaFont="system"/>
74 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
75 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
76 </textFieldCell>
77 </textField>
78 <button translatesAutoresizingMaskIntoConstraints="NO" id="moc-jn-6gS">
Loïc Siret3652cfb2016-10-27 10:12:07 -040079 <rect key="frame" x="265" y="17" width="72" height="29"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040080 <constraints>
81 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="p5l-CE-iab"/>
82 </constraints>
83 <buttonCell key="cell" type="bevel" title="Cancel" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="uhy-DE-TKw">
84 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
85 <font key="font" metaFont="system"/>
86 <string key="keyEquivalent" base64-UTF8="YES">
87DQ
88</string>
89 </buttonCell>
90 <connections>
91 <action selector="dismissViewWithError:" target="-2" id="ZGv-8b-1B0"/>
92 </connections>
93 </button>
94 <progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="uxb-PD-AaW">
Loïc Siret3652cfb2016-10-27 10:12:07 -040095 <rect key="frame" x="130" y="116" width="96" height="32"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040096 <constraints>
97 <constraint firstAttribute="width" constant="96" id="QHN-gm-GxV"/>
98 </constraints>
99 </progressIndicator>
100 </subviews>
101 <constraints>
102 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerX" secondItem="PQA-fA-Rio" secondAttribute="centerX" id="5a0-wi-oYZ"/>
103 <constraint firstAttribute="bottom" secondItem="moc-jn-6gS" secondAttribute="bottom" constant="20" id="ENl-ng-a12"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400104 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerY" secondItem="PQA-fA-Rio" secondAttribute="centerY" constant="-35.5" id="Reg-FH-UrX"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400105 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerX" secondItem="80Z-XU-adp" secondAttribute="centerX" id="ZiA-sz-Pnl"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400106 <constraint firstItem="80Z-XU-adp" firstAttribute="top" secondItem="uxb-PD-AaW" secondAttribute="bottom" constant="40" id="a6L-fb-blD"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400107 <constraint firstAttribute="trailing" secondItem="moc-jn-6gS" secondAttribute="trailing" constant="20" id="fK2-ny-217"/>
108 </constraints>
109 </view>
110 <view translatesAutoresizingMaskIntoConstraints="NO" id="jR6-WY-o19">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400111 <rect key="frame" x="0.0" y="0.0" width="355" height="193"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400112 <subviews>
113 <button translatesAutoresizingMaskIntoConstraints="NO" id="xmI-fH-GpH">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400114 <rect key="frame" x="265" y="17" width="72" height="29"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400115 <constraints>
116 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="Tl8-9U-xp5"/>
117 </constraints>
118 <buttonCell key="cell" type="bevel" title="Next" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="8b8-bt-eAj">
119 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
120 <font key="font" metaFont="system"/>
121 <string key="keyEquivalent" base64-UTF8="YES">
122DQ
123</string>
124 </buttonCell>
125 <connections>
126 <action selector="importRingAccount:" target="-2" id="pa7-oH-87l"/>
127 <binding destination="-2" name="enabled" keyPath="self.passwordValue.length" id="Z1a-FR-ag2"/>
128 <binding destination="-2" name="enabled2" keyPath="self.pinValue.length" previousBinding="Z1a-FR-ag2" id="GdE-Gd-jpJ">
129 <dictionary key="options">
130 <integer key="NSMultipleValuesPlaceholder" value="-1"/>
131 <integer key="NSNoSelectionPlaceholder" value="-1"/>
132 <integer key="NSNotApplicablePlaceholder" value="-1"/>
133 <integer key="NSNullPlaceholder" value="-1"/>
134 </dictionary>
135 </binding>
136 </connections>
137 </button>
138 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BFR-6z-UlF">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400139 <rect key="frame" x="78" y="124" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400140 <constraints>
141 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="ql3-eF-0Q3"/>
142 </constraints>
143 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="" bezelStyle="round" id="5pW-QD-iHi">
144 <font key="font" metaFont="system"/>
145 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
146 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
147 </textFieldCell>
148 <connections>
149 <binding destination="-2" name="value" keyPath="self.pinValue" id="GrX-eR-RHE">
150 <dictionary key="options">
151 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
152 </dictionary>
153 </binding>
154 <outlet property="nextKeyView" destination="VeW-tY-k3K" id="fgI-rk-Nuk"/>
155 </connections>
156 </textField>
157 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VeW-tY-k3K" customClass="NSSecureTextField">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400158 <rect key="frame" x="78" y="65" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400159 <constraints>
160 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="EQr-I3-bWf"/>
161 <constraint firstAttribute="width" constant="200" id="XLF-Bw-hQ5"/>
162 </constraints>
163 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="" bezelStyle="round" id="9k8-c8-GFI" customClass="NSSecureTextFieldCell">
164 <font key="font" metaFont="system"/>
165 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
166 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
167 </textFieldCell>
168 <connections>
169 <binding destination="-2" name="value" keyPath="self.passwordValue" id="DMG-pk-2GO">
170 <dictionary key="options">
171 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
172 </dictionary>
173 </binding>
174 <outlet property="nextKeyView" destination="xmI-fH-GpH" id="oQw-CE-3NA"/>
175 </connections>
176 </textField>
177 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Nms-13-N3F">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400178 <rect key="frame" x="76" y="156" width="198" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400179 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400180 <constraint firstAttribute="width" constant="194" id="dTT-oe-Tym"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400181 </constraints>
182 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Enter your pin" id="3ik-rY-Gig">
183 <font key="font" metaFont="system"/>
184 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
185 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
186 </textFieldCell>
187 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400188 <button translatesAutoresizingMaskIntoConstraints="NO" id="XWj-I6-wlG">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400189 <rect key="frame" x="187" y="17" width="72" height="29"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400190 <constraints>
191 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="gkI-h7-faT"/>
192 </constraints>
193 <buttonCell key="cell" type="bevel" title="Cancel" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4ev-TK-8Yt">
194 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
195 <font key="font" metaFont="system"/>
196 <string key="keyEquivalent" base64-UTF8="YES">
197DQ
198</string>
199 </buttonCell>
200 <connections>
201 <action selector="dismissViewWithError:" target="-2" id="TQx-1Z-tFa"/>
202 </connections>
203 </button>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400204 <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="V74-wv-Su2">
205 <rect key="frame" x="255" y="151" width="25" height="25"/>
206 <buttonCell key="cell" type="help" bezelStyle="helpButton" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5do-zL-T0O">
207 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
208 <font key="font" metaFont="system"/>
209 <connections>
210 <action selector="showHelp:" target="-2" id="uXe-rC-7LO"/>
211 </connections>
212 </buttonCell>
213 </button>
214 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AGs-mP-zJd">
215 <rect key="frame" x="62" y="95" width="227" height="19"/>
216 <constraints>
217 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="3tj-c0-BEv"/>
218 </constraints>
219 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Enter your Ring account password" id="U2K-fu-INc">
220 <font key="font" metaFont="system"/>
221 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
222 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
223 </textFieldCell>
224 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400225 </subviews>
226 <constraints>
227 <constraint firstItem="BFR-6z-UlF" firstAttribute="top" secondItem="Nms-13-N3F" secondAttribute="bottom" constant="10" id="9rR-Bz-IV5"/>
228 <constraint firstItem="BFR-6z-UlF" firstAttribute="centerX" secondItem="jR6-WY-o19" secondAttribute="centerX" id="B1d-wB-vV0"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400229 <constraint firstItem="V74-wv-Su2" firstAttribute="centerY" secondItem="Nms-13-N3F" secondAttribute="centerY" id="Je7-2h-AOY"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400230 <constraint firstItem="XWj-I6-wlG" firstAttribute="baseline" secondItem="xmI-fH-GpH" secondAttribute="baseline" id="Mew-0a-C7j"/>
231 <constraint firstItem="AGs-mP-zJd" firstAttribute="top" secondItem="BFR-6z-UlF" secondAttribute="bottom" constant="10" id="Mlp-x7-UId"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400232 <constraint firstItem="V74-wv-Su2" firstAttribute="leading" secondItem="Nms-13-N3F" secondAttribute="trailing" constant="-15" id="NZC-gz-G7l"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400233 <constraint firstAttribute="bottom" secondItem="xmI-fH-GpH" secondAttribute="bottom" constant="20" id="ONV-r0-v26"/>
234 <constraint firstItem="Nms-13-N3F" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" constant="20" id="PM0-u5-7XA"/>
235 <constraint firstItem="xmI-fH-GpH" firstAttribute="leading" secondItem="XWj-I6-wlG" secondAttribute="trailing" constant="10" id="Pmj-x8-RJe"/>
236 <constraint firstItem="VeW-tY-k3K" firstAttribute="top" secondItem="AGs-mP-zJd" secondAttribute="bottom" constant="10" id="Qo1-zb-2YI"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400237 <constraint firstItem="Nms-13-N3F" firstAttribute="centerX" secondItem="BFR-6z-UlF" secondAttribute="centerX" constant="-3" id="Wn8-Vg-MAJ"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400238 <constraint firstItem="AGs-mP-zJd" firstAttribute="centerX" secondItem="jR6-WY-o19" secondAttribute="centerX" id="cPy-QT-Sue"/>
239 <constraint firstAttribute="trailing" secondItem="xmI-fH-GpH" secondAttribute="trailing" constant="20" id="kub-6B-85y"/>
240 <constraint firstItem="VeW-tY-k3K" firstAttribute="leading" secondItem="BFR-6z-UlF" secondAttribute="leading" id="qVJ-Qu-dRy"/>
241 <constraint firstItem="VeW-tY-k3K" firstAttribute="trailing" secondItem="BFR-6z-UlF" secondAttribute="trailing" id="szw-nO-R5J"/>
242 </constraints>
243 </view>
244 </subviews>
245 <constraints>
246 <constraint firstItem="B0P-LC-JmW" firstAttribute="top" secondItem="PQA-fA-Rio" secondAttribute="top" id="9fT-fe-XkL"/>
247 <constraint firstItem="B0P-LC-JmW" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="GK3-rx-CoH"/>
248 <constraint firstItem="PQA-fA-Rio" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" id="K0Z-4r-h1X"/>
249 <constraint firstItem="jR6-WY-o19" firstAttribute="height" secondItem="kG1-xB-0op" secondAttribute="height" id="L1w-wl-tkD"/>
250 <constraint firstItem="jR6-WY-o19" firstAttribute="width" secondItem="kG1-xB-0op" secondAttribute="width" id="Ow7-Wb-jZk"/>
251 <constraint firstItem="jR6-WY-o19" firstAttribute="leading" secondItem="kG1-xB-0op" secondAttribute="leading" id="Yqh-XC-fih"/>
252 <constraint firstItem="PQA-fA-Rio" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="aND-Hy-o8v"/>
253 <constraint firstItem="PQA-fA-Rio" firstAttribute="leading" secondItem="jR6-WY-o19" secondAttribute="leading" id="cNo-MX-1br"/>
254 <constraint firstItem="PQA-fA-Rio" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="evs-g3-Q7g"/>
255 <constraint firstItem="B0P-LC-JmW" firstAttribute="leading" secondItem="PQA-fA-Rio" secondAttribute="leading" id="p8n-78-1gw"/>
256 <constraint firstItem="jR6-WY-o19" firstAttribute="top" secondItem="kG1-xB-0op" secondAttribute="top" id="rUX-4w-KaX"/>
257 <constraint firstItem="B0P-LC-JmW" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="vlI-JJ-jbZ"/>
258 </constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400259 <point key="canvasLocation" x="77.5" y="378.5"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400260 </customView>
261 <userDefaultsController representsSharedInstance="YES" id="gsL-dH-zL7"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400262 <viewController id="vkb-GT-Yko" userLabel="Popover View Controller">
263 <connections>
264 <outlet property="view" destination="uuC-qZ-khm" id="FPI-6k-Ebl"/>
265 </connections>
266 </viewController>
267 <popover behavior="t" id="VJx-c6-hvT">
268 <connections>
269 <outlet property="contentViewController" destination="vkb-GT-Yko" id="Ui0-tO-DXc"/>
270 </connections>
271 </popover>
272 <customView id="uuC-qZ-khm">
273 <rect key="frame" x="0.0" y="0.0" width="360" height="176"/>
274 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
275 <subviews>
276 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qJX-2a-zrV">
277 <rect key="frame" x="18" y="20" width="324" height="136"/>
278 <constraints>
279 <constraint firstAttribute="width" constant="320" id="ZSe-1s-7bf"/>
280 </constraints>
281 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="dJ0-Rk-Rqr">
282 <font key="font" metaFont="system"/>
283 <mutableString key="title">To link this device to another account, you first need to obtain a pin code. 
To generate the pin code, go to the account management setting of a previous device, choose the Ring Account to use and select "Link another device to this account". 
You will get the necessary pin to complete this form.
The Pin is only valid for 10 minutes.</mutableString>
284 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
285 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
286 </textFieldCell>
287 </textField>
288 </subviews>
289 <constraints>
290 <constraint firstItem="qJX-2a-zrV" firstAttribute="leading" secondItem="uuC-qZ-khm" secondAttribute="leading" constant="20" id="JN9-ga-U2w"/>
291 <constraint firstItem="qJX-2a-zrV" firstAttribute="centerX" secondItem="uuC-qZ-khm" secondAttribute="centerX" id="bKT-Y2-imb"/>
292 <constraint firstItem="qJX-2a-zrV" firstAttribute="top" secondItem="uuC-qZ-khm" secondAttribute="top" constant="20" id="gcM-Rh-gFF"/>
293 <constraint firstAttribute="trailing" secondItem="qJX-2a-zrV" secondAttribute="trailing" constant="20" id="kd7-rz-uXG"/>
294 <constraint firstItem="qJX-2a-zrV" firstAttribute="centerY" secondItem="uuC-qZ-khm" secondAttribute="centerY" id="taw-HH-WyB"/>
295 <constraint firstAttribute="bottom" secondItem="qJX-2a-zrV" secondAttribute="bottom" constant="20" id="uoG-vi-5PS"/>
296 </constraints>
297 <point key="canvasLocation" x="303" y="677"/>
298 </customView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400299 </objects>
300</document>