Main.storyboard 119 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
  3. <device id="retina5_9" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <customFonts key="customFonts">
  13. <array key="NanumSquareBold.ttf">
  14. <string>NanumSquareB</string>
  15. </array>
  16. </customFonts>
  17. <scenes>
  18. <!--Extra Web View Controller-->
  19. <scene sceneID="aob-Xs-UUK">
  20. <objects>
  21. <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  22. <view key="view" contentMode="scaleToFill" id="ueR-nN-xEe">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bvY-we-jch" customClass="StoryBoardableWKWebView" customModule="kunkuk" customModuleProvider="target">
  27. <rect key="frame" x="0.0" y="44" width="375" height="674"/>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. </view>
  30. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" barStyle="black" translatesAutoresizingMaskIntoConstraints="NO" id="RZz-La-LDk">
  31. <rect key="frame" x="0.0" y="718" width="375" height="60"/>
  32. <color key="backgroundColor" red="0.058823529409999999" green="0.1843137255" blue="0.47450980390000003" alpha="1" colorSpace="calibratedRGB"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="60" id="rdF-9T-D2r"/>
  35. </constraints>
  36. <items>
  37. <barButtonItem title="Item" image="backward" id="od6-Sh-NHK">
  38. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. </barButtonItem>
  40. <barButtonItem style="plain" systemItem="flexibleSpace" id="rIn-m1-aJo"/>
  41. <barButtonItem title="&gt;" image="forward" id="GEi-ep-uKf">
  42. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </barButtonItem>
  44. <barButtonItem style="plain" systemItem="flexibleSpace" id="UPf-tk-Dk0"/>
  45. <barButtonItem title="Item" image="refresh" id="byN-jz-M6E">
  46. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. </barButtonItem>
  48. <barButtonItem style="plain" systemItem="flexibleSpace" id="15b-xO-pIJ"/>
  49. <barButtonItem title="Item" image="close" id="NCf-02-aai">
  50. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  51. </barButtonItem>
  52. </items>
  53. </toolbar>
  54. </subviews>
  55. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <constraints>
  57. <constraint firstItem="fxy-zR-KYJ" firstAttribute="trailing" secondItem="bvY-we-jch" secondAttribute="trailing" id="4Ma-uL-0r0"/>
  58. <constraint firstItem="fxy-zR-KYJ" firstAttribute="trailing" secondItem="RZz-La-LDk" secondAttribute="trailing" id="6DL-Y5-9Nh"/>
  59. <constraint firstItem="RZz-La-LDk" firstAttribute="top" secondItem="bvY-we-jch" secondAttribute="bottom" id="A2O-eh-bWc"/>
  60. <constraint firstItem="fxy-zR-KYJ" firstAttribute="bottom" secondItem="RZz-La-LDk" secondAttribute="bottom" id="A6x-V9-znL"/>
  61. <constraint firstItem="bvY-we-jch" firstAttribute="top" secondItem="fxy-zR-KYJ" secondAttribute="top" id="Ddc-PP-8l1"/>
  62. <constraint firstItem="RZz-La-LDk" firstAttribute="leading" secondItem="fxy-zR-KYJ" secondAttribute="leading" id="RnH-ig-4wB"/>
  63. <constraint firstItem="bvY-we-jch" firstAttribute="leading" secondItem="fxy-zR-KYJ" secondAttribute="leading" id="h28-xf-AAq"/>
  64. </constraints>
  65. <viewLayoutGuide key="safeArea" id="fxy-zR-KYJ"/>
  66. </view>
  67. <connections>
  68. <outlet property="backward" destination="od6-Sh-NHK" id="tZW-S6-bYt"/>
  69. <outlet property="close" destination="NCf-02-aai" id="IcP-bO-9Uj"/>
  70. <outlet property="forward" destination="GEi-ep-uKf" id="VYd-2l-scN"/>
  71. <outlet property="menuBar" destination="RZz-La-LDk" id="IkC-Sk-JMk"/>
  72. <outlet property="refresh" destination="byN-jz-M6E" id="BPw-E4-aN8"/>
  73. <outlet property="webView" destination="bvY-we-jch" id="6pE-XL-UUs"/>
  74. </connections>
  75. </viewController>
  76. <placeholder placeholderIdentifier="IBFirstResponder" id="aol-LP-aUl" userLabel="First Responder" sceneMemberID="firstResponder"/>
  77. </objects>
  78. <point key="canvasLocation" x="2186" y="123"/>
  79. </scene>
  80. <!--Navigation Controller-->
  81. <scene sceneID="Jba-dU-k1f">
  82. <objects>
  83. <navigationController storyboardIdentifier="WebviewNavigationController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="WSz-h3-e9R" sceneMemberID="viewController">
  84. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ocH-x4-xiF">
  85. <rect key="frame" x="0.0" y="44" width="375" height="44"/>
  86. <autoresizingMask key="autoresizingMask"/>
  87. </navigationBar>
  88. <connections>
  89. <segue destination="ySz-mN-COb" kind="relationship" relationship="rootViewController" id="P0V-UI-f6L"/>
  90. </connections>
  91. </navigationController>
  92. <placeholder placeholderIdentifier="IBFirstResponder" id="2N1-sD-EIH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  93. </objects>
  94. <point key="canvasLocation" x="796" y="124"/>
  95. </scene>
  96. <!--Test2 View Controller-->
  97. <scene sceneID="t4G-8e-KCr">
  98. <objects>
  99. <viewController storyboardIdentifier="Test2ViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IB0-Up-J7N" customClass="Test2ViewController" sceneMemberID="viewController">
  100. <view key="view" contentMode="scaleToFill" id="9s2-je-UzA">
  101. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  102. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  103. <subviews>
  104. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qOp-k6-iGj">
  105. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  106. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  107. <subviews>
  108. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fTn-Tu-UyJ">
  109. <rect key="frame" x="138" y="365" width="99" height="83"/>
  110. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  111. <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  112. <state key="normal" title="Scan"/>
  113. </button>
  114. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="test" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RPl-3S-110">
  115. <rect key="frame" x="70" y="118" width="235" height="30"/>
  116. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  117. <nil key="textColor"/>
  118. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  119. <textInputTraits key="textInputTraits"/>
  120. </textField>
  121. </subviews>
  122. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  123. </view>
  124. </subviews>
  125. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  126. <viewLayoutGuide key="safeArea" id="PCl-dP-Ev5"/>
  127. </view>
  128. <connections>
  129. <outlet property="scanButton" destination="fTn-Tu-UyJ" id="C1J-tn-8Oq"/>
  130. </connections>
  131. </viewController>
  132. <placeholder placeholderIdentifier="IBFirstResponder" id="2Xu-xX-Z2f" userLabel="First Responder" sceneMemberID="firstResponder"/>
  133. </objects>
  134. <point key="canvasLocation" x="1610" y="822"/>
  135. </scene>
  136. <!--Picture View Controller-->
  137. <scene sceneID="fkI-Y5-awn">
  138. <objects>
  139. <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  140. <view key="view" contentMode="scaleToFill" id="cey-dQ-ZA5">
  141. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  142. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  143. <subviews>
  144. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pub-Ed-9mn">
  145. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  146. <connections>
  147. <segue destination="vG9-SK-zG4" kind="embed" id="9hA-fj-dZ7"/>
  148. </connections>
  149. </containerView>
  150. <containerView hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Ae-P7-0Xz">
  151. <rect key="frame" x="0.0" y="39" width="375" height="734"/>
  152. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  153. <connections>
  154. <segue destination="HAU-b8-2L8" kind="embed" id="fhe-kt-nhW"/>
  155. </connections>
  156. </containerView>
  157. </subviews>
  158. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  159. <constraints>
  160. <constraint firstAttribute="bottom" secondItem="Pub-Ed-9mn" secondAttribute="bottom" id="0t7-YQ-eib"/>
  161. <constraint firstItem="Pub-Ed-9mn" firstAttribute="top" secondItem="cey-dQ-ZA5" secondAttribute="top" id="AeE-63-h1L"/>
  162. <constraint firstItem="Pub-Ed-9mn" firstAttribute="leading" secondItem="2PI-m1-5tR" secondAttribute="leading" id="IX1-b3-LRR"/>
  163. <constraint firstItem="2PI-m1-5tR" firstAttribute="trailing" secondItem="Pub-Ed-9mn" secondAttribute="trailing" id="vQ0-Cb-iTu"/>
  164. </constraints>
  165. <viewLayoutGuide key="safeArea" id="2PI-m1-5tR"/>
  166. </view>
  167. <navigationItem key="navigationItem" id="dLE-K6-cdd"/>
  168. <connections>
  169. <outlet property="cameraContainer" destination="Pub-Ed-9mn" id="gnp-ID-DlG"/>
  170. <outlet property="gallaryContainer" destination="4Ae-P7-0Xz" id="kw0-Re-0iA"/>
  171. </connections>
  172. </viewController>
  173. <placeholder placeholderIdentifier="IBFirstResponder" id="ObH-zG-MfG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  174. </objects>
  175. <point key="canvasLocation" x="2402" y="822"/>
  176. </scene>
  177. <!--Custom Camera View Controller-->
  178. <scene sceneID="hFe-8t-oPg">
  179. <objects>
  180. <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  181. <view key="view" contentMode="scaleToFill" id="qCj-GS-Fhf">
  182. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  183. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  184. <subviews>
  185. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="22g-sz-Ri6">
  186. <rect key="frame" x="0.0" y="44" width="375" height="48"/>
  187. <subviews>
  188. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지촬영" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Gz-wR-Tkc">
  189. <rect key="frame" x="127" y="13.666666666666664" width="121.33333333333331" height="21"/>
  190. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  191. <nil key="textColor"/>
  192. <nil key="highlightedColor"/>
  193. </label>
  194. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="Vnl-oE-eK1">
  195. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="21" id="2kE-2l-aZX"/>
  198. <constraint firstAttribute="width" secondItem="Vnl-oE-eK1" secondAttribute="height" multiplier="1:1" id="TrO-Dh-uJa"/>
  199. </constraints>
  200. </imageView>
  201. </subviews>
  202. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  203. <constraints>
  204. <constraint firstItem="2Gz-wR-Tkc" firstAttribute="centerY" secondItem="22g-sz-Ri6" secondAttribute="centerY" id="GZw-Mz-wUS"/>
  205. <constraint firstAttribute="height" constant="48" id="Q6r-UE-Q4s"/>
  206. <constraint firstAttribute="trailing" secondItem="Vnl-oE-eK1" secondAttribute="trailing" constant="8" id="Uxu-AQ-jUI"/>
  207. <constraint firstItem="2Gz-wR-Tkc" firstAttribute="centerX" secondItem="22g-sz-Ri6" secondAttribute="centerX" id="VP1-uQ-eqG"/>
  208. <constraint firstItem="Vnl-oE-eK1" firstAttribute="centerY" secondItem="22g-sz-Ri6" secondAttribute="centerY" id="tdV-n8-BbW"/>
  209. </constraints>
  210. </view>
  211. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QiK-PL-Z18">
  212. <rect key="frame" x="8" y="92" width="359" height="107.33333333333331"/>
  213. <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
  214. <userDefinedRuntimeAttributes>
  215. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  216. <real key="value" value="5"/>
  217. </userDefinedRuntimeAttribute>
  218. </userDefinedRuntimeAttributes>
  219. </view>
  220. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Hjm-3n-PnS">
  221. <rect key="frame" x="8" y="92" width="359" height="107.33333333333331"/>
  222. <subviews>
  223. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3cc-tr-RLg">
  224. <rect key="frame" x="0.0" y="0.0" width="89.666666666666671" height="107.33333333333333"/>
  225. <subviews>
  226. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZS3-lT-QK3">
  227. <rect key="frame" x="20.333333333333332" y="17" width="49.333333333333343" height="20"/>
  228. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  229. <nil key="textColor"/>
  230. <nil key="highlightedColor"/>
  231. </label>
  232. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fKT-hb-N98">
  233. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  234. <attributedString key="attributedText">
  235. <fragment content="내용">
  236. <attributes>
  237. <font key="NSFont" size="15" name="NanumSquareR"/>
  238. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  239. </attributes>
  240. </fragment>
  241. </attributedString>
  242. <nil key="highlightedColor"/>
  243. </label>
  244. </subviews>
  245. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  246. <constraints>
  247. <constraint firstItem="ZS3-lT-QK3" firstAttribute="centerX" secondItem="3cc-tr-RLg" secondAttribute="centerX" id="1Jd-Ub-Tco"/>
  248. <constraint firstItem="fKT-hb-N98" firstAttribute="leading" secondItem="3cc-tr-RLg" secondAttribute="leading" id="UX1-RD-4JM"/>
  249. <constraint firstItem="fKT-hb-N98" firstAttribute="top" relation="greaterThanOrEqual" secondItem="ZS3-lT-QK3" secondAttribute="bottom" constant="17" id="Y1m-dZ-iy3"/>
  250. <constraint firstAttribute="bottom" secondItem="fKT-hb-N98" secondAttribute="bottom" priority="750" constant="17" id="anY-P2-Vfl"/>
  251. <constraint firstAttribute="trailing" secondItem="fKT-hb-N98" secondAttribute="trailing" id="rDK-qZ-lpi"/>
  252. <constraint firstItem="ZS3-lT-QK3" firstAttribute="top" secondItem="3cc-tr-RLg" secondAttribute="top" constant="17" id="v1h-YB-FZG"/>
  253. </constraints>
  254. <userDefinedRuntimeAttributes>
  255. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  256. <real key="value" value="0.0"/>
  257. </userDefinedRuntimeAttribute>
  258. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  259. <real key="value" value="0.0"/>
  260. </userDefinedRuntimeAttribute>
  261. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  262. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  263. </userDefinedRuntimeAttribute>
  264. </userDefinedRuntimeAttributes>
  265. </view>
  266. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HsK-mM-rVT">
  267. <rect key="frame" x="89.666666666666686" y="0.0" width="90" height="107.33333333333333"/>
  268. <subviews>
  269. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4un-kx-8PH">
  270. <rect key="frame" x="0.3333333333333286" y="17" width="89" height="20"/>
  271. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  272. <nil key="textColor"/>
  273. <nil key="highlightedColor"/>
  274. </label>
  275. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ecd-Ow-N4X">
  276. <rect key="frame" x="0.0" y="54" width="90" height="36.333333333333343"/>
  277. <attributedString key="attributedText">
  278. <fragment>
  279. <string key="content">내용 텍스트
  280. 들어감</string>
  281. <attributes>
  282. <font key="NSFont" size="15" name="NanumSquareR"/>
  283. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  284. </attributes>
  285. </fragment>
  286. </attributedString>
  287. <nil key="highlightedColor"/>
  288. </label>
  289. </subviews>
  290. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  291. <constraints>
  292. <constraint firstAttribute="trailing" secondItem="Ecd-Ow-N4X" secondAttribute="trailing" id="Ok3-pD-ons"/>
  293. <constraint firstItem="4un-kx-8PH" firstAttribute="top" secondItem="HsK-mM-rVT" secondAttribute="top" constant="17" id="QWn-IJ-DRB"/>
  294. <constraint firstAttribute="bottom" secondItem="Ecd-Ow-N4X" secondAttribute="bottom" priority="750" constant="17" id="RhN-kn-DpX"/>
  295. <constraint firstItem="Ecd-Ow-N4X" firstAttribute="leading" secondItem="HsK-mM-rVT" secondAttribute="leading" id="kNP-cF-Uph"/>
  296. <constraint firstItem="Ecd-Ow-N4X" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4un-kx-8PH" secondAttribute="bottom" constant="17" id="pbv-2w-6Wm"/>
  297. <constraint firstItem="4un-kx-8PH" firstAttribute="centerX" secondItem="HsK-mM-rVT" secondAttribute="centerX" id="sRz-sE-1n5"/>
  298. </constraints>
  299. <userDefinedRuntimeAttributes>
  300. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  301. <real key="value" value="0.0"/>
  302. </userDefinedRuntimeAttribute>
  303. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  304. <real key="value" value="0.0"/>
  305. </userDefinedRuntimeAttribute>
  306. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  307. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  308. </userDefinedRuntimeAttribute>
  309. </userDefinedRuntimeAttributes>
  310. </view>
  311. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xPl-l6-lKq">
  312. <rect key="frame" x="179.66666666666666" y="0.0" width="89.666666666666657" height="107.33333333333333"/>
  313. <subviews>
  314. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mtS-Sd-L2M">
  315. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  316. <attributedString key="attributedText">
  317. <fragment content="내용내용">
  318. <attributes>
  319. <font key="NSFont" size="15" name="NanumSquareR"/>
  320. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  321. </attributes>
  322. </fragment>
  323. </attributedString>
  324. <nil key="highlightedColor"/>
  325. </label>
  326. </subviews>
  327. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  328. <constraints>
  329. <constraint firstItem="mtS-Sd-L2M" firstAttribute="leading" secondItem="xPl-l6-lKq" secondAttribute="leading" id="8b9-B4-xoP"/>
  330. <constraint firstAttribute="bottom" secondItem="mtS-Sd-L2M" secondAttribute="bottom" priority="750" constant="17" id="fCT-sY-Obs"/>
  331. <constraint firstAttribute="trailing" secondItem="mtS-Sd-L2M" secondAttribute="trailing" id="yCd-r6-tRn"/>
  332. </constraints>
  333. <userDefinedRuntimeAttributes>
  334. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  335. <real key="value" value="0.0"/>
  336. </userDefinedRuntimeAttribute>
  337. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  338. <real key="value" value="0.0"/>
  339. </userDefinedRuntimeAttribute>
  340. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  341. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  342. </userDefinedRuntimeAttribute>
  343. </userDefinedRuntimeAttributes>
  344. </view>
  345. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="afj-P8-ON5">
  346. <rect key="frame" x="269.33333333333331" y="0.0" width="89.666666666666686" height="107.33333333333333"/>
  347. <subviews>
  348. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KLU-Vc-9DU">
  349. <rect key="frame" x="17.666666666666689" y="17" width="54.333333333333343" height="20"/>
  350. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  351. <nil key="textColor"/>
  352. <nil key="highlightedColor"/>
  353. </label>
  354. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1NT-Lz-aBT">
  355. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  356. <attributedString key="attributedText">
  357. <fragment>
  358. <string key="content">내용 텍스트
  359. 들어감</string>
  360. <attributes>
  361. <font key="NSFont" size="15" name="NanumSquareR"/>
  362. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  363. </attributes>
  364. </fragment>
  365. </attributedString>
  366. <nil key="highlightedColor"/>
  367. </label>
  368. </subviews>
  369. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  370. <constraints>
  371. <constraint firstAttribute="trailing" secondItem="1NT-Lz-aBT" secondAttribute="trailing" id="Ai4-oG-Ff6"/>
  372. <constraint firstAttribute="bottom" secondItem="1NT-Lz-aBT" secondAttribute="bottom" priority="750" constant="17" id="CkA-RX-igi"/>
  373. <constraint firstItem="1NT-Lz-aBT" firstAttribute="leading" secondItem="afj-P8-ON5" secondAttribute="leading" id="n3H-oD-yDD"/>
  374. <constraint firstItem="KLU-Vc-9DU" firstAttribute="centerX" secondItem="afj-P8-ON5" secondAttribute="centerX" id="vL7-0U-lIQ"/>
  375. <constraint firstItem="KLU-Vc-9DU" firstAttribute="top" secondItem="afj-P8-ON5" secondAttribute="top" constant="17" id="vhe-iL-Zy1"/>
  376. </constraints>
  377. <userDefinedRuntimeAttributes>
  378. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  379. <real key="value" value="0.0"/>
  380. </userDefinedRuntimeAttribute>
  381. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  382. <real key="value" value="0.0"/>
  383. </userDefinedRuntimeAttribute>
  384. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  385. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  386. </userDefinedRuntimeAttribute>
  387. </userDefinedRuntimeAttributes>
  388. </view>
  389. </subviews>
  390. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
  391. <constraints>
  392. <constraint firstItem="1NT-Lz-aBT" firstAttribute="centerY" secondItem="mtS-Sd-L2M" secondAttribute="centerY" id="KQ3-8H-kf0"/>
  393. <constraint firstItem="mtS-Sd-L2M" firstAttribute="centerY" secondItem="Ecd-Ow-N4X" secondAttribute="centerY" id="TF5-Ku-P3S"/>
  394. <constraint firstAttribute="height" priority="250" constant="100" id="X5a-ED-z7e"/>
  395. <constraint firstItem="fKT-hb-N98" firstAttribute="centerY" secondItem="Ecd-Ow-N4X" secondAttribute="centerY" id="zfr-GM-lhF"/>
  396. </constraints>
  397. <userDefinedRuntimeAttributes>
  398. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  399. <real key="value" value="5"/>
  400. </userDefinedRuntimeAttribute>
  401. </userDefinedRuntimeAttributes>
  402. </stackView>
  403. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x3X-mc-6dm">
  404. <rect key="frame" x="8" y="205.33333333333334" width="359" height="42"/>
  405. <subviews>
  406. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mLD-MC-fGV">
  407. <rect key="frame" x="16" y="11" width="327" height="20"/>
  408. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  409. <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRGB"/>
  410. <nil key="highlightedColor"/>
  411. </label>
  412. </subviews>
  413. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  414. <constraints>
  415. <constraint firstItem="mLD-MC-fGV" firstAttribute="top" secondItem="x3X-mc-6dm" secondAttribute="top" constant="11" id="8aK-ds-rmi"/>
  416. <constraint firstAttribute="trailing" secondItem="mLD-MC-fGV" secondAttribute="trailing" constant="16" id="KGI-To-aTd"/>
  417. <constraint firstItem="mLD-MC-fGV" firstAttribute="leading" secondItem="x3X-mc-6dm" secondAttribute="leading" constant="16" id="dI5-7F-8DS"/>
  418. <constraint firstAttribute="bottom" secondItem="mLD-MC-fGV" secondAttribute="bottom" constant="11" id="yrg-U2-24G"/>
  419. </constraints>
  420. <userDefinedRuntimeAttributes>
  421. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  422. <real key="value" value="5"/>
  423. </userDefinedRuntimeAttribute>
  424. </userDefinedRuntimeAttributes>
  425. </view>
  426. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Twe-8h-6Au">
  427. <rect key="frame" x="0.0" y="247.33333333333331" width="375" height="530.66666666666674"/>
  428. <subviews>
  429. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dat-yv-K6v">
  430. <rect key="frame" x="0.0" y="9.9999999999999432" width="375" height="520.66666666666652"/>
  431. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  432. </view>
  433. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="camera_lo" translatesAutoresizingMaskIntoConstraints="NO" id="ME9-uU-UZ3">
  434. <rect key="frame" x="92" y="175" width="191" height="191"/>
  435. <constraints>
  436. <constraint firstAttribute="width" secondItem="ME9-uU-UZ3" secondAttribute="height" multiplier="1:1" id="DoM-A7-iEK"/>
  437. </constraints>
  438. </imageView>
  439. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="CvO-ai-fc0">
  440. <rect key="frame" x="22" y="474.66666666666663" width="331" height="50"/>
  441. <subviews>
  442. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="944-gk-cQs">
  443. <rect key="frame" x="0.0" y="0.0" width="97" height="50"/>
  444. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  445. <state key="normal" image="f_btn_list"/>
  446. </button>
  447. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yhJ-JG-Awk">
  448. <rect key="frame" x="117" y="0.0" width="97" height="50"/>
  449. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  450. <state key="normal" image="f_btn_camera"/>
  451. </button>
  452. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wva-cH-tSz">
  453. <rect key="frame" x="234" y="0.0" width="97" height="50"/>
  454. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  455. <state key="normal" image="f_btn_back"/>
  456. </button>
  457. </subviews>
  458. <constraints>
  459. <constraint firstAttribute="height" constant="50" id="BzG-GC-GfP"/>
  460. </constraints>
  461. </stackView>
  462. </subviews>
  463. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  464. <constraints>
  465. <constraint firstAttribute="trailing" secondItem="Dat-yv-K6v" secondAttribute="trailing" id="9bI-3h-Cso"/>
  466. <constraint firstAttribute="trailing" secondItem="CvO-ai-fc0" secondAttribute="trailing" constant="22" id="Gxp-ck-CeE"/>
  467. <constraint firstItem="ME9-uU-UZ3" firstAttribute="centerY" secondItem="Dat-yv-K6v" secondAttribute="centerY" id="Nkz-wj-fOI"/>
  468. <constraint firstItem="ME9-uU-UZ3" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" constant="92" id="RNM-fU-r3r"/>
  469. <constraint firstItem="Dat-yv-K6v" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" id="Sfk-gc-3Xb"/>
  470. <constraint firstAttribute="trailing" secondItem="ME9-uU-UZ3" secondAttribute="trailing" constant="92" id="Txf-ZH-xg3"/>
  471. <constraint firstItem="ME9-uU-UZ3" firstAttribute="centerX" secondItem="Dat-yv-K6v" secondAttribute="centerX" id="Tyh-qy-gzp"/>
  472. <constraint firstAttribute="bottom" secondItem="CvO-ai-fc0" secondAttribute="bottom" constant="6" id="Ux7-wk-TdC"/>
  473. <constraint firstAttribute="bottom" secondItem="Dat-yv-K6v" secondAttribute="bottom" id="ZGo-bc-AYy"/>
  474. <constraint firstItem="Dat-yv-K6v" firstAttribute="top" secondItem="Twe-8h-6Au" secondAttribute="top" constant="10" id="n2e-1E-11j"/>
  475. <constraint firstItem="CvO-ai-fc0" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" constant="22" id="tnm-N9-6oe"/>
  476. </constraints>
  477. </view>
  478. </subviews>
  479. <color key="backgroundColor" red="0.88627450980392153" green="0.8901960784313725" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
  480. <constraints>
  481. <constraint firstItem="Twe-8h-6Au" firstAttribute="top" secondItem="x3X-mc-6dm" secondAttribute="bottom" id="1nH-NO-voo"/>
  482. <constraint firstItem="QiK-PL-Z18" firstAttribute="leading" secondItem="Hjm-3n-PnS" secondAttribute="leading" id="3jr-aN-SIo"/>
  483. <constraint firstItem="QiK-PL-Z18" firstAttribute="bottom" secondItem="Hjm-3n-PnS" secondAttribute="bottom" id="8B3-8d-faj"/>
  484. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="Twe-8h-6Au" secondAttribute="trailing" id="8Z4-1H-WDT"/>
  485. <constraint firstItem="Twe-8h-6Au" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" id="A1T-I5-2Ec"/>
  486. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="Hjm-3n-PnS" secondAttribute="trailing" constant="8" id="KIV-Q0-Uh8"/>
  487. <constraint firstItem="x3X-mc-6dm" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" constant="8" id="KMf-5X-0Gg"/>
  488. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="x3X-mc-6dm" secondAttribute="trailing" constant="8" id="LyN-ep-DP1"/>
  489. <constraint firstItem="Hjm-3n-PnS" firstAttribute="top" secondItem="22g-sz-Ri6" secondAttribute="bottom" id="a61-hb-sdt"/>
  490. <constraint firstItem="x3X-mc-6dm" firstAttribute="top" secondItem="QiK-PL-Z18" secondAttribute="bottom" constant="6" id="aVr-Mh-St7"/>
  491. <constraint firstItem="QiK-PL-Z18" firstAttribute="top" secondItem="Hjm-3n-PnS" secondAttribute="top" id="bbc-QZ-JbT"/>
  492. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="22g-sz-Ri6" secondAttribute="trailing" id="eVk-qG-zhS"/>
  493. <constraint firstItem="Hjm-3n-PnS" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" constant="8" id="fJE-rz-iFb"/>
  494. <constraint firstItem="22g-sz-Ri6" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" id="lT3-PQ-FdV"/>
  495. <constraint firstItem="QiK-PL-Z18" firstAttribute="trailing" secondItem="Hjm-3n-PnS" secondAttribute="trailing" id="pjK-By-RuA"/>
  496. <constraint firstItem="6yn-Wk-2uW" firstAttribute="bottom" secondItem="Twe-8h-6Au" secondAttribute="bottom" id="sdh-ra-ry0"/>
  497. <constraint firstItem="22g-sz-Ri6" firstAttribute="top" secondItem="6yn-Wk-2uW" secondAttribute="top" id="yYs-Qy-nFE"/>
  498. </constraints>
  499. <viewLayoutGuide key="safeArea" id="6yn-Wk-2uW"/>
  500. </view>
  501. <connections>
  502. <outlet property="ageGenderLabel" destination="KLU-Vc-9DU" id="9qX-zA-yzR"/>
  503. <outlet property="albumButton" destination="944-gk-cQs" id="Zy7-fP-rZ2"/>
  504. <outlet property="finishButton" destination="Wva-cH-tSz" id="8nH-zd-8rW"/>
  505. <outlet property="patientIdLabel" destination="4un-kx-8PH" id="g6I-qh-Jwn"/>
  506. <outlet property="patientNmLabel" destination="ZS3-lT-QK3" id="SOC-12-WBf"/>
  507. <outlet property="previewView" destination="Dat-yv-K6v" id="q4F-iZ-auN"/>
  508. <outlet property="takePhoto" destination="yhJ-JG-Awk" id="LEA-ot-2na"/>
  509. </connections>
  510. </viewController>
  511. <placeholder placeholderIdentifier="IBFirstResponder" id="ks9-gJ-jw3" userLabel="First Responder" sceneMemberID="firstResponder"/>
  512. </objects>
  513. <point key="canvasLocation" x="3240.8000000000002" y="821.67487684729065"/>
  514. </scene>
  515. <!--Photo View Controller-->
  516. <scene sceneID="uEH-Iw-puj">
  517. <objects>
  518. <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  519. <view key="view" contentMode="scaleToFill" id="XAP-9P-NF8">
  520. <rect key="frame" x="0.0" y="0.0" width="375" height="734"/>
  521. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  522. <subviews>
  523. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zli-63-5CU">
  524. <rect key="frame" x="0.0" y="44" width="375" height="656"/>
  525. <subviews>
  526. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jJc-rS-Zz1">
  527. <rect key="frame" x="0.0" y="0.0" width="375" height="48"/>
  528. <subviews>
  529. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지관리" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3rO-EJ-s84">
  530. <rect key="frame" x="127" y="13.666666666666664" width="121.33333333333331" height="21"/>
  531. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  532. <nil key="textColor"/>
  533. <nil key="highlightedColor"/>
  534. </label>
  535. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="FQZ-R2-nMR">
  536. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  537. <constraints>
  538. <constraint firstAttribute="width" secondItem="FQZ-R2-nMR" secondAttribute="height" multiplier="1:1" id="Ifa-7F-DNt"/>
  539. <constraint firstAttribute="height" constant="21" id="qix-DM-fM5"/>
  540. </constraints>
  541. </imageView>
  542. </subviews>
  543. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  544. <constraints>
  545. <constraint firstItem="FQZ-R2-nMR" firstAttribute="width" secondItem="FQZ-R2-nMR" secondAttribute="height" multiplier="1:1" id="0To-up-cU8"/>
  546. <constraint firstAttribute="trailing" secondItem="FQZ-R2-nMR" secondAttribute="trailing" constant="8" id="B4o-95-RJM"/>
  547. <constraint firstAttribute="height" constant="48" id="Ev2-HL-pQb"/>
  548. <constraint firstItem="3rO-EJ-s84" firstAttribute="centerX" secondItem="jJc-rS-Zz1" secondAttribute="centerX" id="FIA-yG-dTj"/>
  549. <constraint firstItem="3rO-EJ-s84" firstAttribute="centerY" secondItem="jJc-rS-Zz1" secondAttribute="centerY" id="fzc-2m-ZKW"/>
  550. <constraint firstItem="FQZ-R2-nMR" firstAttribute="centerY" secondItem="3rO-EJ-s84" secondAttribute="centerY" id="tEv-QB-hLV"/>
  551. </constraints>
  552. </view>
  553. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r5V-JC-o3A">
  554. <rect key="frame" x="8" y="47.999999999999993" width="359" height="107.33333333333331"/>
  555. <color key="backgroundColor" red="0.94901960780000005" green="0.95294117649999999" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  556. <userDefinedRuntimeAttributes>
  557. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  558. <real key="value" value="5"/>
  559. </userDefinedRuntimeAttribute>
  560. </userDefinedRuntimeAttributes>
  561. </view>
  562. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="kno-vo-6Tg">
  563. <rect key="frame" x="8" y="47.999999999999993" width="359" height="107.33333333333331"/>
  564. <subviews>
  565. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Go7-gm-l99">
  566. <rect key="frame" x="0.0" y="0.0" width="89.666666666666671" height="107.33333333333333"/>
  567. <subviews>
  568. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="caU-Qr-psb">
  569. <rect key="frame" x="20.333333333333332" y="17" width="49.333333333333343" height="20"/>
  570. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  571. <nil key="textColor"/>
  572. <nil key="highlightedColor"/>
  573. </label>
  574. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qe6-Vy-qzG">
  575. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  576. <attributedString key="attributedText">
  577. <fragment content="내용">
  578. <attributes>
  579. <font key="NSFont" size="15" name="NanumSquareR"/>
  580. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  581. </attributes>
  582. </fragment>
  583. </attributedString>
  584. <nil key="highlightedColor"/>
  585. </label>
  586. </subviews>
  587. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  588. <constraints>
  589. <constraint firstItem="caU-Qr-psb" firstAttribute="centerX" secondItem="Go7-gm-l99" secondAttribute="centerX" id="85R-du-yrH"/>
  590. <constraint firstAttribute="bottom" secondItem="qe6-Vy-qzG" secondAttribute="bottom" priority="750" constant="17" id="TWY-uE-zEG"/>
  591. <constraint firstAttribute="trailing" secondItem="qe6-Vy-qzG" secondAttribute="trailing" id="W31-dE-FjC"/>
  592. <constraint firstItem="qe6-Vy-qzG" firstAttribute="top" relation="greaterThanOrEqual" secondItem="caU-Qr-psb" secondAttribute="bottom" constant="17" id="eje-Nh-XV6"/>
  593. <constraint firstItem="caU-Qr-psb" firstAttribute="top" secondItem="Go7-gm-l99" secondAttribute="top" constant="17" id="hWb-cC-7tt"/>
  594. <constraint firstItem="qe6-Vy-qzG" firstAttribute="leading" secondItem="Go7-gm-l99" secondAttribute="leading" id="mFT-2p-IbZ"/>
  595. </constraints>
  596. <userDefinedRuntimeAttributes>
  597. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  598. <real key="value" value="0.0"/>
  599. </userDefinedRuntimeAttribute>
  600. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  601. <real key="value" value="0.0"/>
  602. </userDefinedRuntimeAttribute>
  603. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  604. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  605. </userDefinedRuntimeAttribute>
  606. </userDefinedRuntimeAttributes>
  607. </view>
  608. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="drc-lw-GXk">
  609. <rect key="frame" x="89.666666666666686" y="0.0" width="90" height="107.33333333333333"/>
  610. <subviews>
  611. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wHc-QH-9WF">
  612. <rect key="frame" x="0.3333333333333286" y="17" width="89" height="20"/>
  613. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  614. <nil key="textColor"/>
  615. <nil key="highlightedColor"/>
  616. </label>
  617. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vg7-0U-jun">
  618. <rect key="frame" x="0.0" y="54" width="90" height="36.333333333333343"/>
  619. <attributedString key="attributedText">
  620. <fragment>
  621. <string key="content">내용 텍스트
  622. 들어감</string>
  623. <attributes>
  624. <font key="NSFont" size="15" name="NanumSquareR"/>
  625. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  626. </attributes>
  627. </fragment>
  628. </attributedString>
  629. <nil key="highlightedColor"/>
  630. </label>
  631. </subviews>
  632. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  633. <constraints>
  634. <constraint firstItem="Vg7-0U-jun" firstAttribute="top" relation="greaterThanOrEqual" secondItem="wHc-QH-9WF" secondAttribute="bottom" constant="17" id="12y-V0-I03"/>
  635. <constraint firstAttribute="bottom" secondItem="Vg7-0U-jun" secondAttribute="bottom" priority="750" constant="17" id="Su2-lv-iYT"/>
  636. <constraint firstItem="wHc-QH-9WF" firstAttribute="top" secondItem="drc-lw-GXk" secondAttribute="top" constant="17" id="ddk-fD-qn3"/>
  637. <constraint firstItem="wHc-QH-9WF" firstAttribute="centerX" secondItem="drc-lw-GXk" secondAttribute="centerX" id="k1f-01-Ajo"/>
  638. <constraint firstItem="Vg7-0U-jun" firstAttribute="leading" secondItem="drc-lw-GXk" secondAttribute="leading" id="veI-hc-0AV"/>
  639. <constraint firstAttribute="trailing" secondItem="Vg7-0U-jun" secondAttribute="trailing" id="zWG-EM-7ry"/>
  640. </constraints>
  641. <userDefinedRuntimeAttributes>
  642. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  643. <real key="value" value="0.0"/>
  644. </userDefinedRuntimeAttribute>
  645. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  646. <real key="value" value="0.0"/>
  647. </userDefinedRuntimeAttribute>
  648. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  649. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  650. </userDefinedRuntimeAttribute>
  651. </userDefinedRuntimeAttributes>
  652. </view>
  653. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9DH-3X-lFD">
  654. <rect key="frame" x="179.66666666666666" y="0.0" width="89.666666666666657" height="107.33333333333333"/>
  655. <subviews>
  656. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1is-iz-dvA">
  657. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  658. <attributedString key="attributedText">
  659. <fragment content="내용내용">
  660. <attributes>
  661. <font key="NSFont" size="15" name="NanumSquareR"/>
  662. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  663. </attributes>
  664. </fragment>
  665. </attributedString>
  666. <nil key="highlightedColor"/>
  667. </label>
  668. </subviews>
  669. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  670. <constraints>
  671. <constraint firstItem="1is-iz-dvA" firstAttribute="leading" secondItem="9DH-3X-lFD" secondAttribute="leading" id="6DJ-Bd-9Jd"/>
  672. <constraint firstAttribute="bottom" secondItem="1is-iz-dvA" secondAttribute="bottom" priority="750" constant="17" id="fb0-An-Ql4"/>
  673. <constraint firstAttribute="trailing" secondItem="1is-iz-dvA" secondAttribute="trailing" id="zxk-Lt-XZG"/>
  674. </constraints>
  675. <userDefinedRuntimeAttributes>
  676. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  677. <real key="value" value="0.0"/>
  678. </userDefinedRuntimeAttribute>
  679. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  680. <real key="value" value="0.0"/>
  681. </userDefinedRuntimeAttribute>
  682. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  683. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  684. </userDefinedRuntimeAttribute>
  685. </userDefinedRuntimeAttributes>
  686. </view>
  687. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TAQ-4o-dJk">
  688. <rect key="frame" x="269.33333333333331" y="0.0" width="89.666666666666686" height="107.33333333333333"/>
  689. <subviews>
  690. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bv4-jp-Xep">
  691. <rect key="frame" x="17.666666666666689" y="17" width="54.333333333333343" height="20"/>
  692. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  693. <nil key="textColor"/>
  694. <nil key="highlightedColor"/>
  695. </label>
  696. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B3J-gw-Uea">
  697. <rect key="frame" x="0.0" y="54" width="89.666666666666671" height="36.333333333333343"/>
  698. <attributedString key="attributedText">
  699. <fragment>
  700. <string key="content">내용 텍스트
  701. 들어감</string>
  702. <attributes>
  703. <font key="NSFont" size="15" name="NanumSquareR"/>
  704. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  705. </attributes>
  706. </fragment>
  707. </attributedString>
  708. <nil key="highlightedColor"/>
  709. </label>
  710. </subviews>
  711. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  712. <constraints>
  713. <constraint firstAttribute="bottom" secondItem="B3J-gw-Uea" secondAttribute="bottom" priority="750" constant="17" id="4aP-L9-Yit"/>
  714. <constraint firstItem="Bv4-jp-Xep" firstAttribute="top" secondItem="TAQ-4o-dJk" secondAttribute="top" constant="17" id="LUY-EF-GJn"/>
  715. <constraint firstAttribute="trailing" secondItem="B3J-gw-Uea" secondAttribute="trailing" id="cc8-QP-z1c"/>
  716. <constraint firstItem="B3J-gw-Uea" firstAttribute="leading" secondItem="TAQ-4o-dJk" secondAttribute="leading" id="dsc-dc-FsO"/>
  717. <constraint firstItem="Bv4-jp-Xep" firstAttribute="centerX" secondItem="TAQ-4o-dJk" secondAttribute="centerX" id="ffn-5P-sfd"/>
  718. </constraints>
  719. <userDefinedRuntimeAttributes>
  720. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  721. <real key="value" value="0.0"/>
  722. </userDefinedRuntimeAttribute>
  723. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  724. <real key="value" value="0.0"/>
  725. </userDefinedRuntimeAttribute>
  726. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  727. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  728. </userDefinedRuntimeAttribute>
  729. </userDefinedRuntimeAttributes>
  730. </view>
  731. </subviews>
  732. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  733. <constraints>
  734. <constraint firstAttribute="height" priority="250" constant="100" id="6sr-sB-nuS"/>
  735. <constraint firstItem="qe6-Vy-qzG" firstAttribute="centerY" secondItem="Vg7-0U-jun" secondAttribute="centerY" id="8md-rt-Baq"/>
  736. <constraint firstItem="B3J-gw-Uea" firstAttribute="centerY" secondItem="1is-iz-dvA" secondAttribute="centerY" id="RJj-Zy-rie"/>
  737. <constraint firstItem="1is-iz-dvA" firstAttribute="centerY" secondItem="Vg7-0U-jun" secondAttribute="centerY" id="ueQ-s0-LdD"/>
  738. </constraints>
  739. <userDefinedRuntimeAttributes>
  740. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  741. <real key="value" value="5"/>
  742. </userDefinedRuntimeAttribute>
  743. </userDefinedRuntimeAttributes>
  744. </stackView>
  745. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="jxM-6x-cdr">
  746. <rect key="frame" x="8" y="163.33333333333334" width="359" height="402.66666666666663"/>
  747. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  748. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="40" minimumInteritemSpacing="10" id="RHq-rA-QGF">
  749. <size key="itemSize" width="50" height="50"/>
  750. <size key="headerReferenceSize" width="50" height="50"/>
  751. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  752. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  753. </collectionViewFlowLayout>
  754. <cells>
  755. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="kunkuk" customModuleProvider="target">
  756. <rect key="frame" x="0.0" y="50" width="50" height="50"/>
  757. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  758. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  759. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  760. <autoresizingMask key="autoresizingMask"/>
  761. <subviews>
  762. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hi2-Bv-Fy6">
  763. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  764. </imageView>
  765. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy">
  766. <rect key="frame" x="30" y="0.0" width="20" height="20"/>
  767. <constraints>
  768. <constraint firstAttribute="width" constant="20" id="6tc-XR-7Ca"/>
  769. <constraint firstAttribute="height" constant="20" id="cS0-IC-8VS"/>
  770. </constraints>
  771. </imageView>
  772. </subviews>
  773. </view>
  774. <constraints>
  775. <constraint firstItem="hi2-Bv-Fy6" firstAttribute="leading" secondItem="LYJ-HX-iwP" secondAttribute="leading" id="0Hs-Lz-mtT"/>
  776. <constraint firstAttribute="trailing" secondItem="hi2-Bv-Fy6" secondAttribute="trailing" id="A6N-f9-ILq"/>
  777. <constraint firstAttribute="bottom" secondItem="hi2-Bv-Fy6" secondAttribute="bottom" id="KC8-7d-mQ9"/>
  778. <constraint firstItem="hi2-Bv-Fy6" firstAttribute="top" secondItem="LYJ-HX-iwP" secondAttribute="top" id="Pxe-3L-jEo"/>
  779. <constraint firstItem="P8T-Tu-dyy" firstAttribute="top" secondItem="LYJ-HX-iwP" secondAttribute="top" id="TCk-Bl-sdI"/>
  780. <constraint firstAttribute="trailing" secondItem="P8T-Tu-dyy" secondAttribute="trailing" id="V1N-Do-tAk"/>
  781. </constraints>
  782. <connections>
  783. <outlet property="album" destination="hi2-Bv-Fy6" id="E8q-Uq-7v2"/>
  784. <outlet property="check" destination="P8T-Tu-dyy" id="kv4-Hg-81C"/>
  785. </connections>
  786. </collectionViewCell>
  787. </cells>
  788. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="kunkuk" customModuleProvider="target">
  789. <rect key="frame" x="0.0" y="0.0" width="359" height="50"/>
  790. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  791. <subviews>
  792. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1Vh-vQ-SnK">
  793. <rect key="frame" x="16" y="15" width="327" height="27"/>
  794. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  795. <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  796. <nil key="highlightedColor"/>
  797. </label>
  798. </subviews>
  799. <constraints>
  800. <constraint firstAttribute="bottom" secondItem="1Vh-vQ-SnK" secondAttribute="bottom" constant="8" id="Gle-QT-Tgl"/>
  801. <constraint firstAttribute="trailing" secondItem="1Vh-vQ-SnK" secondAttribute="trailing" constant="16" id="S3E-U1-byp"/>
  802. <constraint firstItem="1Vh-vQ-SnK" firstAttribute="leading" secondItem="HKO-B6-YDQ" secondAttribute="leading" constant="16" id="eWV-Ts-4dP"/>
  803. <constraint firstItem="1Vh-vQ-SnK" firstAttribute="top" secondItem="HKO-B6-YDQ" secondAttribute="top" constant="15" id="iPA-HA-H9b"/>
  804. </constraints>
  805. <connections>
  806. <outlet property="title" destination="1Vh-vQ-SnK" id="VYE-dm-Eb4"/>
  807. </connections>
  808. </collectionReusableView>
  809. </collectionView>
  810. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5S7-UW-OKn">
  811. <rect key="frame" x="0.0" y="566" width="375" height="40"/>
  812. <subviews>
  813. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Dps-Yw-UhW">
  814. <rect key="frame" x="0.0" y="0.0" width="375" height="40"/>
  815. <subviews>
  816. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="29Q-a9-R1k">
  817. <rect key="frame" x="0.0" y="0.0" width="187.66666666666666" height="40"/>
  818. <subviews>
  819. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="kunkuk" customModuleProvider="target">
  820. <rect key="frame" x="51.333333333333336" y="12.666666666666629" width="15.000000000000007" height="15"/>
  821. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  822. <constraints>
  823. <constraint firstAttribute="width" secondItem="xQ4-Tv-FEb" secondAttribute="height" multiplier="1:1" id="gAI-OZ-qwj"/>
  824. <constraint firstAttribute="width" constant="15" id="jQg-w9-6Z7"/>
  825. </constraints>
  826. <userDefinedRuntimeAttributes>
  827. <userDefinedRuntimeAttribute type="boolean" keyPath="checked" value="NO"/>
  828. <userDefinedRuntimeAttribute type="string" keyPath="checkOn" value="chk_active"/>
  829. <userDefinedRuntimeAttribute type="string" keyPath="checkOff" value="chk_default"/>
  830. </userDefinedRuntimeAttributes>
  831. </imageView>
  832. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="전체선택" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ccd-Kt-iF7">
  833. <rect key="frame" x="76.333333333333329" y="9.9999999999999982" width="58.999999999999986" height="20.333333333333329"/>
  834. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  835. <nil key="textColor"/>
  836. <nil key="highlightedColor"/>
  837. </label>
  838. </subviews>
  839. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  840. <constraints>
  841. <constraint firstItem="xQ4-Tv-FEb" firstAttribute="centerY" secondItem="29Q-a9-R1k" secondAttribute="centerY" id="RVL-K6-cgf"/>
  842. <constraint firstItem="ccd-Kt-iF7" firstAttribute="leading" secondItem="xQ4-Tv-FEb" secondAttribute="trailing" constant="10" id="UPn-r3-81j"/>
  843. <constraint firstItem="ccd-Kt-iF7" firstAttribute="centerY" secondItem="29Q-a9-R1k" secondAttribute="centerY" id="g78-XT-zda"/>
  844. <constraint firstItem="ccd-Kt-iF7" firstAttribute="centerX" secondItem="29Q-a9-R1k" secondAttribute="centerX" constant="12" id="sOi-8c-fGM"/>
  845. </constraints>
  846. </view>
  847. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GvB-Pr-Nvx">
  848. <rect key="frame" x="187.66666666666663" y="0.0" width="187.33333333333337" height="40"/>
  849. <subviews>
  850. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="kunkuk" customModuleProvider="target">
  851. <rect key="frame" x="51" y="12.666666666666629" width="15" height="15"/>
  852. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  853. <constraints>
  854. <constraint firstAttribute="width" constant="15" id="CjR-YQ-h11"/>
  855. <constraint firstAttribute="width" secondItem="vZ9-I9-ilh" secondAttribute="height" multiplier="1:1" id="Il1-Eo-Aoz"/>
  856. </constraints>
  857. <userDefinedRuntimeAttributes>
  858. <userDefinedRuntimeAttribute type="boolean" keyPath="checked" value="NO"/>
  859. <userDefinedRuntimeAttribute type="string" keyPath="checkOff" value="chk_default"/>
  860. <userDefinedRuntimeAttribute type="string" keyPath="checkOn" value="chk_active"/>
  861. </userDefinedRuntimeAttributes>
  862. </imageView>
  863. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="전체환자" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Bj-pK-noF">
  864. <rect key="frame" x="76.000000000000028" y="9.9999999999999982" width="59" height="20.333333333333329"/>
  865. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  866. <nil key="textColor"/>
  867. <nil key="highlightedColor"/>
  868. </label>
  869. </subviews>
  870. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  871. <constraints>
  872. <constraint firstItem="vZ9-I9-ilh" firstAttribute="centerY" secondItem="GvB-Pr-Nvx" secondAttribute="centerY" id="HJP-dE-mS5"/>
  873. <constraint firstItem="5Bj-pK-noF" firstAttribute="leading" secondItem="vZ9-I9-ilh" secondAttribute="trailing" constant="10" id="RT6-Xb-6Nl"/>
  874. <constraint firstItem="5Bj-pK-noF" firstAttribute="centerX" secondItem="GvB-Pr-Nvx" secondAttribute="centerX" constant="12" id="b7m-Ov-Sfp"/>
  875. <constraint firstItem="5Bj-pK-noF" firstAttribute="centerY" secondItem="GvB-Pr-Nvx" secondAttribute="centerY" id="plX-Gn-dV6"/>
  876. </constraints>
  877. </view>
  878. </subviews>
  879. </stackView>
  880. </subviews>
  881. <color key="backgroundColor" red="0.91764705882352937" green="0.92156862745098034" blue="0.92549019607843142" alpha="1" colorSpace="calibratedRGB"/>
  882. <constraints>
  883. <constraint firstItem="Dps-Yw-UhW" firstAttribute="top" secondItem="5S7-UW-OKn" secondAttribute="top" id="9aA-ZV-AZl"/>
  884. <constraint firstAttribute="trailing" secondItem="Dps-Yw-UhW" secondAttribute="trailing" id="Cwc-ik-SGE"/>
  885. <constraint firstItem="Dps-Yw-UhW" firstAttribute="leading" secondItem="5S7-UW-OKn" secondAttribute="leading" id="WE0-fF-lya"/>
  886. <constraint firstAttribute="height" constant="40" id="fGr-36-xrS"/>
  887. <constraint firstAttribute="bottom" secondItem="Dps-Yw-UhW" secondAttribute="bottom" id="l0c-bT-V40"/>
  888. </constraints>
  889. </view>
  890. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="o06-9o-mAW">
  891. <rect key="frame" x="8" y="606" width="359" height="50"/>
  892. <subviews>
  893. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mfw-5C-ES1">
  894. <rect key="frame" x="159" y="0.0" width="50" height="50"/>
  895. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  896. <constraints>
  897. <constraint firstAttribute="width" secondItem="Mfw-5C-ES1" secondAttribute="height" multiplier="1:1" id="bZS-H3-215"/>
  898. </constraints>
  899. <state key="normal" image="f_btn_a_camera"/>
  900. </button>
  901. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kib-cX-gbE">
  902. <rect key="frame" x="209" y="0.0" width="50" height="50"/>
  903. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  904. <constraints>
  905. <constraint firstAttribute="width" secondItem="Kib-cX-gbE" secondAttribute="height" multiplier="1:1" id="7pe-30-jHw"/>
  906. </constraints>
  907. <state key="normal" image="f_btn_a_upload"/>
  908. </button>
  909. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bCe-v6-zcW">
  910. <rect key="frame" x="259" y="0.0" width="50" height="50"/>
  911. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  912. <constraints>
  913. <constraint firstAttribute="width" secondItem="bCe-v6-zcW" secondAttribute="height" multiplier="1:1" id="wzu-0k-YBL"/>
  914. </constraints>
  915. <state key="normal" image="f_btn_a_del"/>
  916. </button>
  917. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lat-0u-BFo">
  918. <rect key="frame" x="309" y="0.0" width="50" height="50"/>
  919. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  920. <constraints>
  921. <constraint firstAttribute="width" secondItem="Lat-0u-BFo" secondAttribute="height" multiplier="1:1" id="aLI-hI-oLK"/>
  922. </constraints>
  923. <state key="normal" image="f_btn_a_exit"/>
  924. </button>
  925. </subviews>
  926. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  927. <constraints>
  928. <constraint firstItem="Lat-0u-BFo" firstAttribute="top" secondItem="o06-9o-mAW" secondAttribute="top" id="2I5-fR-tZb"/>
  929. <constraint firstAttribute="bottom" secondItem="Mfw-5C-ES1" secondAttribute="bottom" id="2hD-f1-6G1"/>
  930. <constraint firstItem="bCe-v6-zcW" firstAttribute="leading" secondItem="Kib-cX-gbE" secondAttribute="trailing" id="2yf-fr-uDF"/>
  931. <constraint firstAttribute="bottom" secondItem="Lat-0u-BFo" secondAttribute="bottom" id="55g-VX-oVw"/>
  932. <constraint firstItem="Kib-cX-gbE" firstAttribute="top" secondItem="o06-9o-mAW" secondAttribute="top" id="GPe-qA-WN9"/>
  933. <constraint firstItem="Mfw-5C-ES1" firstAttribute="top" secondItem="o06-9o-mAW" secondAttribute="top" id="QG2-Jf-PXh"/>
  934. <constraint firstAttribute="trailing" secondItem="Lat-0u-BFo" secondAttribute="trailing" id="Y4b-MT-xev"/>
  935. <constraint firstAttribute="bottom" secondItem="bCe-v6-zcW" secondAttribute="bottom" id="emH-mo-B8V"/>
  936. <constraint firstItem="Kib-cX-gbE" firstAttribute="leading" secondItem="Mfw-5C-ES1" secondAttribute="trailing" id="ffM-Gl-mm4"/>
  937. <constraint firstAttribute="bottom" secondItem="Kib-cX-gbE" secondAttribute="bottom" id="lAW-2h-5Y5"/>
  938. <constraint firstAttribute="height" constant="50" id="m9f-aQ-Ii0"/>
  939. <constraint firstItem="Lat-0u-BFo" firstAttribute="leading" secondItem="bCe-v6-zcW" secondAttribute="trailing" id="o7m-QI-yOH"/>
  940. <constraint firstItem="bCe-v6-zcW" firstAttribute="top" secondItem="o06-9o-mAW" secondAttribute="top" id="yjm-0f-Iju"/>
  941. </constraints>
  942. </view>
  943. </subviews>
  944. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  945. <constraints>
  946. <constraint firstAttribute="trailing" secondItem="o06-9o-mAW" secondAttribute="trailing" constant="8" id="7Tr-t9-UG9"/>
  947. <constraint firstItem="5S7-UW-OKn" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" id="Aem-Ab-wUP"/>
  948. <constraint firstItem="jJc-rS-Zz1" firstAttribute="top" secondItem="Zli-63-5CU" secondAttribute="top" id="BuV-2n-xBw"/>
  949. <constraint firstAttribute="trailing" secondItem="kno-vo-6Tg" secondAttribute="trailing" constant="8" id="C3y-Ga-9lU"/>
  950. <constraint firstItem="kno-vo-6Tg" firstAttribute="top" secondItem="jJc-rS-Zz1" secondAttribute="bottom" id="FLF-85-FI8"/>
  951. <constraint firstItem="r5V-JC-o3A" firstAttribute="trailing" secondItem="kno-vo-6Tg" secondAttribute="trailing" id="Lvg-Ic-T35"/>
  952. <constraint firstItem="jxM-6x-cdr" firstAttribute="top" secondItem="r5V-JC-o3A" secondAttribute="bottom" constant="8" id="PC4-7u-IHz"/>
  953. <constraint firstItem="jJc-rS-Zz1" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" id="QBd-cP-lCU"/>
  954. <constraint firstItem="kno-vo-6Tg" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="Rd6-RB-pwR"/>
  955. <constraint firstItem="5S7-UW-OKn" firstAttribute="top" secondItem="jxM-6x-cdr" secondAttribute="bottom" id="Rle-Z4-7Xm"/>
  956. <constraint firstAttribute="trailing" secondItem="5S7-UW-OKn" secondAttribute="trailing" id="S1z-sD-mMM"/>
  957. <constraint firstAttribute="trailing" secondItem="jxM-6x-cdr" secondAttribute="trailing" constant="8" id="SUD-tP-HiQ"/>
  958. <constraint firstAttribute="trailing" secondItem="jJc-rS-Zz1" secondAttribute="trailing" id="TaK-ck-mpU"/>
  959. <constraint firstItem="o06-9o-mAW" firstAttribute="top" secondItem="5S7-UW-OKn" secondAttribute="bottom" id="VGu-Sh-JeY"/>
  960. <constraint firstItem="r5V-JC-o3A" firstAttribute="bottom" secondItem="kno-vo-6Tg" secondAttribute="bottom" id="dBv-RU-9ho"/>
  961. <constraint firstAttribute="bottom" secondItem="o06-9o-mAW" secondAttribute="bottom" id="hv0-sp-0di"/>
  962. <constraint firstItem="o06-9o-mAW" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="izm-Px-x1X"/>
  963. <constraint firstItem="r5V-JC-o3A" firstAttribute="top" secondItem="kno-vo-6Tg" secondAttribute="top" id="r9x-ub-JNo"/>
  964. <constraint firstItem="jxM-6x-cdr" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="taO-o6-hrv"/>
  965. <constraint firstItem="r5V-JC-o3A" firstAttribute="leading" secondItem="kno-vo-6Tg" secondAttribute="leading" id="ybV-5t-bgS"/>
  966. </constraints>
  967. </view>
  968. </subviews>
  969. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  970. <constraints>
  971. <constraint firstItem="Zli-63-5CU" firstAttribute="top" secondItem="8oY-3e-Rpr" secondAttribute="top" id="8oD-4d-HkG"/>
  972. <constraint firstItem="8oY-3e-Rpr" firstAttribute="trailing" secondItem="Zli-63-5CU" secondAttribute="trailing" id="DTW-BK-T0A"/>
  973. <constraint firstItem="Zli-63-5CU" firstAttribute="leading" secondItem="8oY-3e-Rpr" secondAttribute="leading" id="SLN-VM-zIc"/>
  974. <constraint firstItem="8oY-3e-Rpr" firstAttribute="bottom" secondItem="Zli-63-5CU" secondAttribute="bottom" id="xeI-Sg-wMz"/>
  975. </constraints>
  976. <viewLayoutGuide key="safeArea" id="8oY-3e-Rpr"/>
  977. </view>
  978. <connections>
  979. <outlet property="ageGenderLabel" destination="Bv4-jp-Xep" id="dt8-VC-Z43"/>
  980. <outlet property="allSelectButton" destination="29Q-a9-R1k" id="YD2-tt-T4O"/>
  981. <outlet property="allSelectCheck" destination="xQ4-Tv-FEb" id="Mts-UD-Ltb"/>
  982. <outlet property="allSelectLabel" destination="ccd-Kt-iF7" id="9qH-xt-NWf"/>
  983. <outlet property="allUserAlbumButton" destination="GvB-Pr-Nvx" id="7C1-lb-gji"/>
  984. <outlet property="allUserAlbumCheck" destination="vZ9-I9-ilh" id="1Ho-qV-RRd"/>
  985. <outlet property="allUserAlbumLabel" destination="5Bj-pK-noF" id="nAB-ww-HN9"/>
  986. <outlet property="cameraButton" destination="Mfw-5C-ES1" id="fdI-ee-YgL"/>
  987. <outlet property="cancelButton" destination="Lat-0u-BFo" id="ac4-hb-Azl"/>
  988. <outlet property="deleteButton" destination="bCe-v6-zcW" id="60s-Nl-A9a"/>
  989. <outlet property="okButton" destination="Kib-cX-gbE" id="fHW-RJ-rt5"/>
  990. <outlet property="patientIdLabel" destination="wHc-QH-9WF" id="FrJ-h7-ReF"/>
  991. <outlet property="patientNmLabel" destination="caU-Qr-psb" id="w0t-Ez-Z5f"/>
  992. <outlet property="photoCollectionView" destination="jxM-6x-cdr" id="x2T-u8-dBe"/>
  993. </connections>
  994. </viewController>
  995. <placeholder placeholderIdentifier="IBFirstResponder" id="5X6-Z1-ply" userLabel="First Responder" sceneMemberID="firstResponder"/>
  996. </objects>
  997. <point key="canvasLocation" x="4056.8000000000002" y="821.67487684729065"/>
  998. </scene>
  999. <!--Photo Detail View Controller-->
  1000. <scene sceneID="aGf-vD-VaZ">
  1001. <objects>
  1002. <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1003. <view key="view" contentMode="scaleToFill" id="ffa-hW-lBj">
  1004. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1005. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1006. <subviews>
  1007. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" maximumZoomScale="6" translatesAutoresizingMaskIntoConstraints="NO" id="2iH-20-RM0">
  1008. <rect key="frame" x="0.0" y="94" width="375" height="684"/>
  1009. <subviews>
  1010. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="5Sc-ew-tv8">
  1011. <rect key="frame" x="0.0" y="0.0" width="375" height="684"/>
  1012. </imageView>
  1013. </subviews>
  1014. <constraints>
  1015. <constraint firstAttribute="bottom" secondItem="5Sc-ew-tv8" secondAttribute="bottom" id="5q8-wC-Liw"/>
  1016. <constraint firstAttribute="trailing" secondItem="5Sc-ew-tv8" secondAttribute="trailing" id="Z9a-mv-Ogm"/>
  1017. <constraint firstItem="5Sc-ew-tv8" firstAttribute="top" secondItem="2iH-20-RM0" secondAttribute="top" id="bP7-ZU-aof"/>
  1018. <constraint firstItem="5Sc-ew-tv8" firstAttribute="centerX" secondItem="2iH-20-RM0" secondAttribute="centerX" id="kcN-vB-r0Y"/>
  1019. <constraint firstItem="5Sc-ew-tv8" firstAttribute="leading" secondItem="2iH-20-RM0" secondAttribute="leading" id="odj-gd-DVS"/>
  1020. <constraint firstItem="5Sc-ew-tv8" firstAttribute="centerY" secondItem="2iH-20-RM0" secondAttribute="centerY" id="ryf-m9-i2f"/>
  1021. <constraint firstAttribute="width" constant="375" id="tJw-BP-yMg"/>
  1022. </constraints>
  1023. </scrollView>
  1024. <imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="iKJ-T8-ujE" userLabel="close">
  1025. <rect key="frame" x="15" y="59" width="25" height="25"/>
  1026. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1027. <constraints>
  1028. <constraint firstAttribute="width" secondItem="iKJ-T8-ujE" secondAttribute="height" multiplier="1:1" id="XNs-ln-ETv"/>
  1029. <constraint firstAttribute="width" constant="25" id="iCe-MO-UAR"/>
  1030. </constraints>
  1031. </imageView>
  1032. </subviews>
  1033. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1034. <constraints>
  1035. <constraint firstItem="Fph-JF-Fvh" firstAttribute="bottom" secondItem="2iH-20-RM0" secondAttribute="bottom" id="6G2-IC-Da6"/>
  1036. <constraint firstItem="2iH-20-RM0" firstAttribute="top" secondItem="Fph-JF-Fvh" secondAttribute="top" constant="50" id="N7V-ku-iqz"/>
  1037. <constraint firstItem="iKJ-T8-ujE" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" constant="15" id="grU-kQ-iaw"/>
  1038. <constraint firstItem="iKJ-T8-ujE" firstAttribute="top" secondItem="Fph-JF-Fvh" secondAttribute="top" constant="15" id="ph9-9b-ePY"/>
  1039. <constraint firstItem="Fph-JF-Fvh" firstAttribute="trailing" secondItem="2iH-20-RM0" secondAttribute="trailing" id="rfS-1r-Y7l"/>
  1040. <constraint firstItem="2iH-20-RM0" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" id="sbe-wB-ibT"/>
  1041. </constraints>
  1042. <viewLayoutGuide key="safeArea" id="Fph-JF-Fvh"/>
  1043. </view>
  1044. <connections>
  1045. <outlet property="closeButton" destination="iKJ-T8-ujE" id="KYP-Ak-9lF"/>
  1046. <outlet property="imageView" destination="5Sc-ew-tv8" id="k1y-Vo-fs3"/>
  1047. <outlet property="scrollView" destination="2iH-20-RM0" id="OrG-GR-aJ6"/>
  1048. </connections>
  1049. </viewController>
  1050. <placeholder placeholderIdentifier="IBFirstResponder" id="M26-hv-4ja" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1051. </objects>
  1052. <point key="canvasLocation" x="4850" y="822"/>
  1053. </scene>
  1054. <!--Web View Controller-->
  1055. <scene sceneID="iTK-sH-9d9">
  1056. <objects>
  1057. <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1058. <view key="view" contentMode="scaleToFill" id="FvJ-I3-Lal">
  1059. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1060. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1061. <subviews>
  1062. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="kunkuk" customModuleProvider="target">
  1063. <rect key="frame" x="0.0" y="44" width="375" height="734"/>
  1064. </view>
  1065. </subviews>
  1066. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1067. <constraints>
  1068. <constraint firstItem="i01-15-nXY" firstAttribute="leading" secondItem="Nsy-7M-Ce9" secondAttribute="leading" id="0Bl-y1-PhW"/>
  1069. <constraint firstItem="Nsy-7M-Ce9" firstAttribute="trailing" secondItem="i01-15-nXY" secondAttribute="trailing" id="8HR-pE-1D1"/>
  1070. <constraint firstItem="i01-15-nXY" firstAttribute="top" secondItem="Nsy-7M-Ce9" secondAttribute="top" id="NsQ-NO-sYF"/>
  1071. <constraint firstItem="Nsy-7M-Ce9" firstAttribute="bottom" secondItem="i01-15-nXY" secondAttribute="bottom" id="iWE-WH-0Wi"/>
  1072. </constraints>
  1073. <viewLayoutGuide key="safeArea" id="Nsy-7M-Ce9"/>
  1074. </view>
  1075. <navigationItem key="navigationItem" id="797-zX-QaQ"/>
  1076. <nil key="simulatedTopBarMetrics"/>
  1077. <nil key="simulatedBottomBarMetrics"/>
  1078. <connections>
  1079. <outlet property="webView" destination="i01-15-nXY" id="tQ4-TN-nje"/>
  1080. </connections>
  1081. </viewController>
  1082. <placeholder placeholderIdentifier="IBFirstResponder" id="UyT-zt-IRG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1083. </objects>
  1084. <point key="canvasLocation" x="1519" y="123"/>
  1085. </scene>
  1086. <!--Barcode View Controller-->
  1087. <scene sceneID="imo-ig-Kdc">
  1088. <objects>
  1089. <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1090. <view key="view" contentMode="scaleToFill" id="5qx-dD-4na">
  1091. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1092. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1093. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1094. <viewLayoutGuide key="safeArea" id="fTG-EZ-ZnY"/>
  1095. </view>
  1096. <navigationItem key="navigationItem" id="GXU-sY-uR3"/>
  1097. </viewController>
  1098. <placeholder placeholderIdentifier="IBFirstResponder" id="4d5-ge-Yuw" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1099. </objects>
  1100. <point key="canvasLocation" x="796" y="822"/>
  1101. </scene>
  1102. </scenes>
  1103. <resources>
  1104. <image name="backward" width="30" height="30"/>
  1105. <image name="camera_lo" width="660" height="660"/>
  1106. <image name="chk_default" width="49" height="48"/>
  1107. <image name="close" width="30" height="30"/>
  1108. <image name="close_x" width="63" height="63"/>
  1109. <image name="f_btn_a_camera" width="150" height="150"/>
  1110. <image name="f_btn_a_del" width="150" height="150"/>
  1111. <image name="f_btn_a_exit" width="150" height="150"/>
  1112. <image name="f_btn_a_upload" width="150" height="150"/>
  1113. <image name="f_btn_back" width="270" height="150"/>
  1114. <image name="f_btn_camera" width="270" height="150"/>
  1115. <image name="f_btn_list" width="270" height="150"/>
  1116. <image name="forward" width="30" height="30"/>
  1117. <image name="refresh" width="30" height="30"/>
  1118. </resources>
  1119. </document>