blob: fc78936df36c6f5344ce3a48fd71daf2a178a8ed [file] [log] [blame]
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D30a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
Kateryna Kostiukf86b9222017-04-20 09:30:51 -04004 <development version="7000" identifier="xcode"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04005 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
6 <capability name="box content view" minToolsVersion="7.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"/>
12 <outlet property="profileImage" destination="JSg-rZ-Xia" id="keh-R2-VI8"/>
13 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
18 <customView id="Hz6-mo-xeY">
19 <rect key="frame" x="0.0" y="0.0" width="200" height="30"/>
20 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
21 <subviews>
22 <box boxType="custom" borderType="none" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Cvs-Qn-771">
23 <rect key="frame" x="0.0" y="0.0" width="200" height="30"/>
24 <view key="contentView" id="HA7-fk-gse">
25 <rect key="frame" x="0.0" y="0.0" width="200" height="30"/>
26 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
27 <subviews>
28 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JSg-rZ-Xia">
29 <rect key="frame" x="5" y="0.0" width="30" height="30"/>
30 <constraints>
31 <constraint firstAttribute="height" constant="30" id="V0B-Kr-2Kw"/>
32 <constraint firstAttribute="width" constant="30" id="b29-LU-Chc"/>
33 </constraints>
34 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="riX-D8-veh"/>
35 </imageView>
36 <popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="sMr-ym-Q7q">
37 <rect key="frame" x="38" y="6" width="159" height="19"/>
38 <constraints>
39 <constraint firstAttribute="width" constant="155" id="RHk-BK-YeF"/>
40 </constraints>
41 <popUpButtonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" lineBreakMode="truncatingTail" state="on" borderStyle="bezel" inset="2" selectedItem="CTF-me-3R0" id="AKJ-ja-nkI">
42 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
43 <font key="font" metaFont="system" size="16"/>
44 <menu key="menu" id="R46-PB-Vne">
45 <items>
46 <menuItem state="on" id="CTF-me-3R0">
47 <modifierMask key="keyEquivalentModifierMask"/>
48 </menuItem>
49 <menuItem title="Item 2" id="96g-DV-w7N"/>
50 <menuItem title="Item 3" id="ck4-ev-O3i"/>
51 </items>
52 </menu>
53 </popUpButtonCell>
54 <connections>
55 <action selector="itemChanged:" target="-2" id="mQK-JP-QcL"/>
56 </connections>
57 </popUpButton>
58 </subviews>
59 <constraints>
60 <constraint firstAttribute="trailing" secondItem="sMr-ym-Q7q" secondAttribute="trailing" constant="5" id="BD9-ZS-cZa"/>
61 <constraint firstItem="sMr-ym-Q7q" firstAttribute="leading" secondItem="JSg-rZ-Xia" secondAttribute="trailing" constant="5" id="L9t-7Q-Cw2"/>
62 <constraint firstItem="JSg-rZ-Xia" firstAttribute="top" secondItem="HA7-fk-gse" secondAttribute="top" id="Rw2-Sd-7Hz"/>
63 <constraint firstItem="sMr-ym-Q7q" firstAttribute="centerY" secondItem="JSg-rZ-Xia" secondAttribute="centerY" id="S2w-ph-Hue"/>
64 <constraint firstAttribute="bottom" secondItem="JSg-rZ-Xia" secondAttribute="bottom" id="VyP-Jt-INt"/>
65 </constraints>
66 </view>
67 </box>
68 </subviews>
69 <constraints>
70 <constraint firstAttribute="bottom" secondItem="Cvs-Qn-771" secondAttribute="bottom" id="DVK-x6-u1L"/>
71 <constraint firstAttribute="trailing" secondItem="Cvs-Qn-771" secondAttribute="trailing" id="YNS-9b-75H"/>
72 <constraint firstItem="Cvs-Qn-771" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="gyt-ki-BUX"/>
73 <constraint firstItem="Cvs-Qn-771" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ntP-C1-M3d"/>
74 </constraints>
75 </customView>
76 </objects>
77</document>