ERP_Mobile_Model.storyboard 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--BundleModelViewController-->
  12. <scene sceneID="Nij-az-DYy">
  13. <objects>
  14. <viewController storyboardIdentifier="BundleModelViewController" title="BundleModelViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ca7-uW-kIe" customClass="BundleModelViewController" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="dJv-fP-GzC"/>
  17. <viewControllerLayoutGuide type="bottom" id="EX0-db-c9r"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="ejn-gg-nd0">
  20. <rect key="frame" x="0.0" y="0.0" width="540" height="620"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="REb-Km-86b">
  24. <rect key="frame" x="0.0" y="0.0" width="540" height="620"/>
  25. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <color key="sectionIndexBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <prototypes>
  28. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BundleModelCell" id="dB5-XO-0k0" customClass="BundleModelCell">
  29. <rect key="frame" x="0.0" y="28" width="540" height="44"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dB5-XO-0k0" id="hHK-ed-J9v">
  32. <rect key="frame" x="0.0" y="0.0" width="540" height="44"/>
  33. <autoresizingMask key="autoresizingMask"/>
  34. <subviews>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Model" lineBreakMode="characterWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6sf-oX-CNO">
  36. <rect key="frame" x="15" y="11.5" width="120" height="21"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="120" id="6W7-2u-Rk3"/>
  39. <constraint firstAttribute="height" constant="21" id="gbX-sV-bg2"/>
  40. </constraints>
  41. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  42. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="$ 1234.78" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L0W-YB-h15">
  46. <rect key="frame" x="448" y="11.5" width="77" height="21"/>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="77" id="8uU-mx-8C4"/>
  49. <constraint firstAttribute="height" constant="21" id="edY-4G-ZkB"/>
  50. </constraints>
  51. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  52. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="QTY" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jmt-yr-ubl">
  56. <rect key="frame" x="406" y="11.5" width="34" height="21"/>
  57. <constraints>
  58. <constraint firstAttribute="width" constant="34" id="IcS-76-QuM"/>
  59. <constraint firstAttribute="height" constant="21" id="J0D-Uk-xFC"/>
  60. </constraints>
  61. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  62. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. <nil key="highlightedColor"/>
  64. </label>
  65. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aUo-Gv-ySs" customClass="RTLabel">
  66. <rect key="frame" x="143" y="11.5" width="255" height="21"/>
  67. <constraints>
  68. <constraint firstAttribute="height" constant="21" id="y6X-IH-qfz"/>
  69. </constraints>
  70. </view>
  71. </subviews>
  72. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. <constraints>
  74. <constraint firstItem="aUo-Gv-ySs" firstAttribute="centerY" secondItem="hHK-ed-J9v" secondAttribute="centerY" id="24n-Sr-eSH"/>
  75. <constraint firstItem="Jmt-yr-ubl" firstAttribute="leading" secondItem="aUo-Gv-ySs" secondAttribute="trailing" constant="8" id="7UU-3B-MLj"/>
  76. <constraint firstItem="aUo-Gv-ySs" firstAttribute="leading" secondItem="6sf-oX-CNO" secondAttribute="trailing" constant="8" id="I79-zA-tyi"/>
  77. <constraint firstItem="Jmt-yr-ubl" firstAttribute="leading" secondItem="aUo-Gv-ySs" secondAttribute="trailing" constant="8" id="Jkl-MT-vSk"/>
  78. <constraint firstItem="L0W-YB-h15" firstAttribute="centerY" secondItem="hHK-ed-J9v" secondAttribute="centerY" id="MNo-Ex-OpD"/>
  79. <constraint firstItem="6sf-oX-CNO" firstAttribute="centerY" secondItem="hHK-ed-J9v" secondAttribute="centerY" id="Ngp-hD-Zba"/>
  80. <constraint firstItem="Jmt-yr-ubl" firstAttribute="centerY" secondItem="hHK-ed-J9v" secondAttribute="centerY" id="Oie-A5-ODG"/>
  81. <constraint firstItem="L0W-YB-h15" firstAttribute="leading" secondItem="Jmt-yr-ubl" secondAttribute="trailing" constant="8" id="WeI-gb-G16"/>
  82. <constraint firstItem="6sf-oX-CNO" firstAttribute="leading" secondItem="hHK-ed-J9v" secondAttribute="leading" constant="15" id="gOH-fz-50n"/>
  83. <constraint firstAttribute="trailing" secondItem="L0W-YB-h15" secondAttribute="trailing" constant="15" id="ytF-vB-yRq"/>
  84. </constraints>
  85. </tableViewCellContentView>
  86. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  87. <connections>
  88. <outlet property="labelDescription" destination="aUo-Gv-ySs" id="HeF-kU-Jg4"/>
  89. <outlet property="labelModel" destination="6sf-oX-CNO" id="zhE-bd-aPC"/>
  90. <outlet property="labelPrice" destination="L0W-YB-h15" id="YFp-5P-qMf"/>
  91. <outlet property="labelQTY" destination="Jmt-yr-ubl" id="V59-mi-dx6"/>
  92. </connections>
  93. </tableViewCell>
  94. </prototypes>
  95. <connections>
  96. <outlet property="dataSource" destination="ca7-uW-kIe" id="qaz-Ab-n3u"/>
  97. <outlet property="delegate" destination="ca7-uW-kIe" id="svz-kC-Ogu"/>
  98. </connections>
  99. </tableView>
  100. </subviews>
  101. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  102. <constraints>
  103. <constraint firstItem="REb-Km-86b" firstAttribute="trailing" secondItem="NjR-mi-6hE" secondAttribute="trailing" id="51b-Z1-TYO"/>
  104. <constraint firstItem="REb-Km-86b" firstAttribute="leading" secondItem="NjR-mi-6hE" secondAttribute="leading" id="7Se-Im-29q"/>
  105. <constraint firstItem="REb-Km-86b" firstAttribute="top" secondItem="ejn-gg-nd0" secondAttribute="top" id="o96-vd-TuB"/>
  106. <constraint firstAttribute="bottom" secondItem="REb-Km-86b" secondAttribute="bottom" id="oSj-dG-MCh"/>
  107. </constraints>
  108. <viewLayoutGuide key="safeArea" id="NjR-mi-6hE"/>
  109. </view>
  110. <modalFormSheetSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  111. <connections>
  112. <outlet property="table" destination="REb-Km-86b" id="h2d-Pc-nbA"/>
  113. </connections>
  114. </viewController>
  115. <placeholder placeholderIdentifier="IBFirstResponder" id="att-Oq-raD" userLabel="First Responder" sceneMemberID="firstResponder"/>
  116. </objects>
  117. <point key="canvasLocation" x="3475.78125" y="401.953125"/>
  118. </scene>
  119. <!--Detail View Controller-->
  120. <scene sceneID="Yhw-WS-NeX">
  121. <objects>
  122. <viewController storyboardIdentifier="DetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="DEE-oz-45Z" customClass="DetailViewController" sceneMemberID="viewController">
  123. <layoutGuides>
  124. <viewControllerLayoutGuide type="top" id="MKW-Fv-mQh"/>
  125. <viewControllerLayoutGuide type="bottom" id="ArK-BH-FO6"/>
  126. </layoutGuides>
  127. <view key="view" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Yx8-lp-iyF">
  128. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  129. <subviews>
  130. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="prototypes" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="600" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="gac-eh-pxs">
  131. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  132. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  133. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  134. <prototypes>
  135. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="DetailHeaderCell" rowHeight="550" id="kAQ-Xf-rNs" customClass="DetailHeaderCell">
  136. <rect key="frame" x="0.0" y="55.5" width="768" height="550"/>
  137. <autoresizingMask key="autoresizingMask"/>
  138. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="kAQ-Xf-rNs" translatesAutoresizingMaskIntoConstraints="NO" id="lda-qN-8Qi">
  139. <rect key="frame" x="0.0" y="0.0" width="768" height="550"/>
  140. <subviews>
  141. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="USD 123.45" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RVX-Zp-pKW">
  142. <rect key="frame" x="520" y="100" width="193" height="26"/>
  143. <constraints>
  144. <constraint firstAttribute="height" constant="26" id="7gH-dU-WVC"/>
  145. <constraint firstAttribute="width" constant="193" id="kSg-aU-V1F"/>
  146. </constraints>
  147. <fontDescription key="fontDescription" type="system" pointSize="21"/>
  148. <nil key="highlightedColor"/>
  149. </label>
  150. <pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="ddM-j0-lzq">
  151. <rect key="frame" x="50" y="460" width="320" height="39"/>
  152. <constraints>
  153. <constraint firstAttribute="height" constant="39" id="Wux-rS-LqD"/>
  154. <constraint firstAttribute="width" constant="320" id="aZr-YU-UDc"/>
  155. </constraints>
  156. <color key="pageIndicatorTintColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  157. <color key="currentPageIndicatorTintColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  158. </pageControl>
  159. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9Mu-qp-RSA">
  160. <rect key="frame" x="440" y="134" width="273" height="75"/>
  161. <constraints>
  162. <constraint firstAttribute="width" constant="273" id="O38-WI-Rld"/>
  163. <constraint firstAttribute="height" constant="75" id="tQw-9b-CBm"/>
  164. </constraints>
  165. <state key="normal">
  166. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  167. </state>
  168. <connections>
  169. <action selector="selectorOnClick:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="kPE-xW-efI"/>
  170. </connections>
  171. </button>
  172. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Availability" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XL2-dM-hs3">
  173. <rect key="frame" x="440" y="278" width="134" height="21"/>
  174. <constraints>
  175. <constraint firstAttribute="height" constant="21" id="Gh2-zX-EaQ"/>
  176. <constraint firstAttribute="width" constant="134" id="Xey-Of-Mcn"/>
  177. </constraints>
  178. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  179. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  180. <nil key="highlightedColor"/>
  181. </label>
  182. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Incoming stock" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rti-0N-xbi">
  183. <rect key="frame" x="440" y="307" width="134" height="21"/>
  184. <constraints>
  185. <constraint firstAttribute="height" constant="21" id="JsG-Pv-9dy"/>
  186. <constraint firstAttribute="width" constant="134" id="gyK-ay-38V"/>
  187. </constraints>
  188. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  189. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  190. <nil key="highlightedColor"/>
  191. </label>
  192. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="property" text="property" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IBs-it-P9P">
  193. <rect key="frame" x="440" y="217" width="134" height="21"/>
  194. <constraints>
  195. <constraint firstAttribute="height" constant="21" id="Qy5-Ol-sff"/>
  196. <constraint firstAttribute="width" constant="134" id="Wsp-0x-ffn"/>
  197. </constraints>
  198. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  199. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  200. <nil key="highlightedColor"/>
  201. </label>
  202. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xWT-CK-qu9">
  203. <rect key="frame" x="579" y="278" width="134" height="21"/>
  204. <constraints>
  205. <constraint firstAttribute="width" constant="134" id="1dD-Sm-ctS"/>
  206. <constraint firstAttribute="height" constant="21" id="Ec3-OR-FTZ"/>
  207. </constraints>
  208. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  209. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  210. <nil key="highlightedColor"/>
  211. </label>
  212. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Availability in 7-10 days" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EdR-x4-cXr">
  213. <rect key="frame" x="440" y="307" width="134" height="50"/>
  214. <constraints>
  215. <constraint firstAttribute="width" constant="134" id="pyU-1n-49O"/>
  216. </constraints>
  217. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  218. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  219. <nil key="highlightedColor"/>
  220. </label>
  221. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="620-g5-4tK">
  222. <rect key="frame" x="579" y="307" width="134" height="50"/>
  223. <constraints>
  224. <constraint firstAttribute="width" constant="134" id="QCv-HI-fHz"/>
  225. </constraints>
  226. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  227. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  228. <nil key="highlightedColor"/>
  229. </label>
  230. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bYR-eD-siI">
  231. <rect key="frame" x="579" y="307" width="134" height="21"/>
  232. <constraints>
  233. <constraint firstAttribute="width" constant="134" id="7D6-gt-f3i"/>
  234. <constraint firstAttribute="height" constant="21" id="J4e-Nd-AKD"/>
  235. </constraints>
  236. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  237. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  238. <nil key="highlightedColor"/>
  239. </label>
  240. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="prop val" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LbE-vE-g0f">
  241. <rect key="frame" x="579" y="217" width="134" height="21"/>
  242. <constraints>
  243. <constraint firstAttribute="width" constant="134" id="E94-Kp-sxo"/>
  244. <constraint firstAttribute="height" constant="21" id="N1w-JZ-fG3"/>
  245. </constraints>
  246. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  247. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  248. <nil key="highlightedColor"/>
  249. </label>
  250. <view contentMode="scaleToFill" restorationIdentifier="PhotoStackView" translatesAutoresizingMaskIntoConstraints="NO" id="VmC-2l-iFl" customClass="PhotoStackView">
  251. <rect key="frame" x="35" y="100" width="350" height="350"/>
  252. <constraints>
  253. <constraint firstAttribute="width" constant="350" id="I5s-L3-1Aq"/>
  254. <constraint firstAttribute="height" constant="350" id="Z3A-gF-GQl"/>
  255. </constraints>
  256. </view>
  257. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LWX-RN-PI8">
  258. <rect key="frame" x="345" y="505" width="40" height="40"/>
  259. <constraints>
  260. <constraint firstAttribute="width" constant="40" id="nK1-GA-C5d"/>
  261. <constraint firstAttribute="height" constant="40" id="ygR-JT-TZL"/>
  262. </constraints>
  263. <state key="normal" image="Assembly icon">
  264. <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  265. </state>
  266. <connections>
  267. <action selector="introduceBtnClick:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="MQa-MJ-Uot"/>
  268. </connections>
  269. </button>
  270. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zZd-gk-D61">
  271. <rect key="frame" x="35" y="510" width="100" height="30"/>
  272. <constraints>
  273. <constraint firstAttribute="width" constant="100" id="RPM-f6-u2d"/>
  274. <constraint firstAttribute="height" constant="30" id="kx5-8A-lYF"/>
  275. </constraints>
  276. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  277. <state key="normal" title="Read More"/>
  278. <connections>
  279. <action selector="descriptionBtnClick:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="OYg-6h-ZiP"/>
  280. </connections>
  281. </button>
  282. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="selector_name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qhd-Vt-E8T">
  283. <rect key="frame" x="440" y="141" width="192" height="21"/>
  284. <constraints>
  285. <constraint firstAttribute="height" constant="21" id="EGe-9C-GRW"/>
  286. <constraint firstAttribute="width" constant="192" id="gnf-JZ-ffi"/>
  287. </constraints>
  288. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  289. <nil key="highlightedColor"/>
  290. </label>
  291. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="selector_val" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k7p-WD-1vn">
  292. <rect key="frame" x="440" y="181" width="192" height="21"/>
  293. <constraints>
  294. <constraint firstAttribute="height" constant="21" id="6vb-K0-LJV"/>
  295. <constraint firstAttribute="width" constant="192" id="upf-7h-9Vx"/>
  296. </constraints>
  297. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  298. <nil key="highlightedColor"/>
  299. </label>
  300. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="zh1-uz-g1b">
  301. <rect key="frame" x="441" y="135" width="73" height="73"/>
  302. <constraints>
  303. <constraint firstAttribute="height" constant="73" id="RNJ-Fx-RLl"/>
  304. <constraint firstAttribute="width" constant="73" id="VKY-3o-2B3"/>
  305. </constraints>
  306. </imageView>
  307. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Quantity" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Beh-70-L2d">
  308. <rect key="frame" x="440" y="398.5" width="65" height="21"/>
  309. <constraints>
  310. <constraint firstAttribute="width" constant="65" id="VPo-3e-jo7"/>
  311. </constraints>
  312. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  313. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  314. <nil key="highlightedColor"/>
  315. </label>
  316. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZGd-Ce-1zi" customClass="DefaultImageButton">
  317. <rect key="frame" x="453" y="496" width="124" height="39"/>
  318. <constraints>
  319. <constraint firstAttribute="height" constant="39" id="Tp8-Jk-ySD"/>
  320. <constraint firstAttribute="width" constant="124" id="qyS-Y3-YQi"/>
  321. </constraints>
  322. <state key="normal" title="Add to portfolio" backgroundImage="btn_addtoportfolio">
  323. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  324. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  325. </state>
  326. <connections>
  327. <action selector="add_toPortfolio:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="bnn-hj-ZOH"/>
  328. </connections>
  329. </button>
  330. <stepper opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minimumValue="1" maximumValue="100" translatesAutoresizingMaskIntoConstraints="NO" id="hpa-9W-iey">
  331. <rect key="frame" x="619" y="393" width="94" height="32"/>
  332. </stepper>
  333. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="tys-PF-kwk">
  334. <rect key="frame" x="530" y="392" width="64" height="34"/>
  335. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  336. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  337. </textField>
  338. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="select" translatesAutoresizingMaskIntoConstraints="NO" id="7MM-5a-Rgh">
  339. <rect key="frame" x="681" y="159.5" width="24" height="24"/>
  340. <constraints>
  341. <constraint firstAttribute="width" constant="24" id="DUQ-CY-m6Z"/>
  342. <constraint firstAttribute="height" constant="24" id="Y1o-N6-UlU"/>
  343. </constraints>
  344. </imageView>
  345. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ETA" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7xQ-5X-nrK">
  346. <rect key="frame" x="440" y="336" width="134" height="21"/>
  347. <constraints>
  348. <constraint firstAttribute="width" constant="134" id="VZ2-gn-Gdj"/>
  349. <constraint firstAttribute="height" constant="21" id="atE-qZ-hj6"/>
  350. </constraints>
  351. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  352. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  353. <nil key="highlightedColor"/>
  354. </label>
  355. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEK-yI-yKO">
  356. <rect key="frame" x="579" y="336" width="134" height="21"/>
  357. <constraints>
  358. <constraint firstAttribute="height" constant="21" id="QJo-84-Sfu"/>
  359. <constraint firstAttribute="width" constant="134" id="VYE-Ym-wg8"/>
  360. </constraints>
  361. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  362. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  363. <nil key="highlightedColor"/>
  364. </label>
  365. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Model QTY in Cart" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZYO-s2-yW2">
  366. <rect key="frame" x="440" y="365" width="273" height="20"/>
  367. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  368. <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  369. <nil key="highlightedColor"/>
  370. </label>
  371. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dzb-yj-XNm">
  372. <rect key="frame" x="119" y="4" width="530" height="29"/>
  373. <constraints>
  374. <constraint firstAttribute="height" constant="29" id="RlL-tN-N3K"/>
  375. <constraint firstAttribute="width" constant="530" id="zl9-CZ-GfC"/>
  376. </constraints>
  377. <fontDescription key="fontDescription" type="boldSystem" pointSize="24"/>
  378. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  379. <nil key="highlightedColor"/>
  380. </label>
  381. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BZr-kh-hAa" userLabel="Description RTLabel" customClass="RTLabel">
  382. <rect key="frame" x="60" y="39" width="648" height="53"/>
  383. </view>
  384. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="On Sale" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1rv-17-leT">
  385. <rect key="frame" x="667" y="9" width="86" height="30"/>
  386. <constraints>
  387. <constraint firstAttribute="width" constant="86" id="BKv-Un-P8Z"/>
  388. <constraint firstAttribute="height" constant="30" id="NRS-9e-XXc"/>
  389. </constraints>
  390. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  391. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  392. <nil key="highlightedColor"/>
  393. </label>
  394. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Price:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gmu-jm-jVa">
  395. <rect key="frame" x="442" y="100" width="75" height="26"/>
  396. <constraints>
  397. <constraint firstAttribute="height" constant="26" id="IUT-Fa-GsB"/>
  398. <constraint firstAttribute="width" constant="75" id="WXH-RL-OCd"/>
  399. </constraints>
  400. <fontDescription key="fontDescription" type="system" pointSize="21"/>
  401. <nil key="highlightedColor"/>
  402. </label>
  403. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="N1W-Lo-6Jv" customClass="DefaultImageButton">
  404. <rect key="frame" x="589" y="496" width="124" height="39"/>
  405. <constraints>
  406. <constraint firstAttribute="height" constant="39" id="Yf5-21-mnp"/>
  407. <constraint firstAttribute="width" constant="124" id="u4T-Yu-lMA"/>
  408. </constraints>
  409. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  410. <state key="normal" title="Add to wish list" backgroundImage="btn_addtowish">
  411. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  412. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  413. </state>
  414. <userDefinedRuntimeAttributes>
  415. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  416. <integer key="value" value="15"/>
  417. </userDefinedRuntimeAttribute>
  418. </userDefinedRuntimeAttributes>
  419. <connections>
  420. <action selector="add_toWatchList:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="EoT-lU-Qri"/>
  421. </connections>
  422. </button>
  423. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4DS-3P-N0a" customClass="DefaultImageButton">
  424. <rect key="frame" x="589" y="445" width="124" height="39"/>
  425. <constraints>
  426. <constraint firstAttribute="width" constant="124" id="aG1-T6-ARQ"/>
  427. <constraint firstAttribute="height" constant="39" id="mBp-nd-Oz2"/>
  428. </constraints>
  429. <fontDescription key="fontDescription" type="system" pointSize="22"/>
  430. <state key="normal" title="Add to cart" backgroundImage="btn_addtocart_large">
  431. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  432. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  433. </state>
  434. <connections>
  435. <action selector="add_toCart:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="NV5-XY-7tJ"/>
  436. </connections>
  437. </button>
  438. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="und-WO-9FR">
  439. <rect key="frame" x="522" y="141.5" width="151" height="60"/>
  440. <constraints>
  441. <constraint firstAttribute="height" constant="60" id="XGm-gd-qWm"/>
  442. </constraints>
  443. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  444. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  445. <nil key="highlightedColor"/>
  446. </label>
  447. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xrj-vA-LrK">
  448. <rect key="frame" x="453" y="445" width="124" height="39"/>
  449. <constraints>
  450. <constraint firstAttribute="width" constant="124" id="oIS-xa-03c"/>
  451. <constraint firstAttribute="height" constant="39" id="zTf-ra-RvD"/>
  452. </constraints>
  453. <state key="normal" image="notifyMe">
  454. <color key="titleColor" red="0.60000002379999995" green="0.40000000600000002" blue="0.20000000300000001" alpha="1" colorSpace="calibratedRGB"/>
  455. </state>
  456. <connections>
  457. <action selector="notifyMeButtonClicked:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="FZf-gG-9Iy"/>
  458. </connections>
  459. </button>
  460. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UAx-tO-OLn" customClass="RAYTPlayer">
  461. <rect key="frame" x="0.0" y="0.0" width="768" height="550"/>
  462. <subviews>
  463. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Video player will show here" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tl8-vS-NmX" userLabel="Video player will be there">
  464. <rect key="frame" x="199.5" y="256" width="369.5" height="38.5"/>
  465. <fontDescription key="fontDescription" type="system" pointSize="32"/>
  466. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  467. <nil key="highlightedColor"/>
  468. </label>
  469. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nFW-fj-XiU">
  470. <rect key="frame" x="701" y="8" width="67" height="45"/>
  471. <constraints>
  472. <constraint firstAttribute="height" constant="45" id="VHX-hm-rwt"/>
  473. <constraint firstAttribute="width" constant="67" id="k91-aB-f10"/>
  474. </constraints>
  475. <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  476. <state key="normal" image="close"/>
  477. <connections>
  478. <action selector="OnClosePlayer:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="K7i-h1-kd1"/>
  479. </connections>
  480. </button>
  481. </subviews>
  482. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  483. <constraints>
  484. <constraint firstAttribute="trailing" secondItem="nFW-fj-XiU" secondAttribute="trailing" id="6Bt-bC-qg6"/>
  485. <constraint firstItem="nFW-fj-XiU" firstAttribute="top" secondItem="UAx-tO-OLn" secondAttribute="top" constant="8" id="7UO-qL-6gF"/>
  486. <constraint firstItem="tl8-vS-NmX" firstAttribute="centerX" secondItem="UAx-tO-OLn" secondAttribute="centerX" id="n8h-z7-aWt"/>
  487. <constraint firstItem="tl8-vS-NmX" firstAttribute="centerY" secondItem="UAx-tO-OLn" secondAttribute="centerY" id="tf4-1O-Md8"/>
  488. </constraints>
  489. </view>
  490. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xB6-gu-25S">
  491. <rect key="frame" x="723" y="62" width="30" height="30"/>
  492. <constraints>
  493. <constraint firstAttribute="width" constant="30" id="P6a-W4-EMd"/>
  494. <constraint firstAttribute="height" constant="30" id="w6F-Xc-CKy"/>
  495. </constraints>
  496. <state key="normal" image="hangtag"/>
  497. <connections>
  498. <action selector="create_HangTag:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="3Rh-kr-h0I"/>
  499. </connections>
  500. </button>
  501. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9dN-Nj-HVI">
  502. <rect key="frame" x="520" y="100" width="193" height="26"/>
  503. <connections>
  504. <action selector="noLoginBtnClick:" destination="kAQ-Xf-rNs" eventType="touchUpInside" id="T8K-JI-GEY"/>
  505. </connections>
  506. </button>
  507. </subviews>
  508. <constraints>
  509. <constraint firstItem="BZr-kh-hAa" firstAttribute="top" secondItem="Dzb-yj-XNm" secondAttribute="bottom" constant="6" id="0JG-92-uoV"/>
  510. <constraint firstAttribute="bottom" secondItem="zZd-gk-D61" secondAttribute="bottom" constant="10" id="1t1-mO-gOn"/>
  511. <constraint firstItem="xB6-gu-25S" firstAttribute="trailing" secondItem="1rv-17-leT" secondAttribute="trailing" id="37L-o2-b2A"/>
  512. <constraint firstItem="ddM-j0-lzq" firstAttribute="top" secondItem="VmC-2l-iFl" secondAttribute="bottom" constant="10" id="48Y-ck-nwt"/>
  513. <constraint firstItem="tys-PF-kwk" firstAttribute="leading" secondItem="Beh-70-L2d" secondAttribute="trailing" constant="25" id="4bi-T0-kSp"/>
  514. <constraint firstItem="zh1-uz-g1b" firstAttribute="top" secondItem="9Mu-qp-RSA" secondAttribute="top" constant="1" id="5it-k0-gTN"/>
  515. <constraint firstItem="GEK-yI-yKO" firstAttribute="bottom" secondItem="620-g5-4tK" secondAttribute="bottom" id="6qn-RE-2aQ"/>
  516. <constraint firstItem="GEK-yI-yKO" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="8PU-wa-Leh"/>
  517. <constraint firstItem="hpa-9W-iey" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="8jI-tp-JOT"/>
  518. <constraint firstItem="UAx-tO-OLn" firstAttribute="leading" secondItem="lda-qN-8Qi" secondAttribute="leading" id="8yx-Ak-k6w"/>
  519. <constraint firstItem="N1W-Lo-6Jv" firstAttribute="top" secondItem="4DS-3P-N0a" secondAttribute="bottom" constant="12" id="9OQ-cs-UCc"/>
  520. <constraint firstItem="gmu-jm-jVa" firstAttribute="top" secondItem="VmC-2l-iFl" secondAttribute="top" id="9OS-qg-pw8"/>
  521. <constraint firstItem="zh1-uz-g1b" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" constant="1" id="AVA-fy-CDF"/>
  522. <constraint firstItem="qhd-Vt-E8T" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="Aho-ub-Olc"/>
  523. <constraint firstItem="Rti-0N-xbi" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="Am0-5H-Idz"/>
  524. <constraint firstItem="9Mu-qp-RSA" firstAttribute="top" secondItem="RVX-Zp-pKW" secondAttribute="bottom" constant="8" id="CHV-L0-S7z"/>
  525. <constraint firstItem="4DS-3P-N0a" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="CnE-Pr-AJw"/>
  526. <constraint firstItem="IBs-it-P9P" firstAttribute="top" secondItem="9Mu-qp-RSA" secondAttribute="bottom" constant="8" id="DY7-Bl-fS3"/>
  527. <constraint firstItem="620-g5-4tK" firstAttribute="top" secondItem="xWT-CK-qu9" secondAttribute="bottom" constant="8" id="EUe-un-LMq"/>
  528. <constraint firstItem="LWX-RN-PI8" firstAttribute="centerY" secondItem="zZd-gk-D61" secondAttribute="centerY" id="Ea3-fl-Rqv"/>
  529. <constraint firstItem="und-WO-9FR" firstAttribute="leading" secondItem="zh1-uz-g1b" secondAttribute="trailing" constant="8" id="EcS-ig-hnK"/>
  530. <constraint firstItem="7MM-5a-Rgh" firstAttribute="centerY" secondItem="9Mu-qp-RSA" secondAttribute="centerY" id="GJi-5D-tfn"/>
  531. <constraint firstItem="7xQ-5X-nrK" firstAttribute="bottom" secondItem="EdR-x4-cXr" secondAttribute="bottom" id="H0V-gR-cpa"/>
  532. <constraint firstItem="ZYO-s2-yW2" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="H1z-sX-U8d"/>
  533. <constraint firstItem="VmC-2l-iFl" firstAttribute="top" secondItem="BZr-kh-hAa" secondAttribute="bottom" constant="8" id="I6g-kM-B0M"/>
  534. <constraint firstItem="BZr-kh-hAa" firstAttribute="leading" secondItem="lda-qN-8Qi" secondAttribute="leading" constant="60" id="I6u-81-hAw"/>
  535. <constraint firstItem="7xQ-5X-nrK" firstAttribute="top" secondItem="Rti-0N-xbi" secondAttribute="bottom" constant="8" id="J6c-Gt-3TM"/>
  536. <constraint firstItem="UAx-tO-OLn" firstAttribute="top" secondItem="lda-qN-8Qi" secondAttribute="top" id="JFb-LC-SSQ"/>
  537. <constraint firstItem="EdR-x4-cXr" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="KJC-Fm-p7U"/>
  538. <constraint firstItem="RVX-Zp-pKW" firstAttribute="trailing" secondItem="9dN-Nj-HVI" secondAttribute="trailing" id="MkC-HF-sLR"/>
  539. <constraint firstItem="XL2-dM-hs3" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="Mzb-QG-7LT"/>
  540. <constraint firstAttribute="trailing" secondItem="xB6-gu-25S" secondAttribute="trailing" constant="15" id="NbR-Wt-kS5"/>
  541. <constraint firstItem="ddM-j0-lzq" firstAttribute="centerX" secondItem="VmC-2l-iFl" secondAttribute="centerX" id="O1H-h6-Qne"/>
  542. <constraint firstItem="xWT-CK-qu9" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="O2X-3W-Sea"/>
  543. <constraint firstItem="7MM-5a-Rgh" firstAttribute="leading" secondItem="und-WO-9FR" secondAttribute="trailing" constant="8" id="OCd-r5-xYP"/>
  544. <constraint firstItem="Beh-70-L2d" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="Oop-vq-4DX"/>
  545. <constraint firstItem="GEK-yI-yKO" firstAttribute="top" secondItem="bYR-eD-siI" secondAttribute="bottom" constant="8" id="P9W-Gc-7pD"/>
  546. <constraint firstItem="bYR-eD-siI" firstAttribute="top" secondItem="620-g5-4tK" secondAttribute="top" id="Qci-Hh-wTu"/>
  547. <constraint firstItem="4DS-3P-N0a" firstAttribute="top" secondItem="hpa-9W-iey" secondAttribute="bottom" constant="20" id="Rat-pW-pF0"/>
  548. <constraint firstItem="bYR-eD-siI" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="RlS-U1-83D"/>
  549. <constraint firstItem="Dzb-yj-XNm" firstAttribute="centerX" secondItem="lda-qN-8Qi" secondAttribute="centerX" id="SLv-PP-Qgc"/>
  550. <constraint firstItem="Dzb-yj-XNm" firstAttribute="top" secondItem="lda-qN-8Qi" secondAttribute="top" constant="4" id="SUe-y7-vMI"/>
  551. <constraint firstItem="ZYO-s2-yW2" firstAttribute="top" secondItem="7xQ-5X-nrK" secondAttribute="bottom" constant="8" id="U1u-yG-Q3c"/>
  552. <constraint firstItem="ZGd-Ce-1zi" firstAttribute="top" secondItem="xrj-vA-LrK" secondAttribute="bottom" constant="12" id="UAQ-Kr-PCe"/>
  553. <constraint firstItem="BZr-kh-hAa" firstAttribute="top" secondItem="1rv-17-leT" secondAttribute="bottom" id="UYs-Yu-jga"/>
  554. <constraint firstItem="und-WO-9FR" firstAttribute="centerY" secondItem="9Mu-qp-RSA" secondAttribute="centerY" id="UcQ-QK-wOq"/>
  555. <constraint firstItem="N1W-Lo-6Jv" firstAttribute="leading" secondItem="ZGd-Ce-1zi" secondAttribute="trailing" constant="12" id="V0S-8i-YP5"/>
  556. <constraint firstItem="IBs-it-P9P" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="V0T-9z-HFJ"/>
  557. <constraint firstItem="tys-PF-kwk" firstAttribute="centerY" secondItem="Beh-70-L2d" secondAttribute="centerY" id="V3G-P8-p3N"/>
  558. <constraint firstAttribute="trailing" secondItem="BZr-kh-hAa" secondAttribute="trailing" constant="60" id="Wh5-dN-nmE"/>
  559. <constraint firstItem="RVX-Zp-pKW" firstAttribute="top" secondItem="9dN-Nj-HVI" secondAttribute="top" id="Y0L-hn-X4C"/>
  560. <constraint firstItem="xB6-gu-25S" firstAttribute="bottom" secondItem="BZr-kh-hAa" secondAttribute="bottom" id="ZId-Yp-CGv"/>
  561. <constraint firstItem="7xQ-5X-nrK" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="ZX5-1l-xzJ"/>
  562. <constraint firstItem="k7p-WD-1vn" firstAttribute="bottom" secondItem="9Mu-qp-RSA" secondAttribute="bottom" constant="-7" id="ZZV-e8-hL7"/>
  563. <constraint firstItem="Rti-0N-xbi" firstAttribute="top" secondItem="EdR-x4-cXr" secondAttribute="top" id="a2d-nS-cA1"/>
  564. <constraint firstItem="RVX-Zp-pKW" firstAttribute="leading" secondItem="9dN-Nj-HVI" secondAttribute="leading" id="aVt-eJ-ejo"/>
  565. <constraint firstItem="ZYO-s2-yW2" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="dC8-RD-YMs"/>
  566. <constraint firstItem="9dN-Nj-HVI" firstAttribute="top" secondItem="gmu-jm-jVa" secondAttribute="top" id="e0w-4q-waZ"/>
  567. <constraint firstItem="Rti-0N-xbi" firstAttribute="top" secondItem="XL2-dM-hs3" secondAttribute="bottom" constant="8" id="eUo-eE-UT1"/>
  568. <constraint firstItem="N1W-Lo-6Jv" firstAttribute="bottom" secondItem="ZGd-Ce-1zi" secondAttribute="bottom" id="gUO-JO-joq"/>
  569. <constraint firstItem="620-g5-4tK" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="iEv-Cr-2OF"/>
  570. <constraint firstAttribute="trailing" secondItem="UAx-tO-OLn" secondAttribute="trailing" id="iWt-Xj-kLv"/>
  571. <constraint firstItem="VmC-2l-iFl" firstAttribute="centerY" secondItem="lda-qN-8Qi" secondAttribute="centerY" id="iyq-g4-udq"/>
  572. <constraint firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" constant="55" id="j5f-kA-4ph"/>
  573. <constraint firstItem="RVX-Zp-pKW" firstAttribute="top" secondItem="gmu-jm-jVa" secondAttribute="top" id="jpq-z9-ubW"/>
  574. <constraint firstItem="N1W-Lo-6Jv" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="kaJ-nf-Ors"/>
  575. <constraint firstItem="hpa-9W-iey" firstAttribute="centerY" secondItem="Beh-70-L2d" secondAttribute="centerY" id="kig-f0-zbd"/>
  576. <constraint firstItem="zZd-gk-D61" firstAttribute="leading" secondItem="lda-qN-8Qi" secondAttribute="leading" constant="35" id="klo-Ag-Tyi"/>
  577. <constraint firstItem="qhd-Vt-E8T" firstAttribute="top" secondItem="9Mu-qp-RSA" secondAttribute="top" constant="7" id="laf-Qs-QuW"/>
  578. <constraint firstItem="ZYO-s2-yW2" firstAttribute="top" secondItem="GEK-yI-yKO" secondAttribute="bottom" constant="8" id="lbE-CF-ixp"/>
  579. <constraint firstItem="VmC-2l-iFl" firstAttribute="leading" secondItem="lda-qN-8Qi" secondAttribute="leading" constant="35" id="mBe-mI-eRj"/>
  580. <constraint firstItem="LWX-RN-PI8" firstAttribute="trailing" secondItem="VmC-2l-iFl" secondAttribute="trailing" id="mmh-zL-wkj"/>
  581. <constraint firstItem="hpa-9W-iey" firstAttribute="leading" secondItem="tys-PF-kwk" secondAttribute="trailing" constant="25" id="rGb-bo-FM3"/>
  582. <constraint firstItem="4DS-3P-N0a" firstAttribute="leading" secondItem="xrj-vA-LrK" secondAttribute="trailing" constant="12" id="syx-Mi-PZq"/>
  583. <constraint firstItem="k7p-WD-1vn" firstAttribute="leading" secondItem="9Mu-qp-RSA" secondAttribute="leading" id="tcA-3r-mmL"/>
  584. <constraint firstItem="RVX-Zp-pKW" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="trq-5L-Ia3"/>
  585. <constraint firstAttribute="bottom" secondItem="N1W-Lo-6Jv" secondAttribute="bottom" constant="15" id="uaD-NK-t9f"/>
  586. <constraint firstItem="RVX-Zp-pKW" firstAttribute="bottom" secondItem="9dN-Nj-HVI" secondAttribute="bottom" id="vIo-NR-N57"/>
  587. <constraint firstItem="7MM-5a-Rgh" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" constant="-8" id="wfS-ou-9lb"/>
  588. <constraint firstAttribute="bottom" secondItem="UAx-tO-OLn" secondAttribute="bottom" id="wmM-CF-G8N"/>
  589. <constraint firstItem="hpa-9W-iey" firstAttribute="top" secondItem="ZYO-s2-yW2" secondAttribute="bottom" constant="8" id="xgB-iq-ttE"/>
  590. <constraint firstItem="LbE-vE-g0f" firstAttribute="trailing" secondItem="9Mu-qp-RSA" secondAttribute="trailing" id="xnx-NR-grB"/>
  591. <constraint firstItem="LbE-vE-g0f" firstAttribute="top" secondItem="9Mu-qp-RSA" secondAttribute="bottom" constant="8" id="yO4-Em-NgH"/>
  592. <constraint firstItem="RVX-Zp-pKW" firstAttribute="leading" secondItem="gmu-jm-jVa" secondAttribute="trailing" constant="3" id="zF8-B3-Swu"/>
  593. </constraints>
  594. </tableViewCellContentView>
  595. <constraints>
  596. <constraint firstAttribute="trailing" secondItem="lda-qN-8Qi" secondAttribute="trailing" id="DGa-hM-15a"/>
  597. <constraint firstAttribute="bottom" secondItem="lda-qN-8Qi" secondAttribute="bottom" id="LKv-it-keH"/>
  598. <constraint firstItem="lda-qN-8Qi" firstAttribute="leading" secondItem="kAQ-Xf-rNs" secondAttribute="leading" id="byc-Yt-9Ym"/>
  599. <constraint firstItem="lda-qN-8Qi" firstAttribute="top" secondItem="kAQ-Xf-rNs" secondAttribute="top" id="kVz-wE-jC1"/>
  600. </constraints>
  601. <inset key="separatorInset" minX="15" minY="0.0" maxX="0.0" maxY="0.0"/>
  602. <connections>
  603. <outlet property="btnNotifyMe" destination="xrj-vA-LrK" id="rYZ-Oc-VQE"/>
  604. <outlet property="btn_hangtag" destination="xB6-gu-25S" id="wJj-26-F35"/>
  605. <outlet property="btnaddCart" destination="4DS-3P-N0a" id="GSK-TU-eh8"/>
  606. <outlet property="btnaddPortfolio" destination="ZGd-Ce-1zi" id="q9p-hu-jLk"/>
  607. <outlet property="btnaddWish" destination="N1W-Lo-6Jv" id="wQV-kb-qu3"/>
  608. <outlet property="count_Label" destination="xWT-CK-qu9" id="18r-TE-5SU"/>
  609. <outlet property="cqyt_label" destination="ZYO-s2-yW2" id="MnE-Xa-0OE"/>
  610. <outlet property="descriptionBtn" destination="zZd-gk-D61" id="taR-HA-7uQ"/>
  611. <outlet property="descriptionRTLabel" destination="BZr-kh-hAa" id="ej7-6d-g1J"/>
  612. <outlet property="eta_label" destination="7xQ-5X-nrK" id="ebc-FQ-YZe"/>
  613. <outlet property="etaval_label" destination="GEK-yI-yKO" id="RBc-NY-odn"/>
  614. <outlet property="hmlg_stock_count_lb" destination="620-g5-4tK" id="ivv-kp-KIv"/>
  615. <outlet property="hmlg_stock_lb" destination="EdR-x4-cXr" id="Y9w-26-8su"/>
  616. <outlet property="incoming_stock_label" destination="Rti-0N-xbi" id="mvx-us-oGm"/>
  617. <outlet property="incomingcount_Label" destination="bYR-eD-siI" id="0u1-aN-VHO"/>
  618. <outlet property="introduceBtn" destination="LWX-RN-PI8" id="tKR-uK-LfG"/>
  619. <outlet property="model_label" destination="Dzb-yj-XNm" id="f5k-vG-4mS"/>
  620. <outlet property="on_sale_lb" destination="1rv-17-leT" id="sP8-2p-nlg"/>
  621. <outlet property="pageControl" destination="ddM-j0-lzq" id="z8M-W1-jPA"/>
  622. <outlet property="photoStack" destination="VmC-2l-iFl" id="v5m-Lv-dNd"/>
  623. <outlet property="priceLabel" destination="RVX-Zp-pKW" id="Qhi-Mc-0I6"/>
  624. <outlet property="property_nameLabel" destination="IBs-it-P9P" id="3xS-r4-Pec"/>
  625. <outlet property="property_valLabel" destination="LbE-vE-g0f" id="uJA-cd-bq8"/>
  626. <outlet property="quantity_text" destination="tys-PF-kwk" id="421-k2-9VR"/>
  627. <outlet property="selector_Button" destination="9Mu-qp-RSA" id="13j-hx-y2P"/>
  628. <outlet property="selector_dorpdown" destination="7MM-5a-Rgh" id="Xpe-ty-Dci"/>
  629. <outlet property="selector_imageView" destination="zh1-uz-g1b" id="mJn-Qc-fL7"/>
  630. <outlet property="selector_label" destination="und-WO-9FR" id="EDD-HB-Aka"/>
  631. <outlet property="selector_nameLabel" destination="qhd-Vt-E8T" id="eVe-7p-0hj"/>
  632. <outlet property="selector_valLabel" destination="k7p-WD-1vn" id="hIC-XR-TTf"/>
  633. <outlet property="stepper" destination="hpa-9W-iey" id="yjw-5h-JKp"/>
  634. <outlet property="ytplayerView" destination="UAx-tO-OLn" id="HkF-s2-pfN"/>
  635. </connections>
  636. </tableViewCell>
  637. <tableViewCell contentMode="scaleToFill" restorationIdentifier="DetailTopicCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="DetailTopicCell" translatesAutoresizingMaskIntoConstraints="NO" id="GbB-7z-HP1" customClass="DetailTopicCell">
  638. <rect key="frame" x="0.0" y="605.5" width="768" height="600"/>
  639. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  640. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="GbB-7z-HP1" id="7d6-QM-cCK">
  641. <rect key="frame" x="0.0" y="0.0" width="768" height="600"/>
  642. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  643. <subviews>
  644. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Refreshing...
