Common.storyboard 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.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. <scenes>
  11. <!--More Pop Over View Controller-->
  12. <scene sceneID="lNp-uT-LKa">
  13. <objects>
  14. <viewController storyboardIdentifier="MorePopOverViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="bhZ-03-HmT" customClass="MorePopOverViewController" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="fWl-6z-NUe"/>
  17. <viewControllerLayoutGuide type="bottom" id="4WK-WA-Nuy"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="JMP-iW-us5">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hlo-Jn-Px9">
  24. <rect key="frame" x="0.0" y="20" width="320" height="548"/>
  25. <subviews>
  26. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Msb-lg-Hhd">
  27. <rect key="frame" x="0.0" y="0.0" width="320" height="54"/>
  28. <subviews>
  29. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bO9-PD-f6o" customClass="CustomButton">
  30. <rect key="frame" x="0.0" y="0.0" width="80" height="54"/>
  31. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  32. <state key="normal" image="img_bg_morepopup_icon_masterchange"/>
  33. <state key="highlighted" image="img_bg_morepopup_icon_masterchange_press"/>
  34. <connections>
  35. <action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="gR8-AF-O4L"/>
  36. </connections>
  37. </button>
  38. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Ci-wC-hR9" customClass="CustomButton">
  39. <rect key="frame" x="80" y="0.0" width="80" height="54"/>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  41. <state key="normal" image="img_bg_morepopup_icon_add"/>
  42. <state key="highlighted" image="img_bg_morepopup_icon_add_press"/>
  43. <connections>
  44. <action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="JQ6-ai-2mA"/>
  45. </connections>
  46. </button>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jDL-F6-Yhx" customClass="CustomButton">
  48. <rect key="frame" x="160" y="0.0" width="80" height="54"/>
  49. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  50. <state key="normal" image="img_bg_morepopup_icon_delete"/>
  51. <state key="highlighted" image="img_bg_morepopup_icon_delete_press"/>
  52. <connections>
  53. <action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="sdB-vM-rGF"/>
  54. </connections>
  55. </button>
  56. <button opaque="NO" contentMode="scaleToFill" restorationIdentifier="MorePopVC" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ocQ-lF-sEP" customClass="CustomButton">
  57. <rect key="frame" x="240" y="0.0" width="80" height="54"/>
  58. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  59. <state key="normal" image="img_bg_morepopup_icon_refresh"/>
  60. <state key="highlighted" image="img_bg_morepopup_icon_refresh_press"/>
  61. <connections>
  62. <action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="CKx-Eu-h9S"/>
  63. </connections>
  64. </button>
  65. </subviews>
  66. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  67. <constraints>
  68. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="54" id="4ZJ-aG-im7"/>
  69. </constraints>
  70. </stackView>
  71. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="shadow_top" translatesAutoresizingMaskIntoConstraints="NO" id="Ftc-4j-nE4">
  72. <rect key="frame" x="0.0" y="54" width="320" height="6"/>
  73. <constraints>
  74. <constraint firstAttribute="height" constant="6" id="sWS-8h-s9S"/>
  75. </constraints>
  76. </imageView>
  77. </subviews>
  78. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  79. <constraints>
  80. <constraint firstAttribute="trailing" secondItem="Msb-lg-Hhd" secondAttribute="trailing" id="3pN-mj-peZ"/>
  81. <constraint firstAttribute="trailing" secondItem="Ftc-4j-nE4" secondAttribute="trailing" id="5pM-zU-vv9"/>
  82. <constraint firstItem="Ftc-4j-nE4" firstAttribute="leading" secondItem="hlo-Jn-Px9" secondAttribute="leading" id="8dZ-FT-Ktk"/>
  83. <constraint firstItem="Msb-lg-Hhd" firstAttribute="leading" secondItem="hlo-Jn-Px9" secondAttribute="leading" id="Nll-11-HAV"/>
  84. <constraint firstItem="Msb-lg-Hhd" firstAttribute="top" secondItem="hlo-Jn-Px9" secondAttribute="top" id="aE2-TQ-geP"/>
  85. <constraint firstItem="Ftc-4j-nE4" firstAttribute="top" secondItem="Msb-lg-Hhd" secondAttribute="bottom" id="ub3-Ge-Roc"/>
  86. </constraints>
  87. </view>
  88. </subviews>
  89. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  90. <constraints>
  91. <constraint firstItem="hlo-Jn-Px9" firstAttribute="top" secondItem="fWl-6z-NUe" secondAttribute="bottom" id="7w3-Ab-vQT"/>
  92. <constraint firstAttribute="trailing" secondItem="hlo-Jn-Px9" secondAttribute="trailing" id="AKH-aE-hf5"/>
  93. <constraint firstItem="4WK-WA-Nuy" firstAttribute="top" secondItem="hlo-Jn-Px9" secondAttribute="bottom" id="JQo-tM-CaU"/>
  94. <constraint firstItem="hlo-Jn-Px9" firstAttribute="leading" secondItem="JMP-iW-us5" secondAttribute="leading" id="rHP-MC-NeX"/>
  95. </constraints>
  96. </view>
  97. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  98. <size key="freeformSize" width="320" height="568"/>
  99. <connections>
  100. <outlet property="viewPopup" destination="Msb-lg-Hhd" id="mw5-4i-QCj"/>
  101. <outletCollection property="btnCollArray" destination="bO9-PD-f6o" id="puT-JS-kBP"/>
  102. <outletCollection property="btnCollArray" destination="0Ci-wC-hR9" id="bC0-m0-yF6"/>
  103. <outletCollection property="btnCollArray" destination="jDL-F6-Yhx" id="7S3-gH-g3P"/>
  104. <outletCollection property="btnCollArray" destination="ocQ-lF-sEP" id="1qL-iS-2kt"/>
  105. </connections>
  106. </viewController>
  107. <placeholder placeholderIdentifier="IBFirstResponder" id="BIA-Sf-D3h" userLabel="First Responder" sceneMemberID="firstResponder"/>
  108. </objects>
  109. <point key="canvasLocation" x="71.25" y="231.33802816901408"/>
  110. </scene>
  111. <!--Option Pop Over View Controller-->
  112. <scene sceneID="HYo-0v-biN">
  113. <objects>
  114. <viewController storyboardIdentifier="OptionPopOverViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HLD-R6-Bf7" customClass="OptionPopOverViewController" sceneMemberID="viewController">
  115. <layoutGuides>
  116. <viewControllerLayoutGuide type="top" id="yrC-Ny-FFD"/>
  117. <viewControllerLayoutGuide type="bottom" id="qVK-D4-gsq"/>
  118. </layoutGuides>
  119. <view key="view" contentMode="scaleToFill" id="49x-Kd-BdD">
  120. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  121. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  122. <subviews>
  123. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="45" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="TL3-tl-fz2">
  124. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  125. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  126. <prototypes>
  127. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CellIdentifier" id="PWg-hZ-7TK" customClass="OptionPopOverTableViewCell">
  128. <rect key="frame" x="0.0" y="22" width="320" height="45"/>
  129. <autoresizingMask key="autoresizingMask"/>
  130. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="PWg-hZ-7TK" id="Dy5-Vw-Vqw">
  131. <rect key="frame" x="0.0" y="0.0" width="320" height="44.5"/>
  132. <autoresizingMask key="autoresizingMask"/>
  133. <subviews>
  134. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="45" placeholderIntrinsicHeight="45" translatesAutoresizingMaskIntoConstraints="NO" id="dyv-ub-0mw" customClass="CustomImageView">
  135. <rect key="frame" x="5" y="0.0" width="45" height="45"/>
  136. <constraints>
  137. <constraint firstAttribute="height" constant="45" id="gju-D9-Q3w"/>
  138. <constraint firstAttribute="width" constant="45" id="hUa-ME-VyZ"/>
  139. </constraints>
  140. <variation key="default">
  141. <mask key="constraints">
  142. <exclude reference="gju-D9-Q3w"/>
  143. <exclude reference="hUa-ME-VyZ"/>
  144. </mask>
  145. </variation>
  146. <variation key="heightClass=regular-widthClass=compact">
  147. <mask key="constraints">
  148. <include reference="gju-D9-Q3w"/>
  149. <include reference="hUa-ME-VyZ"/>
  150. </mask>
  151. </variation>
  152. </imageView>
  153. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="130" placeholderIntrinsicHeight="45" text="타이틀" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NRo-nu-R5i" customClass="CustomLabel">
  154. <rect key="frame" x="50" y="0.0" width="130" height="45"/>
  155. <constraints>
  156. <constraint firstAttribute="height" constant="45" id="hfn-tk-xeJ"/>
  157. </constraints>
  158. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  159. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  160. <nil key="highlightedColor"/>
  161. <variation key="default">
  162. <mask key="constraints">
  163. <exclude reference="hfn-tk-xeJ"/>
  164. </mask>
  165. </variation>
  166. <variation key="heightClass=regular-widthClass=compact">
  167. <mask key="constraints">
  168. <include reference="hfn-tk-xeJ"/>
  169. </mask>
  170. </variation>
  171. </label>
  172. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YnI-rH-wyb">
  173. <rect key="frame" x="0.0" y="44.5" width="320" height="1"/>
  174. <color key="backgroundColor" red="0.73333333333333328" green="0.73333333333333328" blue="0.73333333333333328" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  175. <constraints>
  176. <constraint firstAttribute="height" constant="1" id="89k-ei-Ml6"/>
  177. </constraints>
  178. <variation key="default">
  179. <mask key="constraints">
  180. <exclude reference="89k-ei-Ml6"/>
  181. </mask>
  182. </variation>
  183. <variation key="heightClass=regular-widthClass=compact">
  184. <mask key="constraints">
  185. <include reference="89k-ei-Ml6"/>
  186. </mask>
  187. </variation>
  188. </view>
  189. </subviews>
  190. <color key="backgroundColor" red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  191. <constraints>
  192. <constraint firstItem="dyv-ub-0mw" firstAttribute="top" secondItem="NRo-nu-R5i" secondAttribute="top" id="HRe-AR-Ccg"/>
  193. <constraint firstAttribute="bottom" secondItem="YnI-rH-wyb" secondAttribute="bottom" constant="1" id="RGu-7w-21m">
  194. <variation key="heightClass=regular-widthClass=compact" constant="-1"/>
  195. </constraint>
  196. <constraint firstItem="NRo-nu-R5i" firstAttribute="top" secondItem="Dy5-Vw-Vqw" secondAttribute="top" id="UMD-4T-2lO"/>
  197. <constraint firstItem="YnI-rH-wyb" firstAttribute="leading" secondItem="Dy5-Vw-Vqw" secondAttribute="leading" id="Wll-hf-5Tz"/>
  198. <constraint firstItem="dyv-ub-0mw" firstAttribute="leading" secondItem="Dy5-Vw-Vqw" secondAttribute="leading" constant="5" id="dqt-Qt-Lkl"/>
  199. <constraint firstItem="NRo-nu-R5i" firstAttribute="leading" secondItem="dyv-ub-0mw" secondAttribute="trailing" constant="5" id="vwO-gP-TxB">
  200. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  201. </constraint>
  202. <constraint firstAttribute="trailing" secondItem="YnI-rH-wyb" secondAttribute="trailing" id="y4l-Ic-3e2"/>
  203. </constraints>
  204. <variation key="default">
  205. <mask key="subviews">
  206. <exclude reference="dyv-ub-0mw"/>
  207. <exclude reference="NRo-nu-R5i"/>
  208. <exclude reference="YnI-rH-wyb"/>
  209. </mask>
  210. <mask key="constraints">
  211. <exclude reference="HRe-AR-Ccg"/>
  212. <exclude reference="dqt-Qt-Lkl"/>
  213. <exclude reference="RGu-7w-21m"/>
  214. <exclude reference="Wll-hf-5Tz"/>
  215. <exclude reference="y4l-Ic-3e2"/>
  216. <exclude reference="UMD-4T-2lO"/>
  217. <exclude reference="vwO-gP-TxB"/>
  218. </mask>
  219. </variation>
  220. <variation key="heightClass=regular-widthClass=compact">
  221. <mask key="subviews">
  222. <include reference="dyv-ub-0mw"/>
  223. <include reference="NRo-nu-R5i"/>
  224. <include reference="YnI-rH-wyb"/>
  225. </mask>
  226. <mask key="constraints">
  227. <include reference="HRe-AR-Ccg"/>
  228. <include reference="dqt-Qt-Lkl"/>
  229. <include reference="RGu-7w-21m"/>
  230. <include reference="Wll-hf-5Tz"/>
  231. <include reference="y4l-Ic-3e2"/>
  232. <include reference="UMD-4T-2lO"/>
  233. <include reference="vwO-gP-TxB"/>
  234. </mask>
  235. </variation>
  236. </tableViewCellContentView>
  237. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  238. <connections>
  239. <outlet property="icon" destination="dyv-ub-0mw" id="K8u-du-qqu"/>
  240. <outlet property="lblMenuName" destination="NRo-nu-R5i" id="br2-RO-xPq"/>
  241. </connections>
  242. </tableViewCell>
  243. </prototypes>
  244. </tableView>
  245. </subviews>
  246. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  247. <constraints>
  248. <constraint firstItem="TL3-tl-fz2" firstAttribute="top" secondItem="49x-Kd-BdD" secondAttribute="top" id="06V-Gm-xnf"/>
  249. <constraint firstItem="TL3-tl-fz2" firstAttribute="leading" secondItem="49x-Kd-BdD" secondAttribute="leading" id="9iJ-gh-Mwk"/>
  250. <constraint firstItem="qVK-D4-gsq" firstAttribute="top" secondItem="TL3-tl-fz2" secondAttribute="bottom" id="K2A-gE-ZiI"/>
  251. <constraint firstAttribute="trailing" secondItem="TL3-tl-fz2" secondAttribute="trailing" id="rBc-aa-gIl"/>
  252. </constraints>
  253. <variation key="default">
  254. <mask key="subviews">
  255. <exclude reference="TL3-tl-fz2"/>
  256. </mask>
  257. <mask key="constraints">
  258. <exclude reference="K2A-gE-ZiI"/>
  259. <exclude reference="06V-Gm-xnf"/>
  260. <exclude reference="9iJ-gh-Mwk"/>
  261. <exclude reference="rBc-aa-gIl"/>
  262. </mask>
  263. </variation>
  264. <variation key="heightClass=regular-widthClass=compact">
  265. <mask key="subviews">
  266. <include reference="TL3-tl-fz2"/>
  267. </mask>
  268. <mask key="constraints">
  269. <include reference="K2A-gE-ZiI"/>
  270. <include reference="06V-Gm-xnf"/>
  271. <include reference="9iJ-gh-Mwk"/>
  272. <include reference="rBc-aa-gIl"/>
  273. </mask>
  274. </variation>
  275. </view>
  276. <nil key="simulatedTopBarMetrics"/>
  277. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  278. <size key="freeformSize" width="320" height="568"/>
  279. <connections>
  280. <outlet property="tableView" destination="TL3-tl-fz2" id="NxE-9S-W1m"/>
  281. <outlet property="view" destination="49x-Kd-BdD" id="qvW-vG-qNo"/>
  282. </connections>
  283. </viewController>
  284. <placeholder placeholderIdentifier="IBFirstResponder" id="KWF-Kd-gD8" userLabel="First Responder" sceneMemberID="firstResponder"/>
  285. </objects>
  286. <point key="canvasLocation" x="855" y="232.5"/>
  287. </scene>
  288. <!--Web Browse View Controller-->
  289. <scene sceneID="Qwd-qZ-bFq">
  290. <objects>
  291. <viewController storyboardIdentifier="WebBrowseViewController" automaticallyAdjustsScrollViewInsets="NO" useStoryboardIdentifierAsRestorationIdentifier="YES" id="l3P-bd-6VJ" customClass="WebBrowseViewController" sceneMemberID="viewController">
  292. <layoutGuides>
  293. <viewControllerLayoutGuide type="top" id="tGL-Pt-Fkq"/>
  294. <viewControllerLayoutGuide type="bottom" id="1P8-TN-Gh6"/>
  295. </layoutGuides>
  296. <view key="view" contentMode="scaleToFill" id="qh5-bS-0Sn" userLabel="View - ViewController">
  297. <rect key="frame" x="0.0" y="64" width="320" height="504"/>
  298. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  299. <subviews>
  300. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fPu-bg-WL2" userLabel="View - Main">
  301. <rect key="frame" x="0.0" y="16" width="320" height="488"/>
  302. <subviews>
  303. <webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KU8-mg-vJX">
  304. <rect key="frame" x="0.0" y="0.0" width="320" height="488"/>
  305. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  306. </webView>
  307. </subviews>
  308. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  309. <constraints>
  310. <constraint firstItem="KU8-mg-vJX" firstAttribute="leading" secondItem="fPu-bg-WL2" secondAttribute="leading" id="Aok-Sd-snF"/>
  311. <constraint firstAttribute="bottom" secondItem="KU8-mg-vJX" secondAttribute="bottom" id="Di4-5Q-LrD"/>
  312. <constraint firstAttribute="trailing" secondItem="KU8-mg-vJX" secondAttribute="trailing" id="Hp7-j4-obR"/>
  313. <constraint firstItem="KU8-mg-vJX" firstAttribute="top" secondItem="fPu-bg-WL2" secondAttribute="top" id="wqk-bL-8VN"/>
  314. </constraints>
  315. <variation key="default">
  316. <mask key="subviews">
  317. <exclude reference="KU8-mg-vJX"/>
  318. </mask>
  319. <mask key="constraints">
  320. <exclude reference="Aok-Sd-snF"/>
  321. <exclude reference="Di4-5Q-LrD"/>
  322. <exclude reference="Hp7-j4-obR"/>
  323. <exclude reference="wqk-bL-8VN"/>
  324. </mask>
  325. </variation>
  326. <variation key="heightClass=regular-widthClass=compact">
  327. <mask key="subviews">
  328. <include reference="KU8-mg-vJX"/>
  329. </mask>
  330. <mask key="constraints">
  331. <include reference="Aok-Sd-snF"/>
  332. <include reference="Di4-5Q-LrD"/>
  333. <include reference="Hp7-j4-obR"/>
  334. <include reference="wqk-bL-8VN"/>
  335. </mask>
  336. </variation>
  337. </view>
  338. </subviews>
  339. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  340. <constraints>
  341. <constraint firstAttribute="trailing" secondItem="fPu-bg-WL2" secondAttribute="trailing" id="ILU-4v-mql"/>
  342. <constraint firstItem="1P8-TN-Gh6" firstAttribute="top" secondItem="fPu-bg-WL2" secondAttribute="bottom" id="NHn-vD-xxR"/>
  343. <constraint firstItem="fPu-bg-WL2" firstAttribute="leading" secondItem="qh5-bS-0Sn" secondAttribute="leading" id="O1T-Jf-RUu"/>
  344. <constraint firstItem="KU8-mg-vJX" firstAttribute="width" secondItem="qh5-bS-0Sn" secondAttribute="width" id="dzd-cb-GzA"/>
  345. <constraint firstItem="fPu-bg-WL2" firstAttribute="top" secondItem="tGL-Pt-Fkq" secondAttribute="bottom" constant="16" id="p4o-gq-QpF"/>
  346. </constraints>
  347. <variation key="default">
  348. <mask key="subviews">
  349. <exclude reference="fPu-bg-WL2"/>
  350. </mask>
  351. <mask key="constraints">
  352. <exclude reference="NHn-vD-xxR"/>
  353. <exclude reference="dzd-cb-GzA"/>
  354. <exclude reference="ILU-4v-mql"/>
  355. <exclude reference="O1T-Jf-RUu"/>
  356. <exclude reference="p4o-gq-QpF"/>
  357. </mask>
  358. </variation>
  359. <variation key="heightClass=regular-widthClass=compact">
  360. <mask key="subviews">
  361. <include reference="fPu-bg-WL2"/>
  362. </mask>
  363. <mask key="constraints">
  364. <include reference="NHn-vD-xxR"/>
  365. <include reference="dzd-cb-GzA"/>
  366. <include reference="ILU-4v-mql"/>
  367. <include reference="O1T-Jf-RUu"/>
  368. <include reference="p4o-gq-QpF"/>
  369. </mask>
  370. </variation>
  371. </view>
  372. <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" translucent="NO" prompted="NO"/>
  373. <connections>
  374. <outlet property="webView" destination="KU8-mg-vJX" id="XlP-qh-gaM"/>
  375. </connections>
  376. </viewController>
  377. <placeholder placeholderIdentifier="IBFirstResponder" id="2q8-bE-ZNU" userLabel="First Responder" sceneMemberID="firstResponder"/>
  378. </objects>
  379. <point key="canvasLocation" x="1548" y="232.5"/>
  380. </scene>
  381. <!--Full Screen View Controller-->
  382. <scene sceneID="NNQ-NM-OSs">
  383. <objects>
  384. <viewController storyboardIdentifier="FullScreenViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Ydl-pV-FWa" customClass="FullScreenViewController" sceneMemberID="viewController">
  385. <layoutGuides>
  386. <viewControllerLayoutGuide type="top" id="aA6-wG-NnG"/>
  387. <viewControllerLayoutGuide type="bottom" id="ZZ3-fS-3jq"/>
  388. </layoutGuides>
  389. <view key="view" contentMode="scaleToFill" id="SAu-zg-MK7">
  390. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  391. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  392. <subviews>
  393. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MXs-lK-sd9" userLabel="Button - fullscreen" customClass="CustomButton">
  394. <rect key="frame" x="282" y="20" width="36" height="36"/>
  395. <constraints>
  396. <constraint firstAttribute="height" constant="36" id="QXD-K7-LJo"/>
  397. <constraint firstAttribute="width" constant="36" id="lPt-rr-gpd"/>
  398. </constraints>
  399. <state key="normal" image="tp_01_img_control_camera_screen_full">
  400. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  401. </state>
  402. <variation key="default">
  403. <mask key="constraints">
  404. <exclude reference="QXD-K7-LJo"/>
  405. <exclude reference="lPt-rr-gpd"/>
  406. </mask>
  407. </variation>
  408. <variation key="heightClass=regular-widthClass=compact">
  409. <mask key="constraints">
  410. <include reference="QXD-K7-LJo"/>
  411. <include reference="lPt-rr-gpd"/>
  412. </mask>
  413. </variation>
  414. <connections>
  415. <action selector="btnCloseTouched:" destination="Ydl-pV-FWa" eventType="touchUpInside" id="uyb-OF-Xez"/>
  416. </connections>
  417. </button>
  418. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="tp_01_img_control_camera_movebg" translatesAutoresizingMaskIntoConstraints="NO" id="b1d-nu-wFp">
  419. <rect key="frame" x="198" y="440" width="120" height="120"/>
  420. <constraints>
  421. <constraint firstAttribute="width" constant="120" id="Viu-qW-GMP"/>
  422. <constraint firstAttribute="height" constant="120" id="Vmr-aK-aEf"/>
  423. </constraints>
  424. <variation key="default">
  425. <mask key="constraints">
  426. <exclude reference="Viu-qW-GMP"/>
  427. <exclude reference="Vmr-aK-aEf"/>
  428. </mask>
  429. </variation>
  430. <variation key="heightClass=regular-widthClass=compact">
  431. <mask key="constraints">
  432. <include reference="Viu-qW-GMP"/>
  433. <include reference="Vmr-aK-aEf"/>
  434. </mask>
  435. </variation>
  436. </imageView>
  437. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zyZ-sH-o6z" userLabel="Button - left" customClass="CustomButton">
  438. <rect key="frame" x="198" y="480" width="40" height="40"/>
  439. <constraints>
  440. <constraint firstAttribute="width" constant="40" id="8fh-Tk-Z8G"/>
  441. <constraint firstAttribute="height" constant="40" id="AYf-XG-73l"/>
  442. </constraints>
  443. <state key="normal" image="tp_01_img_control_camera_left">
  444. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  445. </state>
  446. <variation key="default">
  447. <mask key="constraints">
  448. <exclude reference="8fh-Tk-Z8G"/>
  449. <exclude reference="AYf-XG-73l"/>
  450. </mask>
  451. </variation>
  452. <variation key="heightClass=regular-widthClass=compact">
  453. <mask key="constraints">
  454. <include reference="8fh-Tk-Z8G"/>
  455. <include reference="AYf-XG-73l"/>
  456. </mask>
  457. </variation>
  458. <connections>
  459. <action selector="btnMoveLeftTouched:" destination="Ydl-pV-FWa" eventType="touchUpInside" id="J0I-uL-Tzc"/>
  460. </connections>
  461. </button>
  462. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LTY-3p-HsK" userLabel="Button - up" customClass="CustomButton">
  463. <rect key="frame" x="238" y="440" width="40" height="40"/>
  464. <constraints>
  465. <constraint firstAttribute="height" constant="40" id="F3U-BJ-f4c"/>
  466. <constraint firstAttribute="width" constant="40" id="vyA-eK-DMc"/>
  467. </constraints>
  468. <state key="normal" image="tp_01_img_control_camera_up">
  469. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  470. </state>
  471. <variation key="default">
  472. <mask key="constraints">
  473. <exclude reference="F3U-BJ-f4c"/>
  474. <exclude reference="vyA-eK-DMc"/>
  475. </mask>
  476. </variation>
  477. <variation key="heightClass=regular-widthClass=compact">
  478. <mask key="constraints">
  479. <include reference="F3U-BJ-f4c"/>
  480. <include reference="vyA-eK-DMc"/>
  481. </mask>
  482. </variation>
  483. <connections>
  484. <action selector="btnMoveUpTouched:" destination="Ydl-pV-FWa" eventType="touchUpInside" id="88s-sb-bal"/>
  485. </connections>
  486. </button>
  487. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ppa-N0-c5P" userLabel="Button - right" customClass="CustomButton">
  488. <rect key="frame" x="278" y="480" width="40" height="40"/>
  489. <constraints>
  490. <constraint firstAttribute="height" constant="40" id="crB-HP-KhK"/>
  491. <constraint firstAttribute="width" constant="40" id="tv0-FI-ixd"/>
  492. </constraints>
  493. <state key="normal" image="tp_01_img_control_camera_right">
  494. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  495. </state>
  496. <variation key="default">
  497. <mask key="constraints">
  498. <exclude reference="crB-HP-KhK"/>
  499. <exclude reference="tv0-FI-ixd"/>
  500. </mask>
  501. </variation>
  502. <variation key="heightClass=regular-widthClass=compact">
  503. <mask key="constraints">
  504. <include reference="crB-HP-KhK"/>
  505. <include reference="tv0-FI-ixd"/>
  506. </mask>
  507. </variation>
  508. <connections>
  509. <action selector="btnMoveRightTouched:" destination="Ydl-pV-FWa" eventType="touchUpInside" id="dsZ-zt-egI"/>
  510. </connections>
  511. </button>
  512. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mvs-ma-SxT" userLabel="Button - down" customClass="CustomButton">
  513. <rect key="frame" x="238" y="520" width="40" height="40"/>
  514. <constraints>
  515. <constraint firstAttribute="height" constant="40" id="Fbm-XC-9mK"/>
  516. <constraint firstAttribute="width" constant="40" id="dGc-xW-BXZ"/>
  517. </constraints>
  518. <state key="normal" image="tp_01_img_control_camera_down">
  519. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  520. </state>
  521. <variation key="default">
  522. <mask key="constraints">
  523. <exclude reference="Fbm-XC-9mK"/>
  524. <exclude reference="dGc-xW-BXZ"/>
  525. </mask>
  526. </variation>
  527. <variation key="heightClass=regular-widthClass=compact">
  528. <mask key="constraints">
  529. <include reference="Fbm-XC-9mK"/>
  530. <include reference="dGc-xW-BXZ"/>
  531. </mask>
  532. </variation>
  533. <connections>
  534. <action selector="btnMoveDownTouched:" destination="Ydl-pV-FWa" eventType="touchUpInside" id="9gc-lW-wzP"/>
  535. </connections>
  536. </button>
  537. </subviews>
  538. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  539. <constraints>
  540. <constraint firstItem="zyZ-sH-o6z" firstAttribute="leading" secondItem="b1d-nu-wFp" secondAttribute="leading" id="0aF-s0-XyF"/>
  541. <constraint firstItem="MXs-lK-sd9" firstAttribute="top" secondItem="aA6-wG-NnG" secondAttribute="bottom" constant="-10" id="1O0-Ko-sGq">
  542. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  543. </constraint>
  544. <constraint firstItem="zyZ-sH-o6z" firstAttribute="centerY" secondItem="b1d-nu-wFp" secondAttribute="centerY" id="20m-tm-Yte"/>
  545. <constraint firstItem="b1d-nu-wFp" firstAttribute="centerX" secondItem="LTY-3p-HsK" secondAttribute="centerX" id="Gjf-Rh-Nyr"/>
  546. <constraint firstItem="b1d-nu-wFp" firstAttribute="centerX" secondItem="Mvs-ma-SxT" secondAttribute="centerX" id="Iim-Fd-ng9"/>
  547. <constraint firstItem="b1d-nu-wFp" firstAttribute="top" secondItem="LTY-3p-HsK" secondAttribute="top" id="MRe-fl-afy"/>
  548. <constraint firstItem="b1d-nu-wFp" firstAttribute="trailing" secondItem="Ppa-N0-c5P" secondAttribute="trailing" id="Q5l-RW-iYH"/>
  549. <constraint firstAttribute="trailing" secondItem="b1d-nu-wFp" secondAttribute="trailing" constant="2" id="ZMk-AV-cNc"/>
  550. <constraint firstItem="b1d-nu-wFp" firstAttribute="centerY" secondItem="Ppa-N0-c5P" secondAttribute="centerY" id="dEN-fr-0tX"/>
  551. <constraint firstItem="ZZ3-fS-3jq" firstAttribute="top" secondItem="b1d-nu-wFp" secondAttribute="bottom" constant="8" id="iQ3-LW-ozZ"/>
  552. <constraint firstAttribute="trailing" secondItem="MXs-lK-sd9" secondAttribute="trailing" constant="2" id="j44-7E-jNp"/>
  553. <constraint firstItem="b1d-nu-wFp" firstAttribute="bottom" secondItem="Mvs-ma-SxT" secondAttribute="bottom" id="z9Z-rM-Vrf"/>
  554. </constraints>
  555. <variation key="default">
  556. <mask key="subviews">
  557. <exclude reference="MXs-lK-sd9"/>
  558. <exclude reference="b1d-nu-wFp"/>
  559. <exclude reference="zyZ-sH-o6z"/>
  560. <exclude reference="LTY-3p-HsK"/>
  561. <exclude reference="Ppa-N0-c5P"/>
  562. <exclude reference="Mvs-ma-SxT"/>
  563. </mask>
  564. <mask key="constraints">
  565. <exclude reference="iQ3-LW-ozZ"/>
  566. <exclude reference="1O0-Ko-sGq"/>
  567. <exclude reference="j44-7E-jNp"/>
  568. <exclude reference="0aF-s0-XyF"/>
  569. <exclude reference="20m-tm-Yte"/>
  570. <exclude reference="Gjf-Rh-Nyr"/>
  571. <exclude reference="Iim-Fd-ng9"/>
  572. <exclude reference="MRe-fl-afy"/>
  573. <exclude reference="Q5l-RW-iYH"/>
  574. <exclude reference="ZMk-AV-cNc"/>
  575. <exclude reference="dEN-fr-0tX"/>
  576. <exclude reference="z9Z-rM-Vrf"/>
  577. </mask>
  578. </variation>
  579. <variation key="heightClass=regular-widthClass=compact">
  580. <mask key="subviews">
  581. <include reference="MXs-lK-sd9"/>
  582. <include reference="b1d-nu-wFp"/>
  583. <include reference="zyZ-sH-o6z"/>
  584. <include reference="LTY-3p-HsK"/>
  585. <include reference="Ppa-N0-c5P"/>
  586. <include reference="Mvs-ma-SxT"/>
  587. </mask>
  588. <mask key="constraints">
  589. <include reference="iQ3-LW-ozZ"/>
  590. <include reference="1O0-Ko-sGq"/>
  591. <include reference="j44-7E-jNp"/>
  592. <include reference="0aF-s0-XyF"/>
  593. <include reference="20m-tm-Yte"/>
  594. <include reference="Gjf-Rh-Nyr"/>
  595. <include reference="Iim-Fd-ng9"/>
  596. <include reference="MRe-fl-afy"/>
  597. <include reference="Q5l-RW-iYH"/>
  598. <include reference="ZMk-AV-cNc"/>
  599. <include reference="dEN-fr-0tX"/>
  600. <include reference="z9Z-rM-Vrf"/>
  601. </mask>
  602. </variation>
  603. </view>
  604. </viewController>
  605. <placeholder placeholderIdentifier="IBFirstResponder" id="5F0-xa-yTn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  606. </objects>
  607. <point key="canvasLocation" x="2428.5" y="246.75"/>
  608. </scene>
  609. </scenes>
  610. <resources>
  611. <image name="img_bg_morepopup_icon_add" width="40" height="24"/>
  612. <image name="img_bg_morepopup_icon_add_press" width="40" height="24"/>
  613. <image name="img_bg_morepopup_icon_delete" width="40" height="24"/>
  614. <image name="img_bg_morepopup_icon_delete_press" width="40" height="24"/>
  615. <image name="img_bg_morepopup_icon_masterchange" width="40" height="24"/>
  616. <image name="img_bg_morepopup_icon_masterchange_press" width="40" height="24"/>
  617. <image name="img_bg_morepopup_icon_refresh" width="40" height="24"/>
  618. <image name="img_bg_morepopup_icon_refresh_press" width="40" height="24"/>
  619. <image name="shadow_top" width="1" height="1"/>
  620. <image name="tp_01_img_control_camera_down" width="40" height="40"/>
  621. <image name="tp_01_img_control_camera_left" width="40" height="40"/>
  622. <image name="tp_01_img_control_camera_movebg" width="120" height="120"/>
  623. <image name="tp_01_img_control_camera_right" width="40" height="40"/>
  624. <image name="tp_01_img_control_camera_screen_full" width="36" height="36"/>
  625. <image name="tp_01_img_control_camera_up" width="40" height="40"/>
  626. </resources>
  627. </document>