blob: 116c83cb1b6379751abed3be677f072fc2502fab [file] [log] [blame]
Alexandre Lision04e61df2016-11-03 10:07:45 -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>
Alexandre Lision04e61df2016-11-03 10:07:45 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardChooseVC">
8 <connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -04009 <outlet property="view" destination="uHQ-s7-X3y" id="1wM-Vd-wef"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040010 </connections>
11 </customObject>
12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040014 <userDefaultsController representsSharedInstance="YES" id="ck0-Ru-0YG"/>
15 <view id="uHQ-s7-X3y">
16 <rect key="frame" x="0.0" y="0.0" width="525" height="138"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040017 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
18 <subviews>
Loïc Siret3652cfb2016-10-27 10:12:07 -040019 <button translatesAutoresizingMaskIntoConstraints="NO" id="UXp-us-Mbl">
20 <rect key="frame" x="435" y="17" width="72" height="29"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040021 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040022 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="BJn-n9-or6"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040023 </constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040024 <buttonCell key="cell" type="bevel" title="Cancel" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YJ3-7G-cU1">
25 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
26 <font key="font" metaFont="system"/>
27 </buttonCell>
28 <connections>
29 <action selector="onCancel:" target="-2" id="VXk-Vg-8RL"/>
30 <binding destination="-2" name="hidden" keyPath="self.isCancelable" id="BJD-kc-nuB">
31 <dictionary key="options">
32 <string key="NSValueTransformerName">NSNegateBoolean</string>
33 </dictionary>
34 </binding>
35 </connections>
36 </button>
Alexandre Lision04e61df2016-11-03 10:07:45 -040037 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pcF-lX-ex4">
38 <rect key="frame" x="160" y="81" width="205" height="29"/>
39 <buttonCell key="cell" type="bevel" title="Create a Ring account" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="k1T-a7-yZD">
40 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
41 <font key="font" metaFont="system"/>
42 </buttonCell>
43 <connections>
44 <action selector="createRingAccount:" target="-2" id="Mij-SG-JWQ"/>
45 </connections>
46 </button>
Loïc Siret3652cfb2016-10-27 10:12:07 -040047 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cpk-ql-oGP">
Alexandre Lision04e61df2016-11-03 10:07:45 -040048 <rect key="frame" x="160" y="49" width="205" height="29"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040049 <buttonCell key="cell" type="bevel" title="Link this device to an account" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Z9K-mD-ucr">
50 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
51 <font key="font" metaFont="system"/>
52 </buttonCell>
53 <connections>
54 <action selector="linkExistingRingAccount:" target="-2" id="q5v-67-9eC"/>
55 </connections>
56 </button>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040057 </subviews>
58 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040059 <constraint firstItem="cpk-ql-oGP" firstAttribute="top" secondItem="pcF-lX-ex4" secondAttribute="bottom" constant="8" id="5zS-8W-pRW"/>
60 <constraint firstAttribute="bottom" secondItem="UXp-us-Mbl" secondAttribute="bottom" constant="20" id="AII-Gc-Vvg"/>
61 <constraint firstItem="pcF-lX-ex4" firstAttribute="trailing" secondItem="cpk-ql-oGP" secondAttribute="trailing" id="HN8-pn-yp6"/>
62 <constraint firstItem="cpk-ql-oGP" firstAttribute="centerX" secondItem="uHQ-s7-X3y" secondAttribute="centerX" id="KMQ-q8-0Vy"/>
63 <constraint firstAttribute="trailing" secondItem="UXp-us-Mbl" secondAttribute="trailing" constant="20" id="aKC-JI-SVx"/>
64 <constraint firstItem="pcF-lX-ex4" firstAttribute="centerX" secondItem="uHQ-s7-X3y" secondAttribute="centerX" id="iq8-Px-R61"/>
65 <constraint firstItem="pcF-lX-ex4" firstAttribute="leading" secondItem="cpk-ql-oGP" secondAttribute="leading" id="n6m-l1-sty"/>
Alexandre Lision04e61df2016-11-03 10:07:45 -040066 <constraint firstItem="pcF-lX-ex4" firstAttribute="top" secondItem="uHQ-s7-X3y" secondAttribute="top" constant="30" id="v64-PJ-sTS"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040067 </constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040068 <point key="canvasLocation" x="-14.5" y="49"/>
69 </view>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040070 </objects>
71</document>