blob: 39bcf0fb4e0c026ee6eb698615aec0423db7d13b [file] [log] [blame]
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiuk06681682020-05-07 20:50:56 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -04003 <dependencies>
Kateryna Kostiuk06681682020-05-07 20:50:56 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -04005 <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="RecordFileVC">
9 <connections>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040010 <outlet property="fileImage" destination="Zs4-l8-jAQ" id="0FQ-jC-aJq"/>
11 <outlet property="infoLabel" destination="MXV-85-UvC" id="0cS-e5-MJo"/>
12 <outlet property="previewView" destination="rRf-Sm-dXA" id="B7s-VU-mfu"/>
13 <outlet property="recordOnOffButton" destination="Alg-Ie-u2H" id="8iC-TF-Gq4"/>
14 <outlet property="sendButton" destination="6Nv-0Z-3Lv" id="tas-lN-znX"/>
15 <outlet property="timeCenterX" destination="qSM-j7-gAr" id="lSv-kh-Wiq"/>
16 <outlet property="timeCenterY" destination="j0W-at-80K" id="mKt-cl-iYu"/>
17 <outlet property="timeLabel" destination="ZjD-ni-kiA" id="j2k-3X-Bgj"/>
18 <outlet property="timeRightConstraint" destination="13L-kD-Hoo" id="3hx-3y-wNt"/>
19 <outlet property="timeTopConstraint" destination="Zk8-0z-ZHp" id="wMm-Ba-vs3"/>
20 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
21 </connections>
22 </customObject>
23 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
24 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
25 <customView id="Hz6-mo-xeY">
26 <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
27 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
28 <subviews>
Kateryna Kostiuk06681682020-05-07 20:50:56 -040029 <customView translatesAutoresizingMaskIntoConstraints="NO" id="rRf-Sm-dXA" customClass="RenderingView">
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040030 <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
31 </customView>
32 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MXV-85-UvC">
Kateryna Kostiuk06681682020-05-07 20:50:56 -040033 <rect key="frame" x="165" y="73" width="151" height="16"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040034 <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Press to start recording" id="Dp1-8c-of5">
35 <font key="font" usesAppearanceFont="YES"/>
36 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
37 <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
38 </textFieldCell>
39 </textField>
40 <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Zs4-l8-jAQ" userLabel="File Image" customClass="HoverButton">
41 <rect key="frame" x="210" y="124" width="25" height="25"/>
42 <constraints>
43 <constraint firstAttribute="width" constant="25" id="3vI-VU-qL7"/>
44 <constraint firstAttribute="height" constant="25" id="ZUg-tm-XhA"/>
45 </constraints>
46 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_audio_file" imagePosition="only" alignment="center" enabled="NO" transparent="YES" imageScaling="proportionallyDown" inset="2" id="oXF-Qw-BAa">
47 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
48 <font key="font" metaFont="system"/>
49 </buttonCell>
50 <userDefinedRuntimeAttributes>
51 <userDefinedRuntimeAttribute type="number" keyPath="imageInsets">
52 <integer key="value" value="1"/>
53 </userDefinedRuntimeAttribute>
54 </userDefinedRuntimeAttributes>
55 </button>
56 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZjD-ni-kiA">
Kateryna Kostiuk06681682020-05-07 20:50:56 -040057 <rect key="frame" x="238" y="125" width="4" height="23"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040058 <textFieldCell key="cell" lineBreakMode="clipping" id="VXB-jT-wv2">
59 <font key="font" metaFont="system" size="20"/>
60 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
61 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
62 </textFieldCell>
63 </textField>
64 <button toolTip="Mute Audio" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Biq-yV-8LR" userLabel="Close" customClass="HoverButton">
65 <rect key="frame" x="10" y="247" width="15" height="15"/>
66 <constraints>
67 <constraint firstAttribute="height" constant="15" id="3jp-2b-n8g"/>
68 <constraint firstAttribute="width" constant="15" id="8ak-Sr-5vD"/>
69 </constraints>
70 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_action_cancel" imagePosition="overlaps" alignment="center" transparent="YES" imageScaling="proportionallyDown" id="n0O-VC-gdC">
71 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
72 <font key="font" metaFont="system"/>
73 </buttonCell>
74 <userDefinedRuntimeAttributes>
75 <userDefinedRuntimeAttribute type="number" keyPath="imageInsets">
76 <integer key="value" value="1"/>
77 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -040078 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040079 <color key="value" red="0.82471948862075806" green="0.37392586469650269" blue="0.32938593626022339" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
80 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -040081 <userDefinedRuntimeAttribute type="color" keyPath="imageColor">
Kateryna Kostiuka7404812019-10-28 12:24:46 -040082 <color key="value" red="0.2152817249" green="0.2152752876" blue="0.2152788937" alpha="1" colorSpace="calibratedRGB"/>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -040083 </userDefinedRuntimeAttribute>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040084 <userDefinedRuntimeAttribute type="color" keyPath="imageHoverColor">
Kateryna Kostiuka7404812019-10-28 12:24:46 -040085 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040086 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -040087 <userDefinedRuntimeAttribute type="color" keyPath="imageDarkColor">
Kateryna Kostiuka7404812019-10-28 12:24:46 -040088 <color key="value" red="0.2152817249" green="0.2152752876" blue="0.2152788937" alpha="1" colorSpace="calibratedRGB"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040089 </userDefinedRuntimeAttribute>
90 </userDefinedRuntimeAttributes>
91 <connections>
92 <action selector="cancell:" target="-2" id="m9K-h2-IRJ"/>
93 </connections>
94 </button>
95 <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6Nv-0Z-3Lv">
Kateryna Kostiuk06681682020-05-07 20:50:56 -040096 <rect key="frame" x="412" y="18" width="48" height="23"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -040097 <buttonCell key="cell" type="square" title="Send" bezelStyle="shadowlessSquare" alignment="center" inset="2" id="UXO-l1-POf">
98 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
99 <font key="font" metaFont="system" size="20"/>
100 </buttonCell>
101 <connections>
102 <action selector="sendMessage:" target="-2" id="FEr-Tj-TxL"/>
103 </connections>
104 </button>
105 <button toolTip="Record" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Alg-Ie-u2H" userLabel="Record On Off Button" customClass="HoverButton">
106 <rect key="frame" x="216" y="5" width="48" height="48"/>
107 <constraints>
108 <constraint firstAttribute="height" constant="48" id="1Z4-hU-eRS"/>
109 <constraint firstAttribute="width" constant="48" id="AZQ-Od-nVN"/>
110 </constraints>
111 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_action_record" imagePosition="overlaps" alignment="center" transparent="YES" imageScaling="proportionallyDown" id="72Z-Ir-JoX">
112 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
113 <font key="font" size="10" name=".HelveticaNeueDeskInterface-Regular"/>
114 </buttonCell>
115 <userDefinedRuntimeAttributes>
116 <userDefinedRuntimeAttribute type="number" keyPath="imageInsets">
117 <integer key="value" value="8"/>
118 </userDefinedRuntimeAttribute>
119 <userDefinedRuntimeAttribute type="color" keyPath="moiuseOutsideImageColor">
120 <color key="value" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
121 </userDefinedRuntimeAttribute>
122 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
123 <color key="value" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="0.0" colorSpace="custom" customColorSpace="displayP3"/>
124 </userDefinedRuntimeAttribute>
125 <userDefinedRuntimeAttribute type="color" keyPath="imageHoverColor">
126 <color key="value" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
127 </userDefinedRuntimeAttribute>
128 <userDefinedRuntimeAttribute type="number" keyPath="imageIncreaseOnHover">
129 <integer key="value" value="4"/>
130 </userDefinedRuntimeAttribute>
Kateryna Kostiukc3896542019-11-25 15:46:24 -0500131 <userDefinedRuntimeAttribute type="color" keyPath="imagePressedColor">
132 <color key="value" name="systemRedColor" catalog="System" colorSpace="catalog"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -0400133 </userDefinedRuntimeAttribute>
134 </userDefinedRuntimeAttributes>
135 <connections>
136 <action selector="togleRecord:" target="-2" id="min-pM-IdR"/>
137 </connections>
138 </button>
139 </subviews>
140 <constraints>
141 <constraint firstAttribute="trailing" secondItem="ZjD-ni-kiA" secondAttribute="trailing" priority="250" constant="20" id="13L-kD-Hoo"/>
142 <constraint firstItem="Biq-yV-8LR" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="14X-dx-O1m"/>
143 <constraint firstItem="Alg-Ie-u2H" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="67s-Mv-bM8"/>
144 <constraint firstAttribute="bottom" secondItem="rRf-Sm-dXA" secondAttribute="bottom" id="VvO-8f-iQd"/>
145 <constraint firstItem="ZjD-ni-kiA" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" priority="250" constant="20" id="Zk8-0z-ZHp"/>
146 <constraint firstItem="Biq-yV-8LR" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="10" id="b9F-ZP-fq9"/>
147 <constraint firstAttribute="trailing" secondItem="6Nv-0Z-3Lv" secondAttribute="trailing" constant="20" id="c78-ay-Unr"/>
148 <constraint firstItem="ZjD-ni-kiA" firstAttribute="centerY" secondItem="Zs4-l8-jAQ" secondAttribute="centerY" id="fji-qF-9tn"/>
149 <constraint firstItem="ZjD-ni-kiA" firstAttribute="leading" secondItem="Zs4-l8-jAQ" secondAttribute="trailing" constant="5" id="hHs-hM-GSW"/>
150 <constraint firstAttribute="bottom" secondItem="Alg-Ie-u2H" secondAttribute="bottom" constant="5" id="hpX-sj-5PK"/>
151 <constraint firstItem="6Nv-0Z-3Lv" firstAttribute="centerY" secondItem="Alg-Ie-u2H" secondAttribute="centerY" id="hxl-ja-NTE"/>
152 <constraint firstItem="MXV-85-UvC" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="ihm-O8-MhY"/>
153 <constraint firstItem="ZjD-ni-kiA" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" priority="750" id="j0W-at-80K"/>
154 <constraint firstItem="rRf-Sm-dXA" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="j81-kg-Jcs"/>
155 <constraint firstItem="Alg-Ie-u2H" firstAttribute="top" secondItem="MXV-85-UvC" secondAttribute="bottom" constant="20" id="mGp-jN-otw"/>
156 <constraint firstItem="ZjD-ni-kiA" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" priority="750" id="qSM-j7-gAr"/>
157 <constraint firstAttribute="trailing" secondItem="rRf-Sm-dXA" secondAttribute="trailing" id="r9d-DV-Kle"/>
158 <constraint firstItem="rRf-Sm-dXA" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="vl5-VY-oXf"/>
159 </constraints>
Kateryna Kostiuk06681682020-05-07 20:50:56 -0400160 <point key="canvasLocation" x="139" y="154"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -0400161 </customView>
162 </objects>
163 <resources>
164 <image name="ic_action_cancel" width="72" height="72"/>
Kateryna Kostiukc3896542019-11-25 15:46:24 -0500165 <image name="ic_action_record" width="36" height="36"/>
Kateryna Kostiukfbe1b2f2019-10-07 17:32:26 -0400166 <image name="ic_audio_file" width="100" height="100"/>
167 </resources>
168</document>