blob: e27d23a263494ba0b8931965b31da187843fc4c7 [file] [log] [blame]
Alexandre Lision5dc5d312016-11-10 10:41:37 -05001<?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">
Alexandre Lision745e4d62015-03-22 20:03:10 -04003 <dependencies>
Alexandre Lision5dc5d312016-11-10 10:41:37 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardWC">
8 <connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -04009 <outlet property="chooseActiontWC" destination="TGh-Qf-0hi" id="Q7C-b1-FN1"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040010 <outlet property="container" destination="T98-k1-e6X" id="ucm-VA-quB"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040011 <outlet property="linkAccountWC" destination="Hlf-uv-gt6" id="GFL-I8-wsd"/>
12 <outlet property="newAccountWC" destination="M2H-0Y-6UW" id="w3w-Wd-TvD"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040013 <outlet property="window" destination="4LP-GX-BkH" id="Bgr-iZ-rif"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040014 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040018 <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="4LP-GX-BkH">
Loïc Siret3652cfb2016-10-27 10:12:07 -040019 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050020 <rect key="contentRect" x="599" y="440" width="450" height="318"/>
21 <rect key="screenRect" x="0.0" y="0.0" width="1440" height="900"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040022 <view key="contentView" id="Wgr-xH-z0G">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050023 <rect key="frame" x="0.0" y="0.0" width="450" height="318"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040024 <autoresizingMask key="autoresizingMask"/>
25 <subviews>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040026 <customView translatesAutoresizingMaskIntoConstraints="NO" id="9ok-Ga-Q8u" userLabel="header">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050027 <rect key="frame" x="0.0" y="258" width="450" height="60"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040028 <subviews>
29 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EpY-Kl-fNa">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050030 <rect key="frame" x="84" y="12" width="229" height="36"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040031 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to Ring" id="2mM-yx-BfM">
32 <font key="font" metaFont="system" size="30"/>
33 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
34 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
35 </textFieldCell>
36 </textField>
37 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="P7h-tj-klA">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050038 <rect key="frame" x="319" y="7" width="45" height="46"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040039 <constraints>
40 <constraint firstAttribute="width" constant="45" id="XMY-BN-Ymg"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040041 <constraint firstAttribute="height" constant="46" id="i8K-g8-EfQ"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040042 </constraints>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050043 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="symbol_blue" id="XSN-TP-V1z"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040044 </imageView>
45 </subviews>
Alexandre Lision745e4d62015-03-22 20:03:10 -040046 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040047 <constraint firstItem="P7h-tj-klA" firstAttribute="centerY" secondItem="9ok-Ga-Q8u" secondAttribute="centerY" id="82u-TT-jdV"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040048 <constraint firstAttribute="height" constant="60" id="bnc-Ui-EBV"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040049 <constraint firstItem="P7h-tj-klA" firstAttribute="leading" secondItem="EpY-Kl-fNa" secondAttribute="trailing" constant="8" symbolic="YES" id="ckf-Wb-pkP"/>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050050 <constraint firstItem="EpY-Kl-fNa" firstAttribute="centerX" secondItem="9ok-Ga-Q8u" secondAttribute="centerX" constant="-26.5" id="fkS-G9-SzY"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040051 <constraint firstItem="EpY-Kl-fNa" firstAttribute="centerY" secondItem="9ok-Ga-Q8u" secondAttribute="centerY" id="i1N-4g-yOy"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040052 </constraints>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040053 </customView>
54 <view translatesAutoresizingMaskIntoConstraints="NO" id="T98-k1-e6X">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050055 <rect key="frame" x="0.0" y="0.0" width="450" height="258"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040056 </view>
Alexandre Lision745e4d62015-03-22 20:03:10 -040057 </subviews>
58 <constraints>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040059 <constraint firstItem="9ok-Ga-Q8u" firstAttribute="top" secondItem="Wgr-xH-z0G" secondAttribute="top" id="Swu-Wv-5zO"/>
60 <constraint firstItem="T98-k1-e6X" firstAttribute="leading" secondItem="9ok-Ga-Q8u" secondAttribute="leading" id="ZVp-x0-6tM"/>
61 <constraint firstAttribute="trailing" secondItem="9ok-Ga-Q8u" secondAttribute="trailing" id="dNA-c1-YAU"/>
62 <constraint firstItem="T98-k1-e6X" firstAttribute="trailing" secondItem="9ok-Ga-Q8u" secondAttribute="trailing" id="nO3-RU-q91"/>
63 <constraint firstAttribute="bottom" secondItem="T98-k1-e6X" secondAttribute="bottom" id="qCC-en-fqL"/>
64 <constraint firstItem="T98-k1-e6X" firstAttribute="top" secondItem="9ok-Ga-Q8u" secondAttribute="bottom" id="sSS-2c-qrc"/>
65 <constraint firstItem="9ok-Ga-Q8u" firstAttribute="leading" secondItem="Wgr-xH-z0G" secondAttribute="leading" id="zPn-Ld-oZC"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040066 </constraints>
67 </view>
68 <connections>
69 <outlet property="delegate" destination="-2" id="cKX-Z2-yDq"/>
70 </connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -040071 <point key="canvasLocation" x="447.5" y="-489"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040072 </window>
Loïc Siret3652cfb2016-10-27 10:12:07 -040073 <viewController nibName="RingWizardChoose" id="TGh-Qf-0hi" customClass="RingWizardChooseVC"/>
74 <viewController nibName="RingWizardLinkAccount" id="Hlf-uv-gt6" customClass="RingWizardLinkAccountVC"/>
75 <viewController nibName="RingWizardNewAccount" id="M2H-0Y-6UW" customClass="RingWizardNewAccountVC"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040076 </objects>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040077 <resources>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050078 <image name="symbol_blue" width="161.6842041015625" height="161.6842041015625"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040079 </resources>
Alexandre Lision745e4d62015-03-22 20:03:10 -040080</document>