ChangeNamePopupView.xib 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
  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="ChangeNamePopupView">
  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="mVk-fL-V4v">
  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="mVk-fL-V4v" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="7Gh-ee-A8O"/>
  27. <constraint firstAttribute="trailing" secondItem="mVk-fL-V4v" secondAttribute="trailing" id="QjE-cc-yRk"/>
  28. <constraint firstAttribute="bottom" secondItem="mVk-fL-V4v" secondAttribute="bottom" id="WCQ-GE-ReR"/>
  29. <constraint firstItem="mVk-fL-V4v" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="uQo-im-Ca4"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="25" y="165.5" width="270" height="203"/>
  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="203"/>
  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="34h-ob-myl" 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="zH7-5W-ibz">
  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="RMj-ee-xXD"/>
  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 firstAttribute="trailing" secondItem="34h-ob-myl" secondAttribute="trailing" id="Csc-EZ-eip"/>
  64. <constraint firstAttribute="bottom" secondItem="34h-ob-myl" secondAttribute="bottom" id="JQg-6C-rCh"/>
  65. <constraint firstItem="34h-ob-myl" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="Kux-bc-s5U"/>
  66. <constraint firstItem="IE2-24-gHl" firstAttribute="leading" secondItem="zH7-5W-ibz" secondAttribute="trailing" id="Ky2-gf-j5n"/>
  67. <constraint firstItem="IE2-24-gHl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ldj-nV-yrM">
  68. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  69. </constraint>
  70. <constraint firstItem="zH7-5W-ibz" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="M96-5v-Ywr"/>
  71. <constraint firstAttribute="trailing" secondItem="IE2-24-gHl" secondAttribute="trailing" id="mUY-4l-GjT">
  72. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  73. </constraint>
  74. <constraint firstAttribute="bottom" secondItem="zH7-5W-ibz" secondAttribute="bottom" id="pab-IE-Gt1"/>
  75. <constraint firstItem="34h-ob-myl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="uN7-Gl-qWn"/>
  76. <constraint firstAttribute="height" constant="56" id="ugW-PV-REe"/>
  77. <constraint firstItem="zH7-5W-ibz" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="vYp-ux-QJO"/>
  78. <constraint firstAttribute="bottom" secondItem="IE2-24-gHl" secondAttribute="bottom" id="yzV-EQ-HeM">
  79. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  80. </constraint>
  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="97"/>
  107. <subviews>
  108. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="Q8g-dz-7PJ">
  109. <rect key="frame" x="0.0" y="0.0" width="270" height="97"/>
  110. </imageView>
  111. </subviews>
  112. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  113. <constraints>
  114. <constraint firstItem="Q8g-dz-7PJ" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="Q19-eK-pQM"/>
  115. <constraint firstAttribute="trailing" secondItem="Q8g-dz-7PJ" secondAttribute="trailing" id="Sph-a4-eEc"/>
  116. <constraint firstItem="Q8g-dz-7PJ" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="vmc-IV-Uzj"/>
  117. <constraint firstAttribute="bottom" secondItem="Q8g-dz-7PJ" secondAttribute="bottom" id="wdS-DL-JHa"/>
  118. </constraints>
  119. </view>
  120. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bIs-li-8bz" userLabel="View - Buttons">
  121. <rect key="frame" x="0.0" y="153" width="270" height="50"/>
  122. <subviews>
  123. <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">
  124. <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
  125. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  126. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  127. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  128. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  129. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  130. </state>
  131. <connections>
  132. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="g5k-Tn-E33"/>
  133. </connections>
  134. </button>
  135. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FKG-xS-HlM" customClass="CustomButton">
  136. <rect key="frame" x="135" y="0.0" width="135" height="50"/>
  137. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  138. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  139. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  140. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  141. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  142. </state>
  143. <connections>
  144. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="JvU-lL-1vP"/>
  145. </connections>
  146. </button>
  147. </subviews>
  148. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  149. <constraints>
  150. <constraint firstAttribute="bottom" secondItem="EtP-9O-R3A" secondAttribute="bottom" id="11K-if-Gie"/>
  151. <constraint firstAttribute="height" constant="50" id="27G-tf-09C"/>
  152. <constraint firstItem="EtP-9O-R3A" firstAttribute="width" secondItem="FKG-xS-HlM" secondAttribute="width" id="6cg-d2-J3V"/>
  153. <constraint firstItem="FKG-xS-HlM" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="GMG-vw-7vn"/>
  154. <constraint firstAttribute="trailing" secondItem="FKG-xS-HlM" secondAttribute="trailing" id="M4t-bF-vEd"/>
  155. <constraint firstAttribute="bottom" secondItem="FKG-xS-HlM" secondAttribute="bottom" id="WoL-73-gvh"/>
  156. <constraint firstItem="FKG-xS-HlM" firstAttribute="leading" secondItem="EtP-9O-R3A" secondAttribute="trailing" id="bst-IL-3Iq"/>
  157. <constraint firstItem="EtP-9O-R3A" firstAttribute="leading" secondItem="bIs-li-8bz" secondAttribute="leading" id="jIf-f9-ade"/>
  158. <constraint firstItem="EtP-9O-R3A" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="otG-LX-4A0"/>
  159. </constraints>
  160. </view>
  161. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="이름입력" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="x0c-eY-VXh" userLabel="txt - pwd" customClass="CustomTextField">
  162. <rect key="frame" x="35" y="86" width="200" height="32"/>
  163. <constraints>
  164. <constraint firstAttribute="height" constant="32" id="Fjv-Bm-2aW"/>
  165. <constraint firstAttribute="height" constant="32" id="KHs-kh-xk5">
  166. <variation key="heightClass=regular-widthClass=compact" constant="30"/>
  167. </constraint>
  168. <constraint firstAttribute="height" constant="32" id="lbJ-F0-pba"/>
  169. <constraint firstAttribute="width" constant="200" id="xNM-pv-vN2">
  170. <variation key="heightClass=regular-widthClass=compact" constant="218"/>
  171. </constraint>
  172. </constraints>
  173. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  174. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  175. <textInputTraits key="textInputTraits"/>
  176. <userDefinedRuntimeAttributes>
  177. <userDefinedRuntimeAttribute type="rect" keyPath="rectForCapBackground">
  178. <rect key="value" x="16" y="16" width="16" height="16"/>
  179. </userDefinedRuntimeAttribute>
  180. <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
  181. </userDefinedRuntimeAttributes>
  182. <variation key="default">
  183. <mask key="constraints">
  184. <exclude reference="Fjv-Bm-2aW"/>
  185. <exclude reference="KHs-kh-xk5"/>
  186. <exclude reference="lbJ-F0-pba"/>
  187. <exclude reference="xNM-pv-vN2"/>
  188. </mask>
  189. </variation>
  190. <variation key="heightClass=regular-widthClass=compact">
  191. <mask key="constraints">
  192. <include reference="Fjv-Bm-2aW"/>
  193. <exclude reference="KHs-kh-xk5"/>
  194. <exclude reference="lbJ-F0-pba"/>
  195. <exclude reference="xNM-pv-vN2"/>
  196. </mask>
  197. </variation>
  198. <connections>
  199. <outlet property="delegate" destination="qLf-va-EAG" id="gpP-Tq-opo"/>
  200. </connections>
  201. </textField>
  202. </subviews>
  203. <constraints>
  204. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="1Ca-ce-jni"/>
  205. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="x0c-eY-VXh" secondAttribute="bottom" constant="35" id="CPv-qS-jYw"/>
  206. <constraint firstAttribute="trailing" secondItem="7nf-Ia-7Kq" secondAttribute="trailing" id="QFZ-sI-FTg"/>
  207. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="RFN-Kf-txX"/>
  208. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="top" secondItem="3Np-sH-ysD" secondAttribute="top" id="SU0-8W-BVB">
  209. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  210. </constraint>
  211. <constraint firstAttribute="trailing" secondItem="bIs-li-8bz" secondAttribute="trailing" id="UaC-ap-Ulp"/>
  212. <constraint firstItem="x0c-eY-VXh" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" constant="30" id="cHm-Zh-4vQ"/>
  213. <constraint firstItem="x0c-eY-VXh" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" constant="35" id="cUW-Ng-cUJ"/>
  214. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="trailing" secondItem="Mw5-GF-3oQ" secondAttribute="trailing" id="fbA-Cy-O1e"/>
  215. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" constant="1" id="hfD-i1-Fhe">
  216. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  217. </constraint>
  218. <constraint firstAttribute="bottom" secondItem="bIs-li-8bz" secondAttribute="bottom" id="oNC-iJ-Za7"/>
  219. <constraint firstAttribute="trailing" secondItem="x0c-eY-VXh" secondAttribute="trailing" constant="37" id="q8N-Oq-iCt">
  220. <variation key="heightClass=regular-widthClass=compact" constant="35"/>
  221. </constraint>
  222. <constraint firstItem="bIs-li-8bz" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="s6c-op-QFh"/>
  223. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="bottom" id="wPf-du-0AV"/>
  224. </constraints>
  225. <variation key="default">
  226. <mask key="subviews">
  227. <exclude reference="7nf-Ia-7Kq"/>
  228. <exclude reference="Mw5-GF-3oQ"/>
  229. <exclude reference="x0c-eY-VXh"/>
  230. </mask>
  231. <mask key="constraints">
  232. <exclude reference="CPv-qS-jYw"/>
  233. <exclude reference="UaC-ap-Ulp"/>
  234. <exclude reference="oNC-iJ-Za7"/>
  235. <exclude reference="s6c-op-QFh"/>
  236. <exclude reference="wPf-du-0AV"/>
  237. <exclude reference="QFZ-sI-FTg"/>
  238. <exclude reference="SU0-8W-BVB"/>
  239. <exclude reference="fbA-Cy-O1e"/>
  240. <exclude reference="cHm-Zh-4vQ"/>
  241. <exclude reference="cUW-Ng-cUJ"/>
  242. <exclude reference="q8N-Oq-iCt"/>
  243. <exclude reference="RFN-Kf-txX"/>
  244. <exclude reference="hfD-i1-Fhe"/>
  245. </mask>
  246. </variation>
  247. <variation key="heightClass=regular-widthClass=compact">
  248. <mask key="subviews">
  249. <include reference="7nf-Ia-7Kq"/>
  250. <include reference="Mw5-GF-3oQ"/>
  251. <include reference="x0c-eY-VXh"/>
  252. </mask>
  253. <mask key="constraints">
  254. <include reference="CPv-qS-jYw"/>
  255. <include reference="UaC-ap-Ulp"/>
  256. <include reference="oNC-iJ-Za7"/>
  257. <include reference="s6c-op-QFh"/>
  258. <include reference="wPf-du-0AV"/>
  259. <include reference="QFZ-sI-FTg"/>
  260. <include reference="SU0-8W-BVB"/>
  261. <include reference="fbA-Cy-O1e"/>
  262. <include reference="cHm-Zh-4vQ"/>
  263. <include reference="cUW-Ng-cUJ"/>
  264. <include reference="q8N-Oq-iCt"/>
  265. <include reference="RFN-Kf-txX"/>
  266. <include reference="hfD-i1-Fhe"/>
  267. </mask>
  268. </variation>
  269. </view>
  270. </subviews>
  271. <constraints>
  272. <constraint firstAttribute="bottom" secondItem="3Np-sH-ysD" secondAttribute="bottom" constant="1" id="4tu-Yz-TS5">
  273. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  274. </constraint>
  275. <constraint firstItem="3Np-sH-ysD" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" constant="1" id="CFR-Ui-y7e">
  276. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  277. </constraint>
  278. <constraint firstAttribute="trailing" secondItem="3Np-sH-ysD" secondAttribute="trailing" constant="66" id="SmO-lm-bHQ">
  279. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  280. </constraint>
  281. <constraint firstItem="3Np-sH-ysD" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" constant="66" id="feN-Ai-BHU">
  282. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  283. </constraint>
  284. </constraints>
  285. <variation key="default">
  286. <mask key="subviews">
  287. <exclude reference="3Np-sH-ysD"/>
  288. </mask>
  289. <mask key="constraints">
  290. <exclude reference="4tu-Yz-TS5"/>
  291. <exclude reference="CFR-Ui-y7e"/>
  292. <exclude reference="SmO-lm-bHQ"/>
  293. <exclude reference="feN-Ai-BHU"/>
  294. </mask>
  295. </variation>
  296. <variation key="heightClass=regular-widthClass=compact">
  297. <mask key="subviews">
  298. <include reference="3Np-sH-ysD"/>
  299. </mask>
  300. <mask key="constraints">
  301. <include reference="4tu-Yz-TS5"/>
  302. <include reference="CFR-Ui-y7e"/>
  303. <include reference="SmO-lm-bHQ"/>
  304. <include reference="feN-Ai-BHU"/>
  305. </mask>
  306. </variation>
  307. </view>
  308. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="evk-Mf-jK0">
  309. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  310. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  311. <constraints>
  312. <constraint firstAttribute="width" constant="25" id="cxu-is-E4d"/>
  313. </constraints>
  314. </view>
  315. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w6d-qK-qLI">
  316. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  317. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  318. <constraints>
  319. <constraint firstAttribute="width" constant="25" id="Qoh-vK-tEk"/>
  320. </constraints>
  321. </view>
  322. </subviews>
  323. <constraints>
  324. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="w6d-qK-qLI" secondAttribute="trailing" id="0yU-be-iww"/>
  325. <constraint firstItem="w6d-qK-qLI" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="5Aa-PE-w64"/>
  326. <constraint firstAttribute="bottom" secondItem="evk-Mf-jK0" secondAttribute="bottom" id="6kW-DB-1DJ"/>
  327. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  328. <constraint firstAttribute="trailing" secondItem="evk-Mf-jK0" secondAttribute="trailing" id="K9D-Mn-vhC"/>
  329. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  330. <constraint firstItem="evk-Mf-jK0" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="c65-UC-w8M"/>
  331. <constraint firstItem="evk-Mf-jK0" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="hv9-ht-D8l"/>
  332. <constraint firstAttribute="bottom" secondItem="w6d-qK-qLI" secondAttribute="bottom" id="qmE-gd-dMp"/>
  333. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" constant="12" placeholder="YES" id="rPN-2q-9iB">
  334. <variation key="heightClass=regular-widthClass=compact" constant="17"/>
  335. </constraint>
  336. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  337. <constraint firstItem="w6d-qK-qLI" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="wAJ-d1-XkK"/>
  338. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  339. </constraints>
  340. <variation key="default">
  341. <mask key="subviews">
  342. <exclude reference="4c3-gb-BwR"/>
  343. <exclude reference="sqq-aQ-dqD"/>
  344. </mask>
  345. <mask key="constraints">
  346. <exclude reference="rPN-2q-9iB"/>
  347. <exclude reference="F9j-6m-8Sq"/>
  348. <exclude reference="TOG-yL-xSq"/>
  349. <exclude reference="uc7-M6-ZYJ"/>
  350. <exclude reference="wPB-Gl-TgQ"/>
  351. </mask>
  352. </variation>
  353. <variation key="heightClass=regular-widthClass=compact">
  354. <mask key="subviews">
  355. <include reference="4c3-gb-BwR"/>
  356. <include reference="sqq-aQ-dqD"/>
  357. </mask>
  358. <mask key="constraints">
  359. <include reference="rPN-2q-9iB"/>
  360. <include reference="F9j-6m-8Sq"/>
  361. <include reference="TOG-yL-xSq"/>
  362. <include reference="uc7-M6-ZYJ"/>
  363. <include reference="wPB-Gl-TgQ"/>
  364. </mask>
  365. </variation>
  366. <connections>
  367. <outlet property="btnCancel" destination="EtP-9O-R3A" id="mr5-zY-bQM"/>
  368. <outlet property="btnConfirm" destination="FKG-xS-HlM" id="zTF-29-eYq"/>
  369. <outlet property="containerView" destination="3Np-sH-ysD" id="uJs-dG-r2k"/>
  370. <outlet property="imgTitleBar" destination="34h-ob-myl" id="iDv-ms-dX7"/>
  371. <outlet property="lblTitle" destination="IE2-24-gHl" id="DFB-ut-ky2"/>
  372. <outlet property="maskingView" destination="4c3-gb-BwR" id="9bJ-5l-qJq"/>
  373. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  374. <outlet property="txtNickname" destination="x0c-eY-VXh" id="Egy-5i-5sT"/>
  375. </connections>
  376. <point key="canvasLocation" x="323" y="350"/>
  377. </view>
  378. </objects>
  379. <resources>
  380. <image name="common_bg_alpha_85" width="2" height="2"/>
  381. <image name="img_input_round_bg_default" width="50" height="35"/>
  382. <image name="img_popup_bg_body" width="2" height="2"/>
  383. <image name="img_popup_bg_head" width="37" height="48"/>
  384. <image name="img_popup_btn_left" width="37" height="34"/>
  385. <image name="img_popup_btn_right" width="37" height="34"/>
  386. </resources>
  387. </document>