InvitationAnswerPopupView.xib 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_0" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="qLf-va-EAG" customClass="InvitationAnswerPopupView">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4c3-gb-BwR" userLabel="maskView">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  19. <subviews>
  20. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="common_bg_alpha_85" translatesAutoresizingMaskIntoConstraints="NO" id="jUe-Ti-X5Z">
  21. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  22. </imageView>
  23. </subviews>
  24. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  25. <constraints>
  26. <constraint firstAttribute="bottom" secondItem="jUe-Ti-X5Z" secondAttribute="bottom" id="0gJ-qq-YFH"/>
  27. <constraint firstItem="jUe-Ti-X5Z" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="7sf-HQ-UMc"/>
  28. <constraint firstAttribute="trailing" secondItem="jUe-Ti-X5Z" secondAttribute="trailing" id="IZ1-lP-5AX"/>
  29. <constraint firstItem="jUe-Ti-X5Z" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="KRf-vN-QMt"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="24" y="121" width="272" height="326"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cFp-gN-fzj" userLabel="ContainerView">
  36. <rect key="frame" x="0.0" y="0.0" width="272" height="326"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YHf-Qu-3Iu" userLabel="View - Title">
  39. <rect key="frame" x="0.0" y="0.0" width="272" height="48"/>
  40. <subviews>
  41. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_head" translatesAutoresizingMaskIntoConstraints="NO" id="G6u-As-2QJ" customClass="CustomImageView">
  42. <rect key="frame" x="0.0" y="0.0" width="272" height="48"/>
  43. </imageView>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="정답날짜 입력" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kN9-2i-tr3" customClass="CustomLabel">
  45. <rect key="frame" x="23" y="0.0" width="249" height="48"/>
  46. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  47. <color key="textColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fQM-za-AGS">
  51. <rect key="frame" x="0.0" y="0.0" width="23" height="48"/>
  52. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="23" id="3oU-Ke-PrM"/>
  55. </constraints>
  56. </view>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  59. <constraints>
  60. <constraint firstAttribute="bottom" secondItem="kN9-2i-tr3" secondAttribute="bottom" id="1PQ-ec-DPA">
  61. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  62. </constraint>
  63. <constraint firstAttribute="height" constant="48" id="Dc7-Id-C2c"/>
  64. <constraint firstItem="kN9-2i-tr3" firstAttribute="leading" secondItem="fQM-za-AGS" secondAttribute="trailing" id="KG1-7I-CyI"/>
  65. <constraint firstAttribute="trailing" secondItem="G6u-As-2QJ" secondAttribute="trailing" id="O2N-DS-79r"/>
  66. <constraint firstAttribute="bottom" secondItem="G6u-As-2QJ" secondAttribute="bottom" id="SGM-sr-B7U"/>
  67. <constraint firstAttribute="bottom" secondItem="fQM-za-AGS" secondAttribute="bottom" id="Xkc-sp-rlM"/>
  68. <constraint firstItem="G6u-As-2QJ" firstAttribute="leading" secondItem="YHf-Qu-3Iu" secondAttribute="leading" id="ao2-vm-d5O"/>
  69. <constraint firstItem="G6u-As-2QJ" firstAttribute="top" secondItem="YHf-Qu-3Iu" secondAttribute="top" id="fBI-gM-ybw"/>
  70. <constraint firstItem="kN9-2i-tr3" firstAttribute="top" secondItem="YHf-Qu-3Iu" secondAttribute="top" id="kGj-9C-hS2">
  71. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  72. </constraint>
  73. <constraint firstItem="fQM-za-AGS" firstAttribute="top" secondItem="YHf-Qu-3Iu" secondAttribute="top" id="kMf-Qe-rae"/>
  74. <constraint firstAttribute="trailing" secondItem="kN9-2i-tr3" secondAttribute="trailing" id="m5h-CJ-oc6">
  75. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  76. </constraint>
  77. <constraint firstItem="fQM-za-AGS" firstAttribute="leading" secondItem="YHf-Qu-3Iu" secondAttribute="leading" id="r3N-2R-mGX"/>
  78. <constraint firstAttribute="height" constant="44" id="uNc-Ym-h5X">
  79. <variation key="heightClass=regular-widthClass=compact" constant="64"/>
  80. </constraint>
  81. </constraints>
  82. <variation key="default">
  83. <mask key="subviews">
  84. <exclude reference="kN9-2i-tr3"/>
  85. </mask>
  86. <mask key="constraints">
  87. <exclude reference="uNc-Ym-h5X"/>
  88. <exclude reference="1PQ-ec-DPA"/>
  89. <exclude reference="kGj-9C-hS2"/>
  90. <exclude reference="m5h-CJ-oc6"/>
  91. </mask>
  92. </variation>
  93. <variation key="heightClass=regular-widthClass=compact">
  94. <mask key="subviews">
  95. <include reference="kN9-2i-tr3"/>
  96. </mask>
  97. <mask key="constraints">
  98. <exclude reference="uNc-Ym-h5X"/>
  99. <include reference="1PQ-ec-DPA"/>
  100. <include reference="kGj-9C-hS2"/>
  101. <include reference="m5h-CJ-oc6"/>
  102. </mask>
  103. </variation>
  104. </view>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2sZ-F4-4yj" userLabel="View - message">
  106. <rect key="frame" x="0.0" y="48" width="272" height="235"/>
  107. <subviews>
  108. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="hpQ-Hu-PgX">
  109. <rect key="frame" x="0.0" y="0.0" width="272" height="235"/>
  110. </imageView>
  111. <datePicker contentMode="scaleToFill" placeholderIntrinsicWidth="280" placeholderIntrinsicHeight="165" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="date" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="4dw-qM-I4u" customClass="CustomDatePicker">
  112. <rect key="frame" x="15" y="35" width="242" height="165"/>
  113. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="180" id="61R-6y-o9B">
  116. <variation key="heightClass=regular-widthClass=compact" constant="165"/>
  117. </constraint>
  118. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="165" id="MS9-5h-NJG"/>
  119. <constraint firstAttribute="width" constant="215" id="ShV-Uu-95j">
  120. <variation key="heightClass=regular-widthClass=compact" constant="280"/>
  121. </constraint>
  122. </constraints>
  123. <date key="date" timeIntervalSinceReferenceDate="448876514.24502999">
  124. <!--2015-03-24 07:55:14 +0000-->
  125. </date>
  126. <date key="minimumDate" timeIntervalSinceReferenceDate="-978267600">
  127. <!--1970-01-01 11:00:00 +0000-->
  128. </date>
  129. <date key="maximumDate" timeIntervalSinceReferenceDate="1167562800">
  130. <!--2037-12-31 11:00:00 +0000-->
  131. </date>
  132. <variation key="default">
  133. <mask key="constraints">
  134. <exclude reference="61R-6y-o9B"/>
  135. <exclude reference="MS9-5h-NJG"/>
  136. <exclude reference="ShV-Uu-95j"/>
  137. </mask>
  138. </variation>
  139. <variation key="heightClass=regular-widthClass=compact">
  140. <mask key="constraints">
  141. <include reference="61R-6y-o9B"/>
  142. <exclude reference="MS9-5h-NJG"/>
  143. <exclude reference="ShV-Uu-95j"/>
  144. </mask>
  145. </variation>
  146. </datePicker>
  147. </subviews>
  148. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  149. <constraints>
  150. <constraint firstAttribute="bottom" secondItem="4dw-qM-I4u" secondAttribute="bottom" constant="35" id="3Nu-eg-LKM"/>
  151. <constraint firstAttribute="bottom" secondItem="hpQ-Hu-PgX" secondAttribute="bottom" id="4Ef-DX-RLJ"/>
  152. <constraint firstAttribute="trailing" secondItem="4dw-qM-I4u" secondAttribute="trailing" constant="25" id="BJw-32-gvo">
  153. <variation key="heightClass=regular-widthClass=compact" constant="15"/>
  154. </constraint>
  155. <constraint firstItem="4dw-qM-I4u" firstAttribute="top" secondItem="2sZ-F4-4yj" secondAttribute="top" constant="35" id="W4U-OK-54z"/>
  156. <constraint firstItem="hpQ-Hu-PgX" firstAttribute="top" secondItem="2sZ-F4-4yj" secondAttribute="top" id="avM-ls-jiP"/>
  157. <constraint firstAttribute="trailing" secondItem="hpQ-Hu-PgX" secondAttribute="trailing" id="gvZ-i0-Lqp"/>
  158. <constraint firstItem="hpQ-Hu-PgX" firstAttribute="leading" secondItem="2sZ-F4-4yj" secondAttribute="leading" id="iXX-Rq-KoT"/>
  159. <constraint firstItem="4dw-qM-I4u" firstAttribute="leading" secondItem="2sZ-F4-4yj" secondAttribute="leading" constant="25" id="xbI-97-49z">
  160. <variation key="heightClass=regular-widthClass=compact" constant="15"/>
  161. </constraint>
  162. </constraints>
  163. <variation key="default">
  164. <mask key="subviews">
  165. <exclude reference="4dw-qM-I4u"/>
  166. </mask>
  167. <mask key="constraints">
  168. <exclude reference="3Nu-eg-LKM"/>
  169. <exclude reference="BJw-32-gvo"/>
  170. <exclude reference="W4U-OK-54z"/>
  171. <exclude reference="xbI-97-49z"/>
  172. </mask>
  173. </variation>
  174. <variation key="heightClass=regular-widthClass=compact">
  175. <mask key="subviews">
  176. <include reference="4dw-qM-I4u"/>
  177. </mask>
  178. <mask key="constraints">
  179. <include reference="3Nu-eg-LKM"/>
  180. <include reference="BJw-32-gvo"/>
  181. <include reference="W4U-OK-54z"/>
  182. <include reference="xbI-97-49z"/>
  183. </mask>
  184. </variation>
  185. </view>
  186. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wgq-ar-hCu" userLabel="View - Buttons">
  187. <rect key="frame" x="0.0" y="283" width="272" height="43"/>
  188. <subviews>
  189. <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3TV-rW-Ogd" customClass="CustomButton">
  190. <rect key="frame" x="0.0" y="0.0" width="136" height="43"/>
  191. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  192. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  193. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  194. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  195. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  196. </state>
  197. <connections>
  198. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="lrf-Cg-3vR"/>
  199. </connections>
  200. </button>
  201. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6JT-ko-Esa" customClass="CustomButton">
  202. <rect key="frame" x="136" y="0.0" width="136" height="43"/>
  203. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  204. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  205. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  206. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  207. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  208. </state>
  209. <connections>
  210. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="nF7-02-udd"/>
  211. </connections>
  212. </button>
  213. </subviews>
  214. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  215. <constraints>
  216. <constraint firstAttribute="height" constant="43" id="DZN-Js-RZy"/>
  217. <constraint firstAttribute="bottom" secondItem="6JT-ko-Esa" secondAttribute="bottom" id="EPd-LK-y7S"/>
  218. <constraint firstAttribute="bottom" secondItem="3TV-rW-Ogd" secondAttribute="bottom" id="NJj-Ma-nnL"/>
  219. <constraint firstItem="3TV-rW-Ogd" firstAttribute="top" secondItem="wgq-ar-hCu" secondAttribute="top" id="Vw3-mC-uR7"/>
  220. <constraint firstItem="3TV-rW-Ogd" firstAttribute="leading" secondItem="wgq-ar-hCu" secondAttribute="leading" id="mA1-71-r1g"/>
  221. <constraint firstAttribute="trailing" secondItem="6JT-ko-Esa" secondAttribute="trailing" id="nR7-uk-fyG"/>
  222. <constraint firstItem="6JT-ko-Esa" firstAttribute="top" secondItem="wgq-ar-hCu" secondAttribute="top" id="sWe-AU-fYJ"/>
  223. </constraints>
  224. </view>
  225. </subviews>
  226. <constraints>
  227. <constraint firstItem="wgq-ar-hCu" firstAttribute="top" secondItem="2sZ-F4-4yj" secondAttribute="bottom" id="8Nm-c2-xHp"/>
  228. <constraint firstItem="YHf-Qu-3Iu" firstAttribute="leading" secondItem="cFp-gN-fzj" secondAttribute="leading" id="EmA-VB-ZWE"/>
  229. <constraint firstItem="wgq-ar-hCu" firstAttribute="leading" secondItem="cFp-gN-fzj" secondAttribute="leading" id="Hee-85-1IM"/>
  230. <constraint firstItem="2sZ-F4-4yj" firstAttribute="centerY" secondItem="cFp-gN-fzj" secondAttribute="centerY" id="INd-0G-AKL">
  231. <variation key="heightClass=regular-widthClass=compact" constant="3"/>
  232. </constraint>
  233. <constraint firstAttribute="trailing" secondItem="wgq-ar-hCu" secondAttribute="trailing" id="STR-G5-bfD"/>
  234. <constraint firstAttribute="bottom" secondItem="wgq-ar-hCu" secondAttribute="bottom" id="eNb-Yy-WCC"/>
  235. <constraint firstItem="YHf-Qu-3Iu" firstAttribute="top" secondItem="cFp-gN-fzj" secondAttribute="top" id="juC-4q-5Y9">
  236. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  237. </constraint>
  238. <constraint firstItem="2sZ-F4-4yj" firstAttribute="top" secondItem="YHf-Qu-3Iu" secondAttribute="bottom" constant="1" id="l7f-gQ-3bq">
  239. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  240. </constraint>
  241. <constraint firstAttribute="trailing" secondItem="YHf-Qu-3Iu" secondAttribute="trailing" id="mBw-Gd-gTr">
  242. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  243. </constraint>
  244. <constraint firstItem="2sZ-F4-4yj" firstAttribute="leading" secondItem="cFp-gN-fzj" secondAttribute="leading" id="nJL-a8-mDd"/>
  245. <constraint firstItem="YHf-Qu-3Iu" firstAttribute="trailing" secondItem="2sZ-F4-4yj" secondAttribute="trailing" id="oeN-53-iEJ"/>
  246. </constraints>
  247. <variation key="default">
  248. <mask key="subviews">
  249. <exclude reference="YHf-Qu-3Iu"/>
  250. <exclude reference="2sZ-F4-4yj"/>
  251. </mask>
  252. <mask key="constraints">
  253. <exclude reference="8Nm-c2-xHp"/>
  254. <exclude reference="Hee-85-1IM"/>
  255. <exclude reference="STR-G5-bfD"/>
  256. <exclude reference="eNb-Yy-WCC"/>
  257. <exclude reference="EmA-VB-ZWE"/>
  258. <exclude reference="juC-4q-5Y9"/>
  259. <exclude reference="mBw-Gd-gTr"/>
  260. <exclude reference="oeN-53-iEJ"/>
  261. <exclude reference="INd-0G-AKL"/>
  262. <exclude reference="l7f-gQ-3bq"/>
  263. <exclude reference="nJL-a8-mDd"/>
  264. </mask>
  265. </variation>
  266. <variation key="heightClass=regular-widthClass=compact">
  267. <mask key="subviews">
  268. <include reference="YHf-Qu-3Iu"/>
  269. <include reference="2sZ-F4-4yj"/>
  270. </mask>
  271. <mask key="constraints">
  272. <include reference="8Nm-c2-xHp"/>
  273. <include reference="Hee-85-1IM"/>
  274. <include reference="STR-G5-bfD"/>
  275. <include reference="eNb-Yy-WCC"/>
  276. <include reference="EmA-VB-ZWE"/>
  277. <include reference="juC-4q-5Y9"/>
  278. <include reference="mBw-Gd-gTr"/>
  279. <include reference="oeN-53-iEJ"/>
  280. <include reference="INd-0G-AKL"/>
  281. <include reference="l7f-gQ-3bq"/>
  282. <include reference="nJL-a8-mDd"/>
  283. </mask>
  284. </variation>
  285. </view>
  286. </subviews>
  287. <constraints>
  288. <constraint firstItem="cFp-gN-fzj" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" id="2os-Vy-Dbj"/>
  289. <constraint firstItem="cFp-gN-fzj" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" id="KPt-mj-6VB"/>
  290. <constraint firstAttribute="trailing" secondItem="cFp-gN-fzj" secondAttribute="trailing" id="i7g-zI-9zL"/>
  291. <constraint firstAttribute="bottom" secondItem="cFp-gN-fzj" secondAttribute="bottom" id="nvv-rf-ePj"/>
  292. </constraints>
  293. <variation key="default">
  294. <mask key="subviews">
  295. <exclude reference="cFp-gN-fzj"/>
  296. </mask>
  297. <mask key="constraints">
  298. <exclude reference="2os-Vy-Dbj"/>
  299. <exclude reference="KPt-mj-6VB"/>
  300. <exclude reference="i7g-zI-9zL"/>
  301. <exclude reference="nvv-rf-ePj"/>
  302. </mask>
  303. </variation>
  304. <variation key="heightClass=regular-widthClass=compact">
  305. <mask key="subviews">
  306. <include reference="cFp-gN-fzj"/>
  307. </mask>
  308. <mask key="constraints">
  309. <include reference="2os-Vy-Dbj"/>
  310. <include reference="KPt-mj-6VB"/>
  311. <include reference="i7g-zI-9zL"/>
  312. <include reference="nvv-rf-ePj"/>
  313. </mask>
  314. </variation>
  315. </view>
  316. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QJj-pS-l0y">
  317. <rect key="frame" x="0.0" y="0.0" width="24" height="568"/>
  318. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  319. <constraints>
  320. <constraint firstAttribute="width" constant="24" id="CGc-Hc-JUY"/>
  321. </constraints>
  322. </view>
  323. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="z7J-Wg-Oac">
  324. <rect key="frame" x="296" y="0.0" width="24" height="568"/>
  325. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  326. <constraints>
  327. <constraint firstAttribute="width" constant="24" id="Yxm-d6-1UH"/>
  328. </constraints>
  329. </view>
  330. </subviews>
  331. <constraints>
  332. <constraint firstAttribute="centerX" secondItem="4c3-gb-BwR" secondAttribute="centerX" id="0tG-Bd-2ic"/>
  333. <constraint firstAttribute="trailing" secondItem="z7J-Wg-Oac" secondAttribute="trailing" id="37F-8S-kep"/>
  334. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  335. <constraint firstAttribute="centerY" secondItem="4c3-gb-BwR" secondAttribute="centerY" id="JX5-Sx-hSJ"/>
  336. <constraint firstAttribute="bottom" secondItem="z7J-Wg-Oac" secondAttribute="bottom" id="KnZ-DU-jrU"/>
  337. <constraint firstItem="z7J-Wg-Oac" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="Qtq-x3-0Gz"/>
  338. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  339. <constraint firstItem="z7J-Wg-Oac" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="VtU-HM-lcl"/>
  340. <constraint firstAttribute="bottom" secondItem="QJj-pS-l0y" secondAttribute="bottom" id="bgT-Tg-LC4"/>
  341. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="QJj-pS-l0y" secondAttribute="trailing" id="cZO-C8-7Ty"/>
  342. <constraint firstItem="QJj-pS-l0y" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="gRH-d3-3yi"/>
  343. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" constant="12" placeholder="YES" id="rPN-2q-9iB">
  344. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  345. </constraint>
  346. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  347. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  348. <constraint firstItem="QJj-pS-l0y" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="xmR-bO-ZnJ"/>
  349. </constraints>
  350. <variation key="default">
  351. <mask key="subviews">
  352. <exclude reference="4c3-gb-BwR"/>
  353. <exclude reference="sqq-aQ-dqD"/>
  354. </mask>
  355. <mask key="constraints">
  356. <exclude reference="rPN-2q-9iB"/>
  357. <exclude reference="0tG-Bd-2ic"/>
  358. <exclude reference="F9j-6m-8Sq"/>
  359. <exclude reference="JX5-Sx-hSJ"/>
  360. <exclude reference="TOG-yL-xSq"/>
  361. <exclude reference="uc7-M6-ZYJ"/>
  362. <exclude reference="wPB-Gl-TgQ"/>
  363. </mask>
  364. </variation>
  365. <variation key="heightClass=regular-widthClass=compact">
  366. <mask key="subviews">
  367. <include reference="4c3-gb-BwR"/>
  368. <include reference="sqq-aQ-dqD"/>
  369. </mask>
  370. <mask key="constraints">
  371. <include reference="rPN-2q-9iB"/>
  372. <include reference="0tG-Bd-2ic"/>
  373. <include reference="F9j-6m-8Sq"/>
  374. <include reference="JX5-Sx-hSJ"/>
  375. <include reference="TOG-yL-xSq"/>
  376. <include reference="uc7-M6-ZYJ"/>
  377. <include reference="wPB-Gl-TgQ"/>
  378. </mask>
  379. </variation>
  380. <connections>
  381. <outlet property="datePicker" destination="4dw-qM-I4u" id="t7v-aA-jLI"/>
  382. <outlet property="imgTitleBar" destination="G6u-As-2QJ" id="syz-vK-Bb4"/>
  383. <outlet property="maskingView" destination="4c3-gb-BwR" id="8Up-1R-gSI"/>
  384. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  385. </connections>
  386. <point key="canvasLocation" x="321" y="342"/>
  387. </view>
  388. </objects>
  389. <resources>
  390. <image name="common_bg_alpha_85" width="2" height="2"/>
  391. <image name="img_popup_bg_body" width="2" height="2"/>
  392. <image name="img_popup_bg_head" width="37" height="48"/>
  393. <image name="img_popup_btn_left" width="37" height="34"/>
  394. <image name="img_popup_btn_right" width="37" height="34"/>
  395. </resources>
  396. </document>