CustomAlertView.xib 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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="Hfs-b7-Ddf" customClass="CustomAlertView">
  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="mCh-NE-tAG" 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="8C8-QW-EnV">
  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="8C8-QW-EnV" secondAttribute="bottom" id="Ab9-Q6-CBB"/>
  27. <constraint firstAttribute="trailing" secondItem="8C8-QW-EnV" secondAttribute="trailing" id="eUY-h5-PbS"/>
  28. <constraint firstItem="8C8-QW-EnV" firstAttribute="top" secondItem="mCh-NE-tAG" secondAttribute="top" id="iyZ-K1-RkT"/>
  29. <constraint firstItem="8C8-QW-EnV" firstAttribute="leading" secondItem="mCh-NE-tAG" secondAttribute="leading" id="otE-Dr-xrW"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tQz-M2-lwq" userLabel="popUpView">
  33. <rect key="frame" x="24" y="186" width="272" height="197"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fhZ-ni-XDv" userLabel="ContainerView">
  36. <rect key="frame" x="0.0" y="0.0" width="272" height="192"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8J6-8S-B4b" 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="ypw-TE-5gz" customClass="CustomImageView">
  42. <rect key="frame" x="0.0" y="0.0" width="272" height="48"/>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  44. <accessibility key="accessibilityConfiguration">
  45. <accessibilityTraits key="traits" none="YES"/>
  46. </accessibility>
  47. <userDefinedRuntimeAttributes>
  48. <userDefinedRuntimeAttribute type="rect" keyPath="rectForCap">
  49. <rect key="value" x="0.0" y="0.0" width="0.0" height="0.0"/>
  50. </userDefinedRuntimeAttribute>
  51. </userDefinedRuntimeAttributes>
  52. </imageView>
  53. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" text="멤버 삭제" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cHQ-mV-tQA" customClass="CustomLabel">
  54. <rect key="frame" x="23" y="0.0" width="249" height="48"/>
  55. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  56. <constraints>
  57. <constraint firstAttribute="height" constant="64" id="fKX-qL-Vok"/>
  58. <constraint firstAttribute="height" constant="63" id="iYg-ZC-BTl">
  59. <variation key="heightClass=regular-widthClass=compact" constant="64"/>
  60. </constraint>
  61. </constraints>
  62. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  63. <color key="textColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. <nil key="highlightedColor"/>
  65. <variation key="default">
  66. <mask key="constraints">
  67. <exclude reference="fKX-qL-Vok"/>
  68. <exclude reference="iYg-ZC-BTl"/>
  69. </mask>
  70. </variation>
  71. <variation key="heightClass=regular-widthClass=compact">
  72. <mask key="constraints">
  73. <exclude reference="fKX-qL-Vok"/>
  74. <exclude reference="iYg-ZC-BTl"/>
  75. </mask>
  76. </variation>
  77. </label>
  78. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pKE-df-RZg">
  79. <rect key="frame" x="0.0" y="0.0" width="23" height="48"/>
  80. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  81. <constraints>
  82. <constraint firstAttribute="width" constant="23" id="Na2-kP-az7"/>
  83. </constraints>
  84. </view>
  85. </subviews>
  86. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  87. <constraints>
  88. <constraint firstItem="pKE-df-RZg" firstAttribute="top" secondItem="8J6-8S-B4b" secondAttribute="top" id="5Ai-GA-Lyj"/>
  89. <constraint firstAttribute="bottom" secondItem="ypw-TE-5gz" secondAttribute="bottom" id="9Gx-Bj-fkk"/>
  90. <constraint firstAttribute="trailing" secondItem="ypw-TE-5gz" secondAttribute="trailing" id="F4E-B1-dH8"/>
  91. <constraint firstAttribute="height" constant="44" id="Gbv-Df-dqx">
  92. <variation key="heightClass=regular-widthClass=compact" constant="64"/>
  93. </constraint>
  94. <constraint firstAttribute="bottom" secondItem="cHQ-mV-tQA" secondAttribute="bottom" id="JtF-Ow-3se">
  95. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  96. </constraint>
  97. <constraint firstItem="cHQ-mV-tQA" firstAttribute="leading" secondItem="pKE-df-RZg" secondAttribute="trailing" id="LGe-ht-u1x"/>
  98. <constraint firstAttribute="bottom" secondItem="pKE-df-RZg" secondAttribute="bottom" id="NaA-Gm-nLr"/>
  99. <constraint firstAttribute="trailing" secondItem="cHQ-mV-tQA" secondAttribute="trailing" id="SMW-vp-cHK"/>
  100. <constraint firstItem="cHQ-mV-tQA" firstAttribute="top" secondItem="8J6-8S-B4b" secondAttribute="top" id="cvv-R4-4xG"/>
  101. <constraint firstItem="ypw-TE-5gz" firstAttribute="top" secondItem="8J6-8S-B4b" secondAttribute="top" id="iDY-wX-ysf"/>
  102. <constraint firstItem="ypw-TE-5gz" firstAttribute="leading" secondItem="8J6-8S-B4b" secondAttribute="leading" id="iXL-Lh-YrL"/>
  103. <constraint firstAttribute="height" constant="64" id="k8M-Wa-7jN">
  104. <variation key="heightClass=regular-widthClass=compact" constant="48"/>
  105. </constraint>
  106. <constraint firstItem="pKE-df-RZg" firstAttribute="leading" secondItem="8J6-8S-B4b" secondAttribute="leading" id="wuG-1e-eK9"/>
  107. </constraints>
  108. <variation key="default">
  109. <mask key="subviews">
  110. <exclude reference="cHQ-mV-tQA"/>
  111. </mask>
  112. <mask key="constraints">
  113. <exclude reference="Gbv-Df-dqx"/>
  114. <exclude reference="k8M-Wa-7jN"/>
  115. <exclude reference="JtF-Ow-3se"/>
  116. </mask>
  117. </variation>
  118. <variation key="heightClass=regular-widthClass=compact">
  119. <mask key="subviews">
  120. <include reference="cHQ-mV-tQA"/>
  121. </mask>
  122. <mask key="constraints">
  123. <exclude reference="Gbv-Df-dqx"/>
  124. <include reference="k8M-Wa-7jN"/>
  125. <include reference="JtF-Ow-3se"/>
  126. </mask>
  127. </variation>
  128. </view>
  129. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eJA-Je-sHD" userLabel="View - message">
  130. <rect key="frame" x="0.0" y="48" width="272" height="101"/>
  131. <subviews>
  132. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="kNj-Eu-VWY">
  133. <rect key="frame" x="0.0" y="0.0" width="272" height="101"/>
  134. </imageView>
  135. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Message1" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cbz-oh-9hL" customClass="CustomLabel">
  136. <rect key="frame" x="23" y="13" width="226" height="65"/>
  137. <constraints>
  138. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="65" id="bzU-pq-Mfb"/>
  139. </constraints>
  140. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  141. <nil key="highlightedColor"/>
  142. </label>
  143. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZQJ-8F-UBY">
  144. <rect key="frame" x="0.0" y="0.0" width="23" height="101"/>
  145. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  146. <constraints>
  147. <constraint firstAttribute="width" constant="23" id="V1A-WM-qiS"/>
  148. </constraints>
  149. </view>
  150. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KAe-6k-JQV">
  151. <rect key="frame" x="249" y="0.0" width="23" height="102"/>
  152. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  153. <constraints>
  154. <constraint firstAttribute="width" constant="23" id="Yyk-hd-BU8"/>
  155. </constraints>
  156. </view>
  157. </subviews>
  158. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  159. <constraints>
  160. <constraint firstAttribute="bottom" secondItem="ZQJ-8F-UBY" secondAttribute="bottom" id="6rt-1b-nqp"/>
  161. <constraint firstItem="cbz-oh-9hL" firstAttribute="leading" secondItem="ZQJ-8F-UBY" secondAttribute="trailing" id="D2x-Ia-bfz"/>
  162. <constraint firstAttribute="centerX" secondItem="cbz-oh-9hL" secondAttribute="centerX" constant="0.5" id="GG8-Cf-RHl">
  163. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  164. </constraint>
  165. <constraint firstItem="KAe-6k-JQV" firstAttribute="top" secondItem="eJA-Je-sHD" secondAttribute="top" id="HC1-p5-2CB"/>
  166. <constraint firstAttribute="bottom" secondItem="KAe-6k-JQV" secondAttribute="bottom" constant="-1" id="KZU-we-qkE"/>
  167. <constraint firstAttribute="trailing" secondItem="kNj-Eu-VWY" secondAttribute="trailing" id="M0l-ib-UPy"/>
  168. <constraint firstItem="ZQJ-8F-UBY" firstAttribute="leading" secondItem="eJA-Je-sHD" secondAttribute="leading" id="RdZ-wa-4pA"/>
  169. <constraint firstAttribute="bottom" secondItem="kNj-Eu-VWY" secondAttribute="bottom" id="W4z-mL-hjw"/>
  170. <constraint firstItem="kNj-Eu-VWY" firstAttribute="leading" secondItem="eJA-Je-sHD" secondAttribute="leading" id="d4Y-A2-Zyx"/>
  171. <constraint firstItem="kNj-Eu-VWY" firstAttribute="top" secondItem="eJA-Je-sHD" secondAttribute="top" id="lFi-Bo-Qeu"/>
  172. <constraint firstAttribute="bottom" secondItem="cbz-oh-9hL" secondAttribute="bottom" constant="23" id="mJ1-VE-6en"/>
  173. <constraint firstItem="KAe-6k-JQV" firstAttribute="leading" secondItem="cbz-oh-9hL" secondAttribute="trailing" id="pwg-Jg-S5P"/>
  174. <constraint firstItem="cbz-oh-9hL" firstAttribute="top" secondItem="eJA-Je-sHD" secondAttribute="top" constant="13" id="t8H-3y-ZEe"/>
  175. <constraint firstItem="ZQJ-8F-UBY" firstAttribute="top" secondItem="eJA-Je-sHD" secondAttribute="top" id="tbQ-TD-bSF"/>
  176. <constraint firstAttribute="trailing" secondItem="KAe-6k-JQV" secondAttribute="trailing" id="zFu-Md-has"/>
  177. </constraints>
  178. <variation key="default">
  179. <mask key="subviews">
  180. <exclude reference="cbz-oh-9hL"/>
  181. </mask>
  182. <mask key="constraints">
  183. <exclude reference="GG8-Cf-RHl"/>
  184. <exclude reference="mJ1-VE-6en"/>
  185. <exclude reference="t8H-3y-ZEe"/>
  186. </mask>
  187. </variation>
  188. <variation key="heightClass=regular-widthClass=compact">
  189. <mask key="subviews">
  190. <include reference="cbz-oh-9hL"/>
  191. </mask>
  192. <mask key="constraints">
  193. <include reference="GG8-Cf-RHl"/>
  194. <include reference="mJ1-VE-6en"/>
  195. <include reference="t8H-3y-ZEe"/>
  196. </mask>
  197. </variation>
  198. </view>
  199. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Kp-Aa-8hu" userLabel="View - Container">
  200. <rect key="frame" x="0.0" y="149" width="272" height="43"/>
  201. <subviews>
  202. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y8w-yV-bkf" customClass="CustomButton">
  203. <rect key="frame" x="136" y="0.0" width="136" height="43"/>
  204. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  205. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  206. <state key="normal" title="예" backgroundImage="img_popup_btn_right">
  207. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  208. <color key="titleShadowColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  209. </state>
  210. <connections>
  211. <action selector="btnConfirmTouched:" destination="Hfs-b7-Ddf" eventType="touchUpInside" id="ftj-cb-RK0"/>
  212. </connections>
  213. </button>
  214. <button opaque="NO" contentMode="scaleToFill" horizontalCompressionResistancePriority="749" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ANL-3C-8HP" customClass="CustomButton">
  215. <rect key="frame" x="0.0" y="0.0" width="136" height="43"/>
  216. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  217. <constraints>
  218. <constraint firstAttribute="height" constant="44" id="2Go-Li-2Ye">
  219. <variation key="heightClass=regular-widthClass=compact" constant="50"/>
  220. </constraint>
  221. </constraints>
  222. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  223. <state key="normal" title="아니오" backgroundImage="img_popup_btn_left">
  224. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  225. <color key="titleShadowColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  226. </state>
  227. <variation key="default">
  228. <mask key="constraints">
  229. <exclude reference="2Go-Li-2Ye"/>
  230. </mask>
  231. </variation>
  232. <variation key="heightClass=regular-widthClass=compact">
  233. <mask key="constraints">
  234. <exclude reference="2Go-Li-2Ye"/>
  235. </mask>
  236. </variation>
  237. <connections>
  238. <action selector="btnCancelTouched:" destination="Hfs-b7-Ddf" eventType="touchUpInside" id="D4Z-8d-G9E"/>
  239. </connections>
  240. </button>
  241. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QEu-MJ-xn4" customClass="CustomButton">
  242. <rect key="frame" x="0.0" y="0.0" width="272" height="43"/>
  243. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  244. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  245. <state key="normal" title="확인" backgroundImage="img_popup_btn">
  246. <color key="titleColor" red="0.01176470588" green="0.60392156860000001" blue="0.87450980389999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  247. <color key="titleShadowColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  248. </state>
  249. <connections>
  250. <action selector="btnConfirmSingleTouched:" destination="Hfs-b7-Ddf" eventType="touchUpInside" id="StF-N0-80g"/>
  251. <action selector="btnConfirmTouched:" destination="Hfs-b7-Ddf" eventType="touchUpInside" id="Gnv-6n-Oqg"/>
  252. </connections>
  253. </button>
  254. </subviews>
  255. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  256. <constraints>
  257. <constraint firstAttribute="height" constant="43" id="09O-dh-FeX"/>
  258. <constraint firstItem="y8w-yV-bkf" firstAttribute="top" secondItem="3Kp-Aa-8hu" secondAttribute="top" id="35P-II-qZO"/>
  259. <constraint firstAttribute="bottom" secondItem="ANL-3C-8HP" secondAttribute="bottom" id="7ZG-9g-FIc"/>
  260. <constraint firstItem="y8w-yV-bkf" firstAttribute="leading" secondItem="ANL-3C-8HP" secondAttribute="trailing" id="Aya-8z-VFm"/>
  261. <constraint firstItem="ANL-3C-8HP" firstAttribute="leading" secondItem="3Kp-Aa-8hu" secondAttribute="leading" id="EYu-Kl-zMs"/>
  262. <constraint firstItem="QEu-MJ-xn4" firstAttribute="leading" secondItem="3Kp-Aa-8hu" secondAttribute="leading" id="GVe-FD-fb9"/>
  263. <constraint firstAttribute="trailing" secondItem="y8w-yV-bkf" secondAttribute="trailing" id="J0K-X1-H5I"/>
  264. <constraint firstAttribute="bottom" secondItem="QEu-MJ-xn4" secondAttribute="bottom" id="L9A-vM-cWz"/>
  265. <constraint firstAttribute="trailing" secondItem="QEu-MJ-xn4" secondAttribute="trailing" id="QA9-7A-sTD"/>
  266. <constraint firstItem="QEu-MJ-xn4" firstAttribute="top" secondItem="3Kp-Aa-8hu" secondAttribute="top" id="dpZ-Mx-eWW"/>
  267. <constraint firstItem="ANL-3C-8HP" firstAttribute="width" secondItem="y8w-yV-bkf" secondAttribute="width" id="mc8-LJ-dsz"/>
  268. <constraint firstAttribute="bottom" secondItem="y8w-yV-bkf" secondAttribute="bottom" id="rgA-Uq-A59"/>
  269. <constraint firstItem="ANL-3C-8HP" firstAttribute="top" secondItem="3Kp-Aa-8hu" secondAttribute="top" id="zz8-fC-5Mf"/>
  270. </constraints>
  271. </view>
  272. </subviews>
  273. <constraints>
  274. <constraint firstAttribute="bottom" secondItem="3Kp-Aa-8hu" secondAttribute="bottom" id="1ce-BE-gGP">
  275. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  276. </constraint>
  277. <constraint firstAttribute="trailing" secondItem="8J6-8S-B4b" secondAttribute="trailing" id="7ro-pD-thq"/>
  278. <constraint firstItem="3Kp-Aa-8hu" firstAttribute="leading" secondItem="fhZ-ni-XDv" secondAttribute="leading" id="FsS-qL-ssY"/>
  279. <constraint firstItem="8J6-8S-B4b" firstAttribute="trailing" secondItem="eJA-Je-sHD" secondAttribute="trailing" id="Q4f-TP-o8D"/>
  280. <constraint firstItem="8J6-8S-B4b" firstAttribute="leading" secondItem="fhZ-ni-XDv" secondAttribute="leading" id="htm-aD-J3g"/>
  281. <constraint firstItem="3Kp-Aa-8hu" firstAttribute="top" secondItem="eJA-Je-sHD" secondAttribute="bottom" id="iv2-gB-MUr"/>
  282. <constraint firstAttribute="trailing" secondItem="3Kp-Aa-8hu" secondAttribute="trailing" id="n25-Jl-FY8"/>
  283. <constraint firstItem="eJA-Je-sHD" firstAttribute="leading" secondItem="fhZ-ni-XDv" secondAttribute="leading" id="sTc-Kq-yOK"/>
  284. <constraint firstItem="8J6-8S-B4b" firstAttribute="top" secondItem="fhZ-ni-XDv" secondAttribute="top" id="sTw-kQ-yaD">
  285. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  286. </constraint>
  287. <constraint firstItem="eJA-Je-sHD" firstAttribute="top" secondItem="8J6-8S-B4b" secondAttribute="bottom" constant="1" id="uD9-gS-DXj">
  288. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  289. </constraint>
  290. </constraints>
  291. <variation key="default">
  292. <mask key="subviews">
  293. <exclude reference="8J6-8S-B4b"/>
  294. <exclude reference="eJA-Je-sHD"/>
  295. </mask>
  296. <mask key="constraints">
  297. <exclude reference="1ce-BE-gGP"/>
  298. <exclude reference="FsS-qL-ssY"/>
  299. <exclude reference="iv2-gB-MUr"/>
  300. <exclude reference="n25-Jl-FY8"/>
  301. <exclude reference="7ro-pD-thq"/>
  302. <exclude reference="Q4f-TP-o8D"/>
  303. <exclude reference="htm-aD-J3g"/>
  304. <exclude reference="sTw-kQ-yaD"/>
  305. <exclude reference="sTc-Kq-yOK"/>
  306. <exclude reference="uD9-gS-DXj"/>
  307. </mask>
  308. </variation>
  309. <variation key="heightClass=regular-widthClass=compact">
  310. <mask key="subviews">
  311. <include reference="8J6-8S-B4b"/>
  312. <include reference="eJA-Je-sHD"/>
  313. </mask>
  314. <mask key="constraints">
  315. <include reference="1ce-BE-gGP"/>
  316. <include reference="FsS-qL-ssY"/>
  317. <include reference="iv2-gB-MUr"/>
  318. <include reference="n25-Jl-FY8"/>
  319. <include reference="7ro-pD-thq"/>
  320. <include reference="Q4f-TP-o8D"/>
  321. <include reference="htm-aD-J3g"/>
  322. <include reference="sTw-kQ-yaD"/>
  323. <include reference="sTc-Kq-yOK"/>
  324. <include reference="uD9-gS-DXj"/>
  325. </mask>
  326. </variation>
  327. </view>
  328. </subviews>
  329. <constraints>
  330. <constraint firstItem="fhZ-ni-XDv" firstAttribute="leading" secondItem="tQz-M2-lwq" secondAttribute="leading" constant="66" id="Ph7-Gu-nIG">
  331. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  332. </constraint>
  333. <constraint firstItem="fhZ-ni-XDv" firstAttribute="top" secondItem="tQz-M2-lwq" secondAttribute="top" constant="1" id="WEB-nP-s4o">
  334. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  335. </constraint>
  336. <constraint firstAttribute="trailing" secondItem="fhZ-ni-XDv" secondAttribute="trailing" constant="66" id="WYD-K1-ose">
  337. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  338. </constraint>
  339. <constraint firstAttribute="bottom" secondItem="fhZ-ni-XDv" secondAttribute="bottom" constant="1" id="w5Z-CR-EEo">
  340. <variation key="heightClass=regular-widthClass=compact" constant="5"/>
  341. </constraint>
  342. </constraints>
  343. <variation key="default">
  344. <mask key="subviews">
  345. <exclude reference="fhZ-ni-XDv"/>
  346. </mask>
  347. <mask key="constraints">
  348. <exclude reference="Ph7-Gu-nIG"/>
  349. <exclude reference="WEB-nP-s4o"/>
  350. <exclude reference="WYD-K1-ose"/>
  351. <exclude reference="w5Z-CR-EEo"/>
  352. </mask>
  353. </variation>
  354. <variation key="heightClass=regular-widthClass=compact">
  355. <mask key="subviews">
  356. <include reference="fhZ-ni-XDv"/>
  357. </mask>
  358. <mask key="constraints">
  359. <include reference="Ph7-Gu-nIG"/>
  360. <include reference="WEB-nP-s4o"/>
  361. <include reference="WYD-K1-ose"/>
  362. <include reference="w5Z-CR-EEo"/>
  363. </mask>
  364. </variation>
  365. </view>
  366. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2Jf-Hh-4AO">
  367. <rect key="frame" x="0.0" y="0.0" width="24" height="568"/>
  368. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  369. <constraints>
  370. <constraint firstAttribute="width" constant="24" id="w9h-3k-zYa"/>
  371. </constraints>
  372. </view>
  373. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IaV-EO-VZU">
  374. <rect key="frame" x="296" y="0.0" width="24" height="568"/>
  375. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  376. <constraints>
  377. <constraint firstAttribute="width" constant="24" id="EAV-DN-OOL"/>
  378. </constraints>
  379. </view>
  380. </subviews>
  381. <constraints>
  382. <constraint firstItem="IaV-EO-VZU" firstAttribute="leading" secondItem="tQz-M2-lwq" secondAttribute="trailing" id="2FF-ut-uP5"/>
  383. <constraint firstAttribute="trailing" secondItem="IaV-EO-VZU" secondAttribute="trailing" id="5v0-OR-7c3"/>
  384. <constraint firstAttribute="centerX" secondItem="mCh-NE-tAG" secondAttribute="centerX" id="L0F-fn-tuU"/>
  385. <constraint firstItem="tQz-M2-lwq" firstAttribute="leading" secondItem="2Jf-Hh-4AO" secondAttribute="trailing" id="MVt-Rh-WqB"/>
  386. <constraint firstAttribute="centerY" secondItem="mCh-NE-tAG" secondAttribute="centerY" id="OYb-Oe-fmw"/>
  387. <constraint firstAttribute="bottom" secondItem="2Jf-Hh-4AO" secondAttribute="bottom" id="PrV-A5-MTd"/>
  388. <constraint firstAttribute="trailing" secondItem="mCh-NE-tAG" secondAttribute="trailing" id="TuD-j8-Nz4"/>
  389. <constraint firstItem="mCh-NE-tAG" firstAttribute="top" secondItem="Hfs-b7-Ddf" secondAttribute="top" id="bMC-co-y9T"/>
  390. <constraint firstAttribute="bottom" secondItem="mCh-NE-tAG" secondAttribute="bottom" id="fT0-Ep-NuD"/>
  391. <constraint firstItem="IaV-EO-VZU" firstAttribute="top" secondItem="Hfs-b7-Ddf" secondAttribute="top" id="iEm-pO-gOE"/>
  392. <constraint firstItem="2Jf-Hh-4AO" firstAttribute="leading" secondItem="Hfs-b7-Ddf" secondAttribute="leading" id="jMq-Fw-R6p"/>
  393. <constraint firstItem="mCh-NE-tAG" firstAttribute="leading" secondItem="Hfs-b7-Ddf" secondAttribute="leading" id="jUR-RX-88G"/>
  394. <constraint firstAttribute="centerY" secondItem="tQz-M2-lwq" secondAttribute="centerY" constant="12" placeholder="YES" id="mYt-c7-5wW">
  395. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  396. </constraint>
  397. <constraint firstAttribute="bottom" secondItem="IaV-EO-VZU" secondAttribute="bottom" id="qQX-wf-Eio"/>
  398. <constraint firstItem="2Jf-Hh-4AO" firstAttribute="top" secondItem="Hfs-b7-Ddf" secondAttribute="top" id="tSQ-zv-lh5"/>
  399. </constraints>
  400. <variation key="default">
  401. <mask key="subviews">
  402. <exclude reference="mCh-NE-tAG"/>
  403. <exclude reference="tQz-M2-lwq"/>
  404. </mask>
  405. <mask key="constraints">
  406. <exclude reference="mYt-c7-5wW"/>
  407. <exclude reference="L0F-fn-tuU"/>
  408. <exclude reference="OYb-Oe-fmw"/>
  409. <exclude reference="TuD-j8-Nz4"/>
  410. <exclude reference="bMC-co-y9T"/>
  411. <exclude reference="fT0-Ep-NuD"/>
  412. <exclude reference="jUR-RX-88G"/>
  413. </mask>
  414. </variation>
  415. <variation key="heightClass=regular-widthClass=compact">
  416. <mask key="subviews">
  417. <include reference="mCh-NE-tAG"/>
  418. <include reference="tQz-M2-lwq"/>
  419. </mask>
  420. <mask key="constraints">
  421. <include reference="mYt-c7-5wW"/>
  422. <include reference="L0F-fn-tuU"/>
  423. <include reference="OYb-Oe-fmw"/>
  424. <include reference="TuD-j8-Nz4"/>
  425. <include reference="bMC-co-y9T"/>
  426. <include reference="fT0-Ep-NuD"/>
  427. <include reference="jUR-RX-88G"/>
  428. </mask>
  429. </variation>
  430. <connections>
  431. <outlet property="btnCancel" destination="ANL-3C-8HP" id="Aq5-T6-elO"/>
  432. <outlet property="btnConfirm" destination="y8w-yV-bkf" id="SZW-na-pCG"/>
  433. <outlet property="btnConfirmSingle" destination="QEu-MJ-xn4" id="P01-2Y-Ky1"/>
  434. <outlet property="containerView" destination="fhZ-ni-XDv" id="tB8-2s-UbC"/>
  435. <outlet property="imgTitleBar" destination="ypw-TE-5gz" id="vch-oy-GPA"/>
  436. <outlet property="lblMessage1" destination="cbz-oh-9hL" id="fgf-Dz-ZYQ"/>
  437. <outlet property="lblTitle" destination="cHQ-mV-tQA" id="gI2-0Q-WbG"/>
  438. <outlet property="maskingView" destination="mCh-NE-tAG" id="Cii-1f-YgQ"/>
  439. <outlet property="popUpTitleImage" destination="ypw-TE-5gz" id="cRR-iz-l6u"/>
  440. <outlet property="popUpView" destination="tQz-M2-lwq" id="M9E-fl-GQ3"/>
  441. </connections>
  442. <point key="canvasLocation" x="308" y="406"/>
  443. </view>
  444. </objects>
  445. <resources>
  446. <image name="common_bg_alpha_85" width="2" height="2"/>
  447. <image name="img_popup_bg_body" width="2" height="2"/>
  448. <image name="img_popup_bg_head" width="37" height="48"/>
  449. <image name="img_popup_btn" width="37" height="33"/>
  450. <image name="img_popup_btn_left" width="37" height="34"/>
  451. <image name="img_popup_btn_right" width="37" height="34"/>
  452. </resources>
  453. </document>