Please wait." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9rZ-VP-yyn">
  645. <rect key="frame" x="284" y="40" width="200" height="90"/>
  646. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  647. <constraints>
  648. <constraint firstAttribute="width" constant="200" id="Wdg-wB-Umq"/>
  649. <constraint firstAttribute="height" constant="90" id="hQM-1T-DRc"/>
  650. </constraints>
  651. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  652. <color key="textColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  653. <nil key="highlightedColor"/>
  654. </label>
  655. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Jxp-hE-Plj">
  656. <rect key="frame" x="0.0" y="0.0" width="768" height="600"/>
  657. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  658. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="51a-3p-G90">
  659. <size key="itemSize" width="175" height="234"/>
  660. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  661. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  662. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  663. </collectionViewFlowLayout>
  664. <cells>
  665. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RelatedModelCell" id="xRz-rm-gCC" customClass="CategoryCellSmall">
  666. <rect key="frame" x="0.0" y="0.0" width="175" height="234"/>
  667. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  668. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  669. <rect key="frame" x="0.0" y="0.0" width="175" height="234"/>
  670. <autoresizingMask key="autoresizingMask"/>
  671. <subviews>
  672. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="soE-L9-8uI">
  673. <rect key="frame" x="1" y="1" width="173" height="173"/>
  674. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  675. <constraints>
  676. <constraint firstAttribute="width" secondItem="soE-L9-8uI" secondAttribute="height" multiplier="1:1" id="6Nj-rr-Tbd"/>
  677. </constraints>
  678. </imageView>
  679. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="frU-lk-Htz" userLabel="Label -description">
  680. <rect key="frame" x="8" y="195" width="159" height="21"/>
  681. <constraints>
  682. <constraint firstAttribute="height" constant="21" id="Oke-O7-z3E"/>
  683. </constraints>
  684. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  685. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  686. <nil key="highlightedColor"/>
  687. </label>
  688. </subviews>
  689. </view>
  690. <color key="backgroundColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  691. <constraints>
  692. <constraint firstItem="frU-lk-Htz" firstAttribute="leading" secondItem="xRz-rm-gCC" secondAttribute="leading" constant="8" id="Dmc-VJ-bu5"/>
  693. <constraint firstAttribute="trailing" secondItem="frU-lk-Htz" secondAttribute="trailing" constant="8" id="Y9J-dT-nSR"/>
  694. <constraint firstItem="soE-L9-8uI" firstAttribute="leading" secondItem="xRz-rm-gCC" secondAttribute="leading" constant="1" id="YEH-ql-03H"/>
  695. <constraint firstItem="soE-L9-8uI" firstAttribute="top" secondItem="xRz-rm-gCC" secondAttribute="top" constant="1" id="Znz-sl-HvC"/>
  696. <constraint firstAttribute="bottom" secondItem="frU-lk-Htz" secondAttribute="bottom" constant="18" id="lzy-98-Icq"/>
  697. <constraint firstAttribute="trailing" secondItem="soE-L9-8uI" secondAttribute="trailing" constant="1" id="rSx-6p-dMt"/>
  698. </constraints>
  699. <connections>
  700. <outlet property="cellDescription" destination="frU-lk-Htz" id="4ah-gb-7O8"/>
  701. <outlet property="cellImageView" destination="soE-L9-8uI" id="hQQ-r2-yRk"/>
  702. </connections>
  703. </collectionViewCell>
  704. </cells>
  705. <connections>
  706. <outlet property="dataSource" destination="GbB-7z-HP1" id="bPN-KJ-2MB"/>
  707. <outlet property="delegate" destination="GbB-7z-HP1" id="uZD-bm-KId"/>
  708. </connections>
  709. </collectionView>
  710. </subviews>
  711. <constraints>
  712. <constraint firstAttribute="bottom" secondItem="Jxp-hE-Plj" secondAttribute="bottom" id="0QT-vj-z2b"/>
  713. <constraint firstItem="Jxp-hE-Plj" firstAttribute="leading" secondItem="7d6-QM-cCK" secondAttribute="leading" id="3kY-1m-7EQ"/>
  714. <constraint firstItem="9rZ-VP-yyn" firstAttribute="top" secondItem="7d6-QM-cCK" secondAttribute="top" constant="40" id="ObE-PJ-At8"/>
  715. <constraint firstAttribute="trailing" secondItem="Jxp-hE-Plj" secondAttribute="trailing" id="XVW-xZ-ZWd"/>
  716. <constraint firstItem="9rZ-VP-yyn" firstAttribute="centerX" secondItem="7d6-QM-cCK" secondAttribute="centerX" id="ckT-fh-dQ1"/>
  717. <constraint firstItem="Jxp-hE-Plj" firstAttribute="top" secondItem="7d6-QM-cCK" secondAttribute="top" id="esB-48-0ww"/>
  718. </constraints>
  719. </tableViewCellContentView>
  720. <connections>
  721. <outlet property="refreshLabel" destination="9rZ-VP-yyn" id="dJj-dO-QYQ"/>
  722. <outlet property="topicCollectionView" destination="Jxp-hE-Plj" id="aHl-PW-bsh"/>
  723. </connections>
  724. </tableViewCell>
  725. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="DetailImageCell" id="z74-YI-ixb" customClass="DetailImageCell">
  726. <rect key="frame" x="0.0" y="1205.5" width="768" height="600"/>
  727. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  728. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="z74-YI-ixb" translatesAutoresizingMaskIntoConstraints="NO" id="uzk-Cm-M8H">
  729. <rect key="frame" x="0.0" y="0.0" width="768" height="600"/>
  730. </tableViewCellContentView>
  731. <constraints>
  732. <constraint firstItem="uzk-Cm-M8H" firstAttribute="top" secondItem="z74-YI-ixb" secondAttribute="top" id="4J8-gr-e29"/>
  733. <constraint firstAttribute="trailing" secondItem="uzk-Cm-M8H" secondAttribute="trailing" id="gvC-v9-o5s"/>
  734. <constraint firstAttribute="bottom" secondItem="uzk-Cm-M8H" secondAttribute="bottom" id="oSe-fa-ZnN"/>
  735. <constraint firstItem="uzk-Cm-M8H" firstAttribute="leading" secondItem="z74-YI-ixb" secondAttribute="leading" id="xpF-hL-EaV"/>
  736. </constraints>
  737. </tableViewCell>
  738. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="DetailInfoCell" rowHeight="44" id="m5c-yo-teZ" customClass="DetailKVCell">
  739. <rect key="frame" x="0.0" y="1805.5" width="768" height="44"/>
  740. <autoresizingMask key="autoresizingMask"/>
  741. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="m5c-yo-teZ" translatesAutoresizingMaskIntoConstraints="NO" id="9Go-8e-NvY">
  742. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  743. <subviews>
  744. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="01N-MT-7ec">
  745. <rect key="frame" x="20" y="11" width="166" height="21"/>
  746. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  747. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  748. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  749. <nil key="highlightedColor"/>
  750. </label>
  751. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="I8g-kc-8cg" customClass="RTLabel">
  752. <rect key="frame" x="243" y="10" width="295" height="22"/>
  753. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  754. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  755. </view>
  756. </subviews>
  757. </tableViewCellContentView>
  758. <constraints>
  759. <constraint firstAttribute="bottom" secondItem="9Go-8e-NvY" secondAttribute="bottom" id="3HM-Pq-EKp"/>
  760. <constraint firstItem="9Go-8e-NvY" firstAttribute="leading" secondItem="m5c-yo-teZ" secondAttribute="leading" id="3MA-bC-tDy"/>
  761. <constraint firstItem="9Go-8e-NvY" firstAttribute="top" secondItem="m5c-yo-teZ" secondAttribute="top" id="R51-Ol-zYw"/>
  762. <constraint firstAttribute="trailing" secondItem="9Go-8e-NvY" secondAttribute="trailing" id="dYj-Au-Zat"/>
  763. </constraints>
  764. <connections>
  765. <outlet property="keyLabel" destination="01N-MT-7ec" id="dFc-Jp-WKX"/>
  766. <outlet property="valLabel" destination="I8g-kc-8cg" id="kaJ-Vn-Jna"/>
  767. </connections>
  768. </tableViewCell>
  769. </prototypes>
  770. <connections>
  771. <outlet property="dataSource" destination="DEE-oz-45Z" id="acs-DR-6vj"/>
  772. <outlet property="delegate" destination="DEE-oz-45Z" id="0bv-Uy-wTf"/>
  773. </connections>
  774. </tableView>
  775. <label hidden="YES" opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cannot get data from server.
