TemperaturePopupView.xib 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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="TemperaturePopupView">
  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="H80-Xd-SmB">
  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 firstItem="H80-Xd-SmB" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="XpW-oO-dvJ"/>
  27. <constraint firstItem="H80-Xd-SmB" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="e69-y2-uZJ"/>
  28. <constraint firstAttribute="trailing" secondItem="H80-Xd-SmB" secondAttribute="trailing" id="tth-51-GKe"/>
  29. <constraint firstAttribute="bottom" secondItem="H80-Xd-SmB" secondAttribute="bottom" id="utn-M6-b0e"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="25" y="108.5" width="270" height="351"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Np-sH-ysD" userLabel="ContainerView">
  36. <rect key="frame" x="0.0" y="0.0" width="270" height="351"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7nf-Ia-7Kq" userLabel="View - Title">
  39. <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
  40. <subviews>
  41. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_head" translatesAutoresizingMaskIntoConstraints="NO" id="bSm-lV-T3z" customClass="CustomImageView">
  42. <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
  43. </imageView>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="온도" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IE2-24-gHl" customClass="CustomLabel">
  45. <rect key="frame" x="25" y="0.0" width="245" height="56"/>
  46. <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
  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="Brl-Ks-RlG">
  51. <rect key="frame" x="0.0" y="0.0" width="25" height="56"/>
  52. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="25" id="fGc-mq-MbS"/>
  55. </constraints>
  56. </view>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  59. <constraints>
  60. <constraint firstAttribute="height" constant="44" id="1fj-XN-uH0">
  61. <variation key="heightClass=regular-widthClass=compact" constant="64"/>
  62. </constraint>
  63. <constraint firstItem="Brl-Ks-RlG" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="6Vc-Sx-3pS"/>
  64. <constraint firstAttribute="bottom" secondItem="bSm-lV-T3z" secondAttribute="bottom" id="KPE-jg-9Sd"/>
  65. <constraint firstItem="IE2-24-gHl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ldj-nV-yrM">
  66. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  67. </constraint>
  68. <constraint firstItem="bSm-lV-T3z" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Wia-Kb-Myr"/>
  69. <constraint firstItem="IE2-24-gHl" firstAttribute="leading" secondItem="Brl-Ks-RlG" secondAttribute="trailing" id="ZD2-g8-nJD"/>
  70. <constraint firstItem="bSm-lV-T3z" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="aAt-Jg-rHg"/>
  71. <constraint firstAttribute="height" constant="56" id="b32-a5-323"/>
  72. <constraint firstItem="Brl-Ks-RlG" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="k4Y-xv-Atq"/>
  73. <constraint firstAttribute="trailing" secondItem="IE2-24-gHl" secondAttribute="trailing" id="mUY-4l-GjT">
  74. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  75. </constraint>
  76. <constraint firstAttribute="trailing" secondItem="bSm-lV-T3z" secondAttribute="trailing" id="pYM-fB-q9C"/>
  77. <constraint firstAttribute="bottom" secondItem="IE2-24-gHl" secondAttribute="bottom" id="yzV-EQ-HeM">
  78. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  79. </constraint>
  80. <constraint firstAttribute="bottom" secondItem="Brl-Ks-RlG" secondAttribute="bottom" id="zYl-T7-CH3"/>
  81. </constraints>
  82. <variation key="default">
  83. <mask key="subviews">
  84. <exclude reference="IE2-24-gHl"/>
  85. </mask>
  86. <mask key="constraints">
  87. <exclude reference="1fj-XN-uH0"/>
  88. <exclude reference="Ldj-nV-yrM"/>
  89. <exclude reference="mUY-4l-GjT"/>
  90. <exclude reference="yzV-EQ-HeM"/>
  91. </mask>
  92. </variation>
  93. <variation key="heightClass=regular-widthClass=compact">
  94. <mask key="subviews">
  95. <include reference="IE2-24-gHl"/>
  96. </mask>
  97. <mask key="constraints">
  98. <exclude reference="1fj-XN-uH0"/>
  99. <include reference="Ldj-nV-yrM"/>
  100. <include reference="mUY-4l-GjT"/>
  101. <include reference="yzV-EQ-HeM"/>
  102. </mask>
  103. </variation>
  104. </view>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Mw5-GF-3oQ" userLabel="View - message">
  106. <rect key="frame" x="0.0" y="56" width="270" height="245"/>
  107. <subviews>
  108. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="bXA-dN-L0H">
  109. <rect key="frame" x="0.0" y="0.0" width="270" height="245"/>
  110. </imageView>
  111. <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jqo-pp-OdW" customClass="TemperaturePickerView">
  112. <rect key="frame" x="105" y="30" width="60" height="185"/>
  113. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  114. <constraints>
  115. <constraint firstAttribute="width" constant="60" id="ALm-dN-r20"/>
  116. <constraint firstAttribute="height" constant="135" id="fmw-Jd-gV0">
  117. <variation key="heightClass=regular-widthClass=compact" constant="185"/>
  118. </constraint>
  119. </constraints>
  120. <variation key="default">
  121. <mask key="constraints">
  122. <exclude reference="ALm-dN-r20"/>
  123. <exclude reference="fmw-Jd-gV0"/>
  124. </mask>
  125. </variation>
  126. <variation key="heightClass=regular-widthClass=compact">
  127. <mask key="constraints">
  128. <include reference="ALm-dN-r20"/>
  129. <include reference="fmw-Jd-gV0"/>
  130. </mask>
  131. </variation>
  132. </pickerView>
  133. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="64" placeholderIntrinsicHeight="32" text="℃" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0qA-NJ-8iY" customClass="CustomLabel">
  134. <rect key="frame" x="177" y="106.5" width="64" height="32"/>
  135. <fontDescription key="fontDescription" type="system" pointSize="26"/>
  136. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  137. <nil key="highlightedColor"/>
  138. </label>
  139. </subviews>
  140. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  141. <constraints>
  142. <constraint firstItem="bXA-dN-L0H" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="88s-2f-MUj"/>
  143. <constraint firstAttribute="bottom" secondItem="jqo-pp-OdW" secondAttribute="bottom" constant="30" id="Ggm-4N-3G4">
  144. <variation key="heightClass=regular-widthClass=compact" constant="30"/>
  145. </constraint>
  146. <constraint firstItem="jqo-pp-OdW" firstAttribute="centerX" secondItem="Mw5-GF-3oQ" secondAttribute="centerX" id="HKA-tu-Fju"/>
  147. <constraint firstItem="0qA-NJ-8iY" firstAttribute="leading" secondItem="jqo-pp-OdW" secondAttribute="trailing" constant="12" id="cYU-8c-J8n"/>
  148. <constraint firstAttribute="trailing" secondItem="bXA-dN-L0H" secondAttribute="trailing" id="dQi-fD-ayJ"/>
  149. <constraint firstAttribute="bottom" secondItem="bXA-dN-L0H" secondAttribute="bottom" id="g42-X1-6uT"/>
  150. <constraint firstItem="0qA-NJ-8iY" firstAttribute="centerY" secondItem="jqo-pp-OdW" secondAttribute="centerY" id="m0g-MQ-kNc"/>
  151. <constraint firstItem="jqo-pp-OdW" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" constant="30" id="op2-F1-YaU">
  152. <variation key="heightClass=regular-widthClass=compact" constant="30"/>
  153. </constraint>
  154. <constraint firstItem="bXA-dN-L0H" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="rGX-t2-8Ld"/>
  155. </constraints>
  156. <variation key="default">
  157. <mask key="subviews">
  158. <exclude reference="jqo-pp-OdW"/>
  159. <exclude reference="0qA-NJ-8iY"/>
  160. </mask>
  161. <mask key="constraints">
  162. <exclude reference="cYU-8c-J8n"/>
  163. <exclude reference="m0g-MQ-kNc"/>
  164. <exclude reference="Ggm-4N-3G4"/>
  165. <exclude reference="HKA-tu-Fju"/>
  166. <exclude reference="op2-F1-YaU"/>
  167. </mask>
  168. </variation>
  169. <variation key="heightClass=regular-widthClass=compact">
  170. <mask key="subviews">
  171. <include reference="jqo-pp-OdW"/>
  172. <include reference="0qA-NJ-8iY"/>
  173. </mask>
  174. <mask key="constraints">
  175. <include reference="cYU-8c-J8n"/>
  176. <include reference="m0g-MQ-kNc"/>
  177. <include reference="Ggm-4N-3G4"/>
  178. <include reference="HKA-tu-Fju"/>
  179. <include reference="op2-F1-YaU"/>
  180. </mask>
  181. </variation>
  182. </view>
  183. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bIs-li-8bz" userLabel="View - Buttons">
  184. <rect key="frame" x="0.0" y="301" width="270" height="50"/>
  185. <subviews>
  186. <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" horizontalCompressionResistancePriority="749" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EtP-9O-R3A" customClass="CustomButton">
  187. <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
  188. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  189. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  190. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  191. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  192. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  193. </state>
  194. <connections>
  195. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="g5k-Tn-E33"/>
  196. </connections>
  197. </button>
  198. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FKG-xS-HlM" customClass="CustomButton">
  199. <rect key="frame" x="135" y="0.0" width="135" height="50"/>
  200. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  201. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  202. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  203. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  204. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  205. </state>
  206. <connections>
  207. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="JvU-lL-1vP"/>
  208. </connections>
  209. </button>
  210. </subviews>
  211. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  212. <constraints>
  213. <constraint firstItem="FKG-xS-HlM" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="6cR-x7-HS5"/>
  214. <constraint firstItem="FKG-xS-HlM" firstAttribute="leading" secondItem="EtP-9O-R3A" secondAttribute="trailing" id="AbT-hS-Cbt"/>
  215. <constraint firstAttribute="bottom" secondItem="EtP-9O-R3A" secondAttribute="bottom" id="JKp-ke-Pj4"/>
  216. <constraint firstItem="EtP-9O-R3A" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="MwW-hE-9vN"/>
  217. <constraint firstAttribute="height" constant="50" id="SMP-zh-dMd"/>
  218. <constraint firstItem="EtP-9O-R3A" firstAttribute="width" secondItem="FKG-xS-HlM" secondAttribute="width" id="fTT-Kd-1bF"/>
  219. <constraint firstAttribute="bottom" secondItem="FKG-xS-HlM" secondAttribute="bottom" id="hjm-0I-JET"/>
  220. <constraint firstAttribute="trailing" secondItem="FKG-xS-HlM" secondAttribute="trailing" id="tyU-RK-aNr"/>
  221. <constraint firstItem="EtP-9O-R3A" firstAttribute="leading" secondItem="bIs-li-8bz" secondAttribute="leading" id="u5l-FL-5az"/>
  222. </constraints>
  223. </view>
  224. </subviews>
  225. <constraints>
  226. <constraint firstAttribute="trailing" secondItem="7nf-Ia-7Kq" secondAttribute="trailing" id="QFZ-sI-FTg"/>
  227. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="RFN-Kf-txX"/>
  228. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="top" secondItem="3Np-sH-ysD" secondAttribute="top" id="SU0-8W-BVB">
  229. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  230. </constraint>
  231. <constraint firstAttribute="trailing" secondItem="bIs-li-8bz" secondAttribute="trailing" id="UaC-ap-Ulp"/>
  232. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="trailing" secondItem="Mw5-GF-3oQ" secondAttribute="trailing" id="fbA-Cy-O1e"/>
  233. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" constant="1" id="hfD-i1-Fhe">
  234. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  235. </constraint>
  236. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="j4G-mB-NeU"/>
  237. <constraint firstAttribute="bottom" secondItem="bIs-li-8bz" secondAttribute="bottom" id="oNC-iJ-Za7"/>
  238. <constraint firstItem="bIs-li-8bz" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="s6c-op-QFh"/>
  239. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="bottom" id="wPf-du-0AV"/>
  240. </constraints>
  241. <variation key="default">
  242. <mask key="subviews">
  243. <exclude reference="7nf-Ia-7Kq"/>
  244. <exclude reference="Mw5-GF-3oQ"/>
  245. </mask>
  246. <mask key="constraints">
  247. <exclude reference="UaC-ap-Ulp"/>
  248. <exclude reference="oNC-iJ-Za7"/>
  249. <exclude reference="s6c-op-QFh"/>
  250. <exclude reference="wPf-du-0AV"/>
  251. <exclude reference="QFZ-sI-FTg"/>
  252. <exclude reference="SU0-8W-BVB"/>
  253. <exclude reference="fbA-Cy-O1e"/>
  254. <exclude reference="j4G-mB-NeU"/>
  255. <exclude reference="RFN-Kf-txX"/>
  256. <exclude reference="hfD-i1-Fhe"/>
  257. </mask>
  258. </variation>
  259. <variation key="heightClass=regular-widthClass=compact">
  260. <mask key="subviews">
  261. <include reference="7nf-Ia-7Kq"/>
  262. <include reference="Mw5-GF-3oQ"/>
  263. </mask>
  264. <mask key="constraints">
  265. <include reference="UaC-ap-Ulp"/>
  266. <include reference="oNC-iJ-Za7"/>
  267. <include reference="s6c-op-QFh"/>
  268. <include reference="wPf-du-0AV"/>
  269. <include reference="QFZ-sI-FTg"/>
  270. <include reference="SU0-8W-BVB"/>
  271. <include reference="fbA-Cy-O1e"/>
  272. <include reference="j4G-mB-NeU"/>
  273. <include reference="RFN-Kf-txX"/>
  274. <include reference="hfD-i1-Fhe"/>
  275. </mask>
  276. </variation>
  277. </view>
  278. </subviews>
  279. <constraints>
  280. <constraint firstAttribute="bottom" secondItem="3Np-sH-ysD" secondAttribute="bottom" constant="1" id="4tu-Yz-TS5">
  281. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  282. </constraint>
  283. <constraint firstItem="3Np-sH-ysD" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" constant="1" id="CFR-Ui-y7e">
  284. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  285. </constraint>
  286. <constraint firstAttribute="trailing" secondItem="3Np-sH-ysD" secondAttribute="trailing" constant="66" id="SmO-lm-bHQ">
  287. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  288. </constraint>
  289. <constraint firstItem="3Np-sH-ysD" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" constant="66" id="feN-Ai-BHU">
  290. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  291. </constraint>
  292. </constraints>
  293. <variation key="default">
  294. <mask key="subviews">
  295. <exclude reference="3Np-sH-ysD"/>
  296. </mask>
  297. <mask key="constraints">
  298. <exclude reference="4tu-Yz-TS5"/>
  299. <exclude reference="CFR-Ui-y7e"/>
  300. <exclude reference="SmO-lm-bHQ"/>
  301. <exclude reference="feN-Ai-BHU"/>
  302. </mask>
  303. </variation>
  304. <variation key="heightClass=regular-widthClass=compact">
  305. <mask key="subviews">
  306. <include reference="3Np-sH-ysD"/>
  307. </mask>
  308. <mask key="constraints">
  309. <include reference="4tu-Yz-TS5"/>
  310. <include reference="CFR-Ui-y7e"/>
  311. <include reference="SmO-lm-bHQ"/>
  312. <include reference="feN-Ai-BHU"/>
  313. </mask>
  314. </variation>
  315. </view>
  316. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ueg-kd-6ZW">
  317. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  318. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  319. <constraints>
  320. <constraint firstAttribute="width" constant="25" id="7n8-KK-Spe"/>
  321. </constraints>
  322. </view>
  323. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="umt-tu-Bac">
  324. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  325. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  326. <constraints>
  327. <constraint firstAttribute="width" constant="25" id="nv8-6w-dgD"/>
  328. </constraints>
  329. </view>
  330. </subviews>
  331. <constraints>
  332. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  333. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="Ueg-kd-6ZW" secondAttribute="trailing" id="Ije-vq-C2n"/>
  334. <constraint firstItem="Ueg-kd-6ZW" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="Mun-LC-2ak"/>
  335. <constraint firstItem="Ueg-kd-6ZW" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="OWw-2J-yTu"/>
  336. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  337. <constraint firstAttribute="trailing" secondItem="umt-tu-Bac" secondAttribute="trailing" id="jeE-Q9-nAM"/>
  338. <constraint firstAttribute="bottom" secondItem="umt-tu-Bac" secondAttribute="bottom" id="npF-9N-7j1"/>
  339. <constraint firstItem="umt-tu-Bac" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="nww-3v-vdM"/>
  340. <constraint firstItem="umt-tu-Bac" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="pBp-LU-ITE"/>
  341. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" constant="12" placeholder="YES" id="rPN-2q-9iB">
  342. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  343. </constraint>
  344. <constraint firstAttribute="bottom" secondItem="Ueg-kd-6ZW" secondAttribute="bottom" id="ubP-b0-vUh"/>
  345. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  346. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  347. </constraints>
  348. <variation key="default">
  349. <mask key="subviews">
  350. <exclude reference="4c3-gb-BwR"/>
  351. <exclude reference="sqq-aQ-dqD"/>
  352. </mask>
  353. <mask key="constraints">
  354. <exclude reference="rPN-2q-9iB"/>
  355. <exclude reference="F9j-6m-8Sq"/>
  356. <exclude reference="TOG-yL-xSq"/>
  357. <exclude reference="uc7-M6-ZYJ"/>
  358. <exclude reference="wPB-Gl-TgQ"/>
  359. </mask>
  360. </variation>
  361. <variation key="heightClass=regular-widthClass=compact">
  362. <mask key="subviews">
  363. <include reference="4c3-gb-BwR"/>
  364. <include reference="sqq-aQ-dqD"/>
  365. </mask>
  366. <mask key="constraints">
  367. <include reference="rPN-2q-9iB"/>
  368. <include reference="F9j-6m-8Sq"/>
  369. <include reference="TOG-yL-xSq"/>
  370. <include reference="uc7-M6-ZYJ"/>
  371. <include reference="wPB-Gl-TgQ"/>
  372. </mask>
  373. </variation>
  374. <connections>
  375. <outlet property="btnCancel" destination="EtP-9O-R3A" id="mr5-zY-bQM"/>
  376. <outlet property="btnConfirm" destination="FKG-xS-HlM" id="zTF-29-eYq"/>
  377. <outlet property="containerView" destination="3Np-sH-ysD" id="uJs-dG-r2k"/>
  378. <outlet property="imgTitleBar" destination="bSm-lV-T3z" id="tyQ-Hp-tsx"/>
  379. <outlet property="lblTitle" destination="IE2-24-gHl" id="DFB-ut-ky2"/>
  380. <outlet property="maskingView" destination="4c3-gb-BwR" id="9bJ-5l-qJq"/>
  381. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  382. <outlet property="temperaturePicker" destination="jqo-pp-OdW" id="GWT-gb-aLA"/>
  383. </connections>
  384. <point key="canvasLocation" x="87" y="297"/>
  385. </view>
  386. </objects>
  387. <resources>
  388. <image name="common_bg_alpha_85" width="2" height="2"/>
  389. <image name="img_popup_bg_body" width="2" height="2"/>
  390. <image name="img_popup_bg_head" width="37" height="48"/>
  391. <image name="img_popup_btn_left" width="37" height="34"/>
  392. <image name="img_popup_btn_right" width="37" height="34"/>
  393. </resources>
  394. </document>