blob: 0221d246814491729a7b78c50bb44f053f2aa9ee [file] [log] [blame]
Alexandre Lision5dc5d312016-11-10 10:41:37 -05001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision745e4d62015-03-22 20:03:10 -04003 <dependencies>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
Kateryna Kostiuk465cfbe2018-06-05 16:13:05 -04005 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -04006 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardWC">
9 <connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -040010 <outlet property="chooseActiontWC" destination="TGh-Qf-0hi" id="Q7C-b1-FN1"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040011 <outlet property="container" destination="T98-k1-e6X" id="ucm-VA-quB"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040012 <outlet property="linkAccountWC" destination="Hlf-uv-gt6" id="GFL-I8-wsd"/>
13 <outlet property="newAccountWC" destination="M2H-0Y-6UW" id="w3w-Wd-TvD"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040014 <outlet property="window" destination="4LP-GX-BkH" id="Bgr-iZ-rif"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040015 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Kateryna Kostiuk465cfbe2018-06-05 16:13:05 -040019 <window title="Ring" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="default" titleVisibility="hidden" id="4LP-GX-BkH" customClass="RingMainWindow">
Loïc Siret3652cfb2016-10-27 10:12:07 -040020 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050021 <rect key="contentRect" x="599" y="440" width="450" height="318"/>
Kateryna Kostiuk465cfbe2018-06-05 16:13:05 -040022 <rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040023 <view key="contentView" id="Wgr-xH-z0G">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050024 <rect key="frame" x="0.0" y="0.0" width="450" height="318"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040025 <autoresizingMask key="autoresizingMask"/>
26 <subviews>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -040027 <visualEffectView appearanceType="vibrantLight" blendingMode="behindWindow" material="appearanceBased" state="active" translatesAutoresizingMaskIntoConstraints="NO" id="iI2-Gb-gPl">
28 <rect key="frame" x="0.0" y="0.0" width="450" height="318"/>
29 </visualEffectView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040030 <customView translatesAutoresizingMaskIntoConstraints="NO" id="9ok-Ga-Q8u" userLabel="header">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050031 <rect key="frame" x="0.0" y="258" width="450" height="60"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040032 <subviews>
33 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EpY-Kl-fNa">
Kateryna Kostiuk465cfbe2018-06-05 16:13:05 -040034 <rect key="frame" x="88" y="12" width="221" height="36"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040035 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to Ring" id="2mM-yx-BfM">
36 <font key="font" metaFont="system" size="30"/>
37 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
38 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
39 </textFieldCell>
40 </textField>
41 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="P7h-tj-klA">
Kateryna Kostiuk465cfbe2018-06-05 16:13:05 -040042 <rect key="frame" x="315" y="7" width="45" height="46"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040043 <constraints>
44 <constraint firstAttribute="width" constant="45" id="XMY-BN-Ymg"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040045 <constraint firstAttribute="height" constant="46" id="i8K-g8-EfQ"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040046 </constraints>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050047 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="symbol_blue" id="XSN-TP-V1z"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040048 </imageView>
49 </subviews>
Alexandre Lision745e4d62015-03-22 20:03:10 -040050 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -040051 <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 -040052 <constraint firstAttribute="height" constant="60" id="bnc-Ui-EBV"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040053 <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 -050054 <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 -040055 <constraint firstItem="EpY-Kl-fNa" firstAttribute="centerY" secondItem="9ok-Ga-Q8u" secondAttribute="centerY" id="i1N-4g-yOy"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040056 </constraints>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040057 </customView>
58 <view translatesAutoresizingMaskIntoConstraints="NO" id="T98-k1-e6X">
Alexandre Lision5dc5d312016-11-10 10:41:37 -050059 <rect key="frame" x="0.0" y="0.0" width="450" height="258"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040060 </view>
Alexandre Lision745e4d62015-03-22 20:03:10 -040061 </subviews>
62 <constraints>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -040063 <constraint firstItem="iI2-Gb-gPl" firstAttribute="top" secondItem="Wgr-xH-z0G" secondAttribute="top" id="3IK-uK-GhR"/>
64 <constraint firstItem="iI2-Gb-gPl" firstAttribute="leading" secondItem="Wgr-xH-z0G" secondAttribute="leading" id="EBJ-vq-VyN"/>
65 <constraint firstAttribute="trailing" secondItem="iI2-Gb-gPl" secondAttribute="trailing" id="K7w-99-HOk"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040066 <constraint firstItem="9ok-Ga-Q8u" firstAttribute="top" secondItem="Wgr-xH-z0G" secondAttribute="top" id="Swu-Wv-5zO"/>
67 <constraint firstItem="T98-k1-e6X" firstAttribute="leading" secondItem="9ok-Ga-Q8u" secondAttribute="leading" id="ZVp-x0-6tM"/>
68 <constraint firstAttribute="trailing" secondItem="9ok-Ga-Q8u" secondAttribute="trailing" id="dNA-c1-YAU"/>
69 <constraint firstItem="T98-k1-e6X" firstAttribute="trailing" secondItem="9ok-Ga-Q8u" secondAttribute="trailing" id="nO3-RU-q91"/>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -040070 <constraint firstAttribute="bottom" secondItem="iI2-Gb-gPl" secondAttribute="bottom" id="q20-Nh-dQD"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040071 <constraint firstAttribute="bottom" secondItem="T98-k1-e6X" secondAttribute="bottom" id="qCC-en-fqL"/>
72 <constraint firstItem="T98-k1-e6X" firstAttribute="top" secondItem="9ok-Ga-Q8u" secondAttribute="bottom" id="sSS-2c-qrc"/>
73 <constraint firstItem="9ok-Ga-Q8u" firstAttribute="leading" secondItem="Wgr-xH-z0G" secondAttribute="leading" id="zPn-Ld-oZC"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040074 </constraints>
75 </view>
76 <connections>
77 <outlet property="delegate" destination="-2" id="cKX-Z2-yDq"/>
78 </connections>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -040079 <point key="canvasLocation" x="447" y="-489"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040080 </window>
Loïc Siret3652cfb2016-10-27 10:12:07 -040081 <viewController nibName="RingWizardChoose" id="TGh-Qf-0hi" customClass="RingWizardChooseVC"/>
82 <viewController nibName="RingWizardLinkAccount" id="Hlf-uv-gt6" customClass="RingWizardLinkAccountVC"/>
83 <viewController nibName="RingWizardNewAccount" id="M2H-0Y-6UW" customClass="RingWizardNewAccountVC"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040084 </objects>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040085 <resources>
Alexandre Lision5dc5d312016-11-10 10:41:37 -050086 <image name="symbol_blue" width="161.6842041015625" height="161.6842041015625"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040087 </resources>
Alexandre Lision745e4d62015-03-22 20:03:10 -040088</document>