blob: f3db2ca8675db659e887ffcefd5c0a4e1fbc2210 [file] [log] [blame]
Alexandre Lision2db8f472015-07-22 15:05:46 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision51ff1492016-04-15 11:38:37 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision2db8f472015-07-22 15:05:46 -04003 <dependencies>
Alexandre Lision51ff1492016-04-15 11:38:37 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="PersonLinkerVC">
8 <connections>
9 <outlet property="categoryComboBox" destination="MFf-kv-pz3" id="a2g-cf-dcv"/>
10 <outlet property="contactMethodLabel" destination="8pP-Sy-Vkd" id="UGZ-bY-lDO"/>
11 <outlet property="createContactSubview" destination="6M0-sm-haN" id="Ba5-9R-6fh"/>
12 <outlet property="createNewContactButton" destination="N0T-7S-TCW" id="MUz-ox-g0t"/>
13 <outlet property="firstNameField" destination="m4N-gI-w8E" id="qeh-cD-nEA"/>
14 <outlet property="lastNameField" destination="j0A-7O-Bvj" id="CcY-4A-Epn"/>
15 <outlet property="linkToExistingSubview" destination="4Dh-2q-0Sm" id="CMO-kR-mHc"/>
16 <outlet property="personsView" destination="eKe-7i-c79" id="oAv-Y3-gon"/>
17 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
22 <customView id="Hz6-mo-xeY">
Alexandre Lision61db3552015-10-22 19:12:52 -040023 <rect key="frame" x="0.0" y="0.0" width="308" height="452"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040024 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
25 <subviews>
26 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8pP-Sy-Vkd">
27 <rect key="frame" x="18" y="415" width="184" height="22"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040028 <textFieldCell key="cell" lineBreakMode="truncatingTail" truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" alignment="right" placeholderString="Contact Method" usesSingleLineMode="YES" id="a9R-r5-K3w">
Alexandre Lision2db8f472015-07-22 15:05:46 -040029 <font key="font" size="18" name="HelveticaNeue-Thin"/>
30 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
31 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
32 </textFieldCell>
33 </textField>
34 <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Dh-2q-0Sm">
35 <rect key="frame" x="0.0" y="-21" width="308" height="428"/>
36 <subviews>
Alexandre Lision2db8f472015-07-22 15:05:46 -040037 <searchField wantsLayer="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZJY-k3-gHh">
Alexandre Lision61db3552015-10-22 19:12:52 -040038 <rect key="frame" x="20" y="406" width="268" height="22"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040039 <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" sendsSearchStringImmediately="YES" id="sS1-2Z-ZWi">
40 <font key="font" metaFont="system"/>
41 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
42 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
43 </searchFieldCell>
44 <connections>
45 <outlet property="delegate" destination="-2" id="XVp-Zj-wcV"/>
46 <outlet property="nextKeyView" destination="eKe-7i-c79" id="7Oc-g3-Xrb"/>
47 </connections>
48 </searchField>
49 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cfj-u3-ErF">
50 <rect key="frame" x="9" y="24" width="291" height="30"/>
51 <buttonCell key="cell" type="squareTextured" title="Add new contact" bezelStyle="texturedSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="had-9Y-eza">
52 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
53 <font key="font" metaFont="system"/>
54 </buttonCell>
55 <connections>
56 <action selector="presentNewContactForm:" target="-2" id="GOU-Lc-s5y"/>
57 <outlet property="nextKeyView" destination="MFf-kv-pz3" id="ptg-Li-e6T"/>
58 </connections>
59 </button>
Alexandre Lision61db3552015-10-22 19:12:52 -040060 <scrollView fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="42" horizontalPageScroll="10" verticalLineScroll="42" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" scrollerKnobStyle="light" translatesAutoresizingMaskIntoConstraints="NO" id="sue-LK-DlA">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040061 <rect key="frame" x="0.0" y="61" width="308" height="337"/>
Alexandre Lision61db3552015-10-22 19:12:52 -040062 <clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="bpD-gC-mEn">
63 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040064 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
65 <subviews>
66 <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowHeight="40" viewBased="YES" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="02n-X5-Zug" id="eKe-7i-c79">
Alexandre Lision61db3552015-10-22 19:12:52 -040067 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040068 <autoresizingMask key="autoresizingMask"/>
69 <size key="intercellSpacing" width="3" height="2"/>
70 <color key="backgroundColor" white="0.66666666669999997" alpha="0.0" colorSpace="deviceWhite"/>
71 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
72 <tableColumns>
Alexandre Lision61db3552015-10-22 19:12:52 -040073 <tableColumn identifier="NameColumn" width="305" minWidth="40" maxWidth="1000" id="02n-X5-Zug">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040074 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
75 <font key="font" metaFont="system"/>
76 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
78 </tableHeaderCell>
Alexandre Lision61db3552015-10-22 19:12:52 -040079 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="M4f-N4-msh">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040080 <font key="font" metaFont="system"/>
81 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
82 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
83 </textFieldCell>
84 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
85 <prototypeCellViews>
86 <tableCellView identifier="MainCell" wantsLayer="YES" id="nIU-iD-8vh">
Alexandre Lision61db3552015-10-22 19:12:52 -040087 <rect key="frame" x="1" y="1" width="305" height="60"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040088 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
89 <subviews>
90 <textField wantsLayer="YES" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="Vix-1z-ceH">
91 <rect key="frame" x="60" y="20" width="219" height="23"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040092 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" placeholderString="Display Role" id="Jcn-cg-rbR">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040093 <font key="font" size="16" name="HelveticaNeue-Light"/>
94 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
95 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
96 </textFieldCell>
97 </textField>
98 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="XdL-zf-7dn">
99 <rect key="frame" x="10" y="11" width="40" height="40"/>
100 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="27s-no-TQR"/>
101 </imageView>
102 </subviews>
103 <connections>
104 <outlet property="textField" destination="Vix-1z-ceH" id="Abp-mU-zH1"/>
105 </connections>
106 </tableCellView>
107 </prototypeCellViews>
108 </tableColumn>
109 </tableColumns>
110 <connections>
111 <outlet property="delegate" destination="-2" id="4Ls-yd-9gL"/>
112 <outlet property="nextKeyView" destination="cfj-u3-ErF" id="oex-MO-dfb"/>
113 </connections>
114 </outlineView>
115 </subviews>
116 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
117 </clipView>
118 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="4Sk-mY-PsD">
Alexandre Lision61db3552015-10-22 19:12:52 -0400119 <rect key="frame" x="1" y="117" width="238" height="16"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400120 <autoresizingMask key="autoresizingMask"/>
121 </scroller>
122 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="awN-qf-qb2">
Alexandre Lision61db3552015-10-22 19:12:52 -0400123 <rect key="frame" x="-16" y="0.0" width="16" height="0.0"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400124 <autoresizingMask key="autoresizingMask"/>
125 </scroller>
126 </scrollView>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400127 </subviews>
128 </customView>
129 <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MFf-kv-pz3">
130 <rect key="frame" x="208" y="415" width="84" height="26"/>
131 <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" usesDataSource="YES" numberOfVisibleItems="5" id="Msw-lx-k0J">
132 <font key="font" metaFont="system"/>
133 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
134 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
135 </comboBoxCell>
136 <connections>
137 <outlet property="dataSource" destination="-2" id="tJu-f2-MiR"/>
138 <outlet property="delegate" destination="-2" id="WaI-jK-1gz"/>
139 <outlet property="nextKeyView" destination="ZJY-k3-gHh" id="tEx-0T-BlC"/>
140 </connections>
141 </comboBox>
142 </subviews>
143 <point key="canvasLocation" x="578" y="354"/>
144 </customView>
145 <customView wantsLayer="YES" id="6M0-sm-haN">
146 <rect key="frame" x="0.0" y="5" width="269" height="216"/>
147 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
148 <subviews>
149 <textField verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m4N-gI-w8E">
150 <rect key="frame" x="12" y="112" width="245" height="27"/>
151 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="First name..." drawsBackground="YES" id="vyb-95-XaF">
152 <font key="font" metaFont="system"/>
153 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
154 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
155 </textFieldCell>
156 <connections>
157 <outlet property="delegate" destination="-2" id="CCw-aR-pcT"/>
158 <outlet property="nextKeyView" destination="j0A-7O-Bvj" id="Ub8-NO-TRg"/>
159 </connections>
160 </textField>
161 <textField verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="j0A-7O-Bvj">
162 <rect key="frame" x="12" y="75" width="245" height="27"/>
163 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Last name..." drawsBackground="YES" id="cGT-nu-sPa">
164 <font key="font" metaFont="system"/>
165 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
166 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
167 </textFieldCell>
168 <connections>
169 <outlet property="delegate" destination="-2" id="C7b-2i-RVK"/>
170 <outlet property="nextKeyView" destination="N0T-7S-TCW" id="DHp-cl-011"/>
171 </connections>
172 </textField>
173 <textField wantsLayer="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GgO-mM-nnz">
174 <rect key="frame" x="24" y="186" width="221" height="30"/>
175 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="New Contact" id="v7b-de-MVd">
176 <font key="font" metaFont="system" size="20"/>
177 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
178 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
179 </textFieldCell>
180 </textField>
181 <scrollView ambiguous="YES" misplaced="YES" borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vzn-cW-Vtm">
182 <rect key="frame" x="26" y="146" width="217" height="32"/>
Alexandre Lision61db3552015-10-22 19:12:52 -0400183 <clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="2yu-GN-mus">
184 <rect key="frame" x="0.0" y="0.0" width="217" height="32"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400185 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
186 <subviews>
187 <textView ambiguous="YES" editable="NO" selectable="NO" drawsBackground="NO" importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="TQq-By-akw">
Alexandre Lision61db3552015-10-22 19:12:52 -0400188 <rect key="frame" x="0.0" y="0.0" width="217" height="32"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400189 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
190 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
191 <size key="minSize" width="217" height="32"/>
192 <size key="maxSize" width="463" height="10000000"/>
193 <attributedString key="textStorage">
194 <fragment content="This contact will be added to your iCloud contacts ">
195 <attributes>
196 <font key="NSFont" metaFont="smallSystem"/>
197 <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
198 </attributes>
199 </fragment>
200 </attributedString>
201 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
202 <size key="minSize" width="217" height="32"/>
203 <size key="maxSize" width="463" height="10000000"/>
204 </textView>
205 </subviews>
206 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
207 </clipView>
208 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="XUh-Co-vZc">
209 <rect key="frame" x="-100" y="-100" width="87" height="18"/>
210 <autoresizingMask key="autoresizingMask"/>
211 </scroller>
Alexandre Lision61db3552015-10-22 19:12:52 -0400212 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="C83-CS-odD">
213 <rect key="frame" x="-16" y="0.0" width="16" height="0.0"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400214 <autoresizingMask key="autoresizingMask"/>
215 </scroller>
216 </scrollView>
217 <button verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="N0T-7S-TCW">
218 <rect key="frame" x="12" y="38" width="245" height="30"/>
219 <buttonCell key="cell" type="squareTextured" title="Create" bezelStyle="texturedSquare" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qZc-Z2-TpP">
220 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
221 <font key="font" metaFont="system"/>
222 </buttonCell>
223 <connections>
224 <action selector="createContact:" target="-2" id="zAV-BX-EwU"/>
225 <outlet property="nextKeyView" destination="m4N-gI-w8E" id="Q27-eZ-3aK"/>
226 </connections>
227 </button>
228 </subviews>
229 <constraints>
230 <constraint firstAttribute="centerX" secondItem="m4N-gI-w8E" secondAttribute="centerX" id="4IS-12-aeP"/>
231 <constraint firstAttribute="trailing" secondItem="N0T-7S-TCW" secondAttribute="trailing" constant="12" id="C3n-ql-y7T"/>
232 <constraint firstAttribute="centerX" secondItem="j0A-7O-Bvj" secondAttribute="centerX" id="JAP-Mr-JWl"/>
233 <constraint firstAttribute="bottom" secondItem="N0T-7S-TCW" secondAttribute="bottom" constant="40" id="WLz-RD-syK"/>
234 <constraint firstAttribute="centerX" secondItem="vzn-cW-Vtm" secondAttribute="centerX" id="ltD-l2-ESu"/>
235 <constraint firstItem="N0T-7S-TCW" firstAttribute="leading" secondItem="6M0-sm-haN" secondAttribute="leading" constant="12" id="xWn-BX-TdQ"/>
236 <constraint firstAttribute="centerX" secondItem="GgO-mM-nnz" secondAttribute="centerX" id="zLf-OH-9nF"/>
237 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400238 <point key="canvasLocation" x="949.5" y="317"/>
239 </customView>
240 </objects>
241</document>