blob: 34399848d146e7d92fa166764892bc9c7c33ade4 [file] [log] [blame]
kkostiuk957020c2021-05-20 20:26:23 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
5 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="ChooseMediaVC">
9 <connections>
10 <outlet property="devicesView" destination="q9i-GU-ztL" id="iVw-mf-HRX"/>
11 <outlet property="tableHeightConstraint" destination="dYZ-Ny-exG" id="hXe-9G-IUz"/>
12 <outlet property="tableWidthConstraint" destination="cHz-Tb-DJI" id="eda-co-aKA"/>
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 misplaced="YES" id="Hz6-mo-xeY">
19 <rect key="frame" x="0.0" y="0.0" width="478" height="271"/>
20 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
21 <subviews>
22 <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="57" horizontalPageScroll="10" verticalLineScroll="57" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CyB-0G-Lrg">
23 <rect key="frame" x="0.0" y="0.0" width="478" height="261"/>
24 <clipView key="contentView" drawsBackground="NO" id="EtF-uF-2Hn">
25 <rect key="frame" x="0.0" y="0.0" width="478" height="261"/>
26 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
27 <subviews>
28 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="55" rowSizeStyle="automatic" viewBased="YES" translatesAutoresizingMaskIntoConstraints="NO" id="q9i-GU-ztL" customClass="RingTableView">
29 <rect key="frame" x="0.0" y="10" width="478" height="261"/>
30 <constraints>
31 <constraint firstAttribute="width" constant="478" id="cHz-Tb-DJI"/>
32 <constraint firstAttribute="height" constant="241" id="dYZ-Ny-exG"/>
33 </constraints>
34 <size key="intercellSpacing" width="3" height="2"/>
35 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
36 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
37 <tableColumns>
38 <tableColumn width="475" minWidth="40" maxWidth="1000" id="508-Gh-PKP">
39 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
40 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
41 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
42 </tableHeaderCell>
43 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="tJx-rq-kBg">
44 <font key="font" metaFont="system"/>
45 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
46 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
47 </textFieldCell>
48 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
49 <prototypeCellViews>
50 <tableCellView identifier="MediaDeviceCell" id="OcL-cL-06E">
51 <rect key="frame" x="1" y="1" width="475" height="17"/>
52 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
53 <subviews>
54 <stackView distribution="equalSpacing" orientation="horizontal" alignment="centerY" spacing="10" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" translatesAutoresizingMaskIntoConstraints="NO" id="Td7-R6-qF9">
kkostiuk6c3cb232021-05-31 13:15:31 -040055 <rect key="frame" x="13" y="-1" width="80" height="20"/>
kkostiuk957020c2021-05-20 20:26:23 -040056 <subviews>
57 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="AdH-xw-4sM">
58 <rect key="frame" x="0.0" y="0.0" width="20" height="20"/>
59 <constraints>
60 <constraint firstAttribute="height" constant="20" id="NUM-wQ-oRw"/>
61 <constraint firstAttribute="width" constant="20" id="j31-Mb-sQH"/>
62 </constraints>
63 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="done" id="FLt-6l-seT"/>
64 </imageView>
65 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="glr-S4-tc4">
66 <rect key="frame" x="28" y="2" width="54" height="16"/>
67 <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" id="QkM-9c-cn8">
68 <font key="font" metaFont="systemMedium" size="13"/>
69 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
70 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
71 </textFieldCell>
72 </textField>
73 </subviews>
74 <constraints>
75 <constraint firstAttribute="trailing" secondItem="glr-S4-tc4" secondAttribute="trailing" id="t0L-Yc-F2J"/>
76 <constraint firstItem="glr-S4-tc4" firstAttribute="leading" secondItem="AdH-xw-4sM" secondAttribute="trailing" constant="10" id="vF9-xX-bju"/>
77 </constraints>
78 <visibilityPriorities>
79 <integer value="1000"/>
80 <integer value="1000"/>
81 </visibilityPriorities>
82 <customSpacing>
83 <real value="3.4028234663852886e+38"/>
84 <real value="3.4028234663852886e+38"/>
85 </customSpacing>
86 </stackView>
87 </subviews>
88 <constraints>
kkostiuk6c3cb232021-05-31 13:15:31 -040089 <constraint firstItem="Td7-R6-qF9" firstAttribute="leading" secondItem="OcL-cL-06E" secondAttribute="leading" constant="13" id="AfT-k2-Fio"/>
kkostiuk957020c2021-05-20 20:26:23 -040090 <constraint firstItem="Td7-R6-qF9" firstAttribute="centerY" secondItem="OcL-cL-06E" secondAttribute="centerY" id="D7s-Qp-R4b"/>
91 </constraints>
92 </tableCellView>
93 <customView identifier="HoverRowView" id="Egr-Nw-pNk" customClass="HoverTableRowView">
94 <rect key="frame" x="1" y="20" width="475" height="55"/>
95 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
96 </customView>
97 </prototypeCellViews>
98 </tableColumn>
99 </tableColumns>
100 <connections>
101 <outlet property="dataSource" destination="-2" id="8Ev-sE-V6Y"/>
102 <outlet property="delegate" destination="-2" id="cpj-zX-PwK"/>
103 </connections>
104 </tableView>
105 </subviews>
106 <constraints>
107 <constraint firstItem="q9i-GU-ztL" firstAttribute="leading" secondItem="EtF-uF-2Hn" secondAttribute="leading" id="UQd-pd-ZrR"/>
108 <constraint firstAttribute="bottom" secondItem="q9i-GU-ztL" secondAttribute="bottom" constant="10" id="ZxB-nM-K3D"/>
109 <constraint firstAttribute="trailing" secondItem="q9i-GU-ztL" secondAttribute="trailing" id="eHl-Kd-tOj"/>
110 <constraint firstItem="q9i-GU-ztL" firstAttribute="top" secondItem="EtF-uF-2Hn" secondAttribute="top" constant="10" id="vZC-Ys-mBB"/>
111 </constraints>
112 </clipView>
113 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="cwM-px-mSI">
114 <rect key="frame" x="-100" y="-100" width="478" height="16"/>
115 <autoresizingMask key="autoresizingMask"/>
116 </scroller>
117 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="9Rw-U2-Gmp">
118 <rect key="frame" x="-100" y="-100" width="15" height="102"/>
119 <autoresizingMask key="autoresizingMask"/>
120 </scroller>
121 </scrollView>
122 </subviews>
123 <constraints>
124 <constraint firstItem="CyB-0G-Lrg" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="9NX-tw-0tO"/>
125 <constraint firstItem="CyB-0G-Lrg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="FSJ-1i-61o"/>
126 <constraint firstAttribute="trailing" secondItem="CyB-0G-Lrg" secondAttribute="trailing" id="Xhu-sc-fSi"/>
127 <constraint firstAttribute="bottom" secondItem="CyB-0G-Lrg" secondAttribute="bottom" id="YHB-Sw-ktx"/>
128 </constraints>
129 <point key="canvasLocation" x="-26" y="126.5"/>
130 </customView>
131 </objects>
132 <resources>
133 <image name="done" width="96" height="96"/>
134 </resources>
135</document>