Tap to try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z5X-Tk-7lQ">
  776. <rect key="frame" x="262" y="489.5" width="244" height="45.5"/>
  777. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  778. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  779. <nil key="highlightedColor"/>
  780. </label>
  781. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="jSv-fx-yNd">
  782. <rect key="frame" x="365.5" y="493.5" width="37" height="37"/>
  783. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  784. </activityIndicatorView>
  785. </subviews>
  786. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  787. <constraints>
  788. <constraint firstItem="Z5X-Tk-7lQ" firstAttribute="centerX" secondItem="Yx8-lp-iyF" secondAttribute="centerX" id="476-2h-SNG"/>
  789. <constraint firstItem="gac-eh-pxs" firstAttribute="top" secondItem="Yx8-lp-iyF" secondAttribute="top" id="HUy-Jy-5gr"/>
  790. <constraint firstItem="gac-eh-pxs" firstAttribute="trailing" secondItem="tLK-l6-IIH" secondAttribute="trailing" id="MP3-e8-Op6"/>
  791. <constraint firstItem="jSv-fx-yNd" firstAttribute="centerX" secondItem="Yx8-lp-iyF" secondAttribute="centerX" id="Suz-K8-oRS"/>
  792. <constraint firstItem="jSv-fx-yNd" firstAttribute="centerY" secondItem="Yx8-lp-iyF" secondAttribute="centerY" id="cWs-yO-hLx"/>
  793. <constraint firstAttribute="bottom" secondItem="gac-eh-pxs" secondAttribute="bottom" id="fKr-Up-5zL"/>
  794. <constraint firstItem="Z5X-Tk-7lQ" firstAttribute="centerY" secondItem="Yx8-lp-iyF" secondAttribute="centerY" id="iaa-1B-WhG"/>
  795. <constraint firstItem="gac-eh-pxs" firstAttribute="leading" secondItem="tLK-l6-IIH" secondAttribute="leading" id="wc3-s4-QLK"/>
  796. </constraints>
  797. <viewLayoutGuide key="safeArea" id="tLK-l6-IIH"/>
  798. </view>
  799. <connections>
  800. <outlet property="detailTable" destination="gac-eh-pxs" id="BKY-IU-IYX"/>
  801. <outlet property="label_net_err" destination="Z5X-Tk-7lQ" id="5Ww-Ei-dch"/>
  802. <outlet property="mum" destination="jSv-fx-yNd" id="H8R-0s-Qxe"/>
  803. </connections>
  804. </viewController>
  805. <placeholder placeholderIdentifier="IBFirstResponder" id="wJW-pf-god" userLabel="First Responder" sceneMemberID="firstResponder"/>
  806. </objects>
  807. <point key="canvasLocation" x="2468.75" y="697.8515625"/>
  808. </scene>
  809. </scenes>
  810. <resources>
  811. <image name="Assembly icon" width="32" height="32"/>
  812. <image name="btn_addtocart_large" width="124" height="39"/>
  813. <image name="btn_addtoportfolio" width="124" height="39"/>
  814. <image name="btn_addtowish" width="124" height="39"/>
  815. <image name="close" width="40" height="40"/>
  816. <image name="hangtag" width="30" height="30"/>
  817. <image name="notifyMe" width="124" height="39"/>
  818. <image name="select" width="32" height="32"/>
  819. </resources>
  820. </document>