blob: 342cd77a76310b82815de036e1b3373f9dd0b387 [file] [log] [blame]
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04001<?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" customObjectInstantitationMethod="direct">
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04003 <dependencies>
Kateryna Kostiukecaa3952018-07-13 16:00:34 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04005 <capability name="box content view" minToolsVersion="7.0"/>
Anthony LĂ©onard48079de2018-02-15 17:00:50 -05006 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="ChooseAccountVC">
10 <connections>
11 <outlet property="accountSelectionButton" destination="sMr-ym-Q7q" id="aWB-iE-k1f"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040012 <outlet property="accountStatus" destination="3O0-W6-QCM" id="5i7-92-c94"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040013 <outlet property="profileImage" destination="hJM-cr-sZ1" id="dkR-YC-SFd"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040014 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
15 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
19 <customView id="Hz6-mo-xeY">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040020 <rect key="frame" x="0.0" y="0.0" width="187" height="30"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040021 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
22 <subviews>
23 <box boxType="custom" borderType="none" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Cvs-Qn-771">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040024 <rect key="frame" x="0.0" y="0.0" width="187" height="30"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040025 <view key="contentView" id="HA7-fk-gse">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040026 <rect key="frame" x="0.0" y="0.0" width="187" height="30"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040027 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
28 <subviews>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040029 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hJM-cr-sZ1">
30 <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040031 <constraints>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040032 <constraint firstAttribute="height" constant="30" id="icZ-2o-tSc"/>
33 <constraint firstAttribute="width" constant="30" id="tck-Dd-F7J"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040034 </constraints>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040035 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="BCQ-IL-Z8Y"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040036 </imageView>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040037 <textField horizontalHuggingPriority="750" verticalHuggingPriority="750" tag="500" translatesAutoresizingMaskIntoConstraints="NO" id="3O0-W6-QCM" userLabel="AccountStatus" customClass="RoundedTextField">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040038 <rect key="frame" x="22" y="0.0" width="10" height="11"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040039 <constraints>
40 <constraint firstAttribute="width" constant="6.5" id="4Ks-ia-6rg"/>
41 <constraint firstAttribute="height" constant="10.5" id="GGv-tJ-9Ps"/>
42 </constraints>
43 <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="center" id="Wdm-ve-lDX">
44 <font key="font" metaFont="system"/>
45 <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
46 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
47 </textFieldCell>
48 <userDefinedRuntimeAttributes>
49 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
50 <color key="value" red="0.29803921570000003" green="0.85098039219999999" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/>
51 </userDefinedRuntimeAttribute>
52 <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
53 <color key="value" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
54 </userDefinedRuntimeAttribute>
55 <userDefinedRuntimeAttribute type="number" keyPath="borderThickness">
56 <real key="value" value="0.5"/>
57 </userDefinedRuntimeAttribute>
58 </userDefinedRuntimeAttributes>
59 </textField>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040060 <popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="sMr-ym-Q7q">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040061 <rect key="frame" x="25" y="-2" width="159" height="34"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040062 <constraints>
63 <constraint firstAttribute="width" constant="155" id="RHk-BK-YeF"/>
64 </constraints>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040065 <popUpButtonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="bezel" inset="2" selectedItem="CTF-me-3R0" id="AKJ-ja-nkI">
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040066 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
67 <font key="font" metaFont="system" size="16"/>
68 <menu key="menu" id="R46-PB-Vne">
69 <items>
70 <menuItem state="on" id="CTF-me-3R0">
71 <modifierMask key="keyEquivalentModifierMask"/>
72 </menuItem>
73 <menuItem title="Item 2" id="96g-DV-w7N"/>
74 <menuItem title="Item 3" id="ck4-ev-O3i"/>
75 </items>
76 </menu>
77 </popUpButtonCell>
78 <connections>
79 <action selector="itemChanged:" target="-2" id="mQK-JP-QcL"/>
80 </connections>
81 </popUpButton>
82 </subviews>
83 <constraints>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040084 <constraint firstItem="sMr-ym-Q7q" firstAttribute="centerY" secondItem="hJM-cr-sZ1" secondAttribute="centerY" id="4yN-6b-Ld4"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040085 <constraint firstAttribute="trailing" secondItem="sMr-ym-Q7q" secondAttribute="trailing" constant="5" id="BD9-ZS-cZa"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040086 <constraint firstItem="sMr-ym-Q7q" firstAttribute="height" secondItem="hJM-cr-sZ1" secondAttribute="height" id="GBP-lS-4lF"/>
87 <constraint firstItem="hJM-cr-sZ1" firstAttribute="top" secondItem="HA7-fk-gse" secondAttribute="top" id="Kzn-vk-eB3"/>
88 <constraint firstItem="hJM-cr-sZ1" firstAttribute="leading" secondItem="HA7-fk-gse" secondAttribute="leading" id="h7j-p5-yg5"/>
89 <constraint firstItem="sMr-ym-Q7q" firstAttribute="leading" secondItem="hJM-cr-sZ1" secondAttribute="trailing" constant="-3" id="hX2-eN-HTr"/>
90 <constraint firstItem="3O0-W6-QCM" firstAttribute="bottom" secondItem="hJM-cr-sZ1" secondAttribute="bottom" id="heW-Ck-JYo"/>
91 <constraint firstItem="3O0-W6-QCM" firstAttribute="trailing" secondItem="hJM-cr-sZ1" secondAttribute="trailing" id="uia-pf-17R"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040092 </constraints>
93 </view>
94 </box>
95 </subviews>
96 <constraints>
97 <constraint firstAttribute="bottom" secondItem="Cvs-Qn-771" secondAttribute="bottom" id="DVK-x6-u1L"/>
98 <constraint firstAttribute="trailing" secondItem="Cvs-Qn-771" secondAttribute="trailing" id="YNS-9b-75H"/>
99 <constraint firstItem="Cvs-Qn-771" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="gyt-ki-BUX"/>
100 <constraint firstItem="Cvs-Qn-771" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ntP-C1-M3d"/>
101 </constraints>
102 </customView>
103 </objects>
104</document>