test.storyboard 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" 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="15509"/>
  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. <!--View Controller-->
  12. <scene sceneID="KJD-Ze-Kbn">
  13. <objects>
  14. <viewController id="qtb-Ar-oNe" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="SAL-zX-Jde">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="7NX-JP-hBQ">
  20. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  21. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  22. </tableView>
  23. </subviews>
  24. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  25. <constraints>
  26. <constraint firstItem="7NX-JP-hBQ" firstAttribute="leading" secondItem="J7Q-IZ-xSN" secondAttribute="leading" id="Gf1-9A-VtM"/>
  27. <constraint firstItem="J7Q-IZ-xSN" firstAttribute="bottom" secondItem="7NX-JP-hBQ" secondAttribute="bottom" id="Wtt-7L-yaY"/>
  28. <constraint firstItem="7NX-JP-hBQ" firstAttribute="top" secondItem="J7Q-IZ-xSN" secondAttribute="top" id="eJB-Sm-32j"/>
  29. <constraint firstItem="J7Q-IZ-xSN" firstAttribute="trailing" secondItem="7NX-JP-hBQ" secondAttribute="trailing" id="y0H-FL-n2w"/>
  30. </constraints>
  31. <viewLayoutGuide key="safeArea" id="J7Q-IZ-xSN"/>
  32. </view>
  33. </viewController>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="eSx-KX-TBz" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  35. </objects>
  36. <point key="canvasLocation" x="-2039" y="1281"/>
  37. </scene>
  38. <!--Detail View Controller-->
  39. <scene sceneID="hik-CF-ewn">
  40. <objects>
  41. <viewController storyboardIdentifier="DetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="TKo-DB-vjx" customClass="DetailViewController" sceneMemberID="viewController">
  42. <layoutGuides>
  43. <viewControllerLayoutGuide type="top" id="wWM-l4-hcX"/>
  44. <viewControllerLayoutGuide type="bottom" id="XhQ-BB-BgL"/>
  45. </layoutGuides>
  46. <view key="view" contentMode="scaleToFill" id="gkO-Wx-QkY">
  47. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  49. <subviews>
  50. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="prototypes" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="600" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="wWZ-0u-gng">
  51. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  53. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  55. <prototypes>
  56. <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="DetailHeaderCell" rowHeight="550" translatesAutoresizingMaskIntoConstraints="NO" id="Tet-ce-klp" customClass="DetailHeaderCell">
  57. <rect key="frame" x="0.0" y="55.5" width="768" height="550"/>
  58. <autoresizingMask key="autoresizingMask"/>
  59. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Tet-ce-klp" id="elg-eW-wgK">
  60. <rect key="frame" x="0.0" y="0.0" width="768" height="550"/>
  61. <autoresizingMask key="autoresizingMask"/>
  62. <subviews>
  63. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="USD 123.45" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0zg-2F-a7R">
  64. <rect key="frame" x="515" y="70" width="186" height="30"/>
  65. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  66. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  67. <fontDescription key="fontDescription" type="system" pointSize="21"/>
  68. <nil key="highlightedColor"/>
  69. </label>
  70. <pageControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="UfE-AL-3Fh">
  71. <rect key="frame" x="457" y="438" width="310" height="38"/>
  72. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  73. <color key="pageIndicatorTintColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  74. <color key="currentPageIndicatorTintColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  75. </pageControl>
  76. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v6j-r0-g2P">
  77. <rect key="frame" x="445" y="106" width="256" height="80"/>
  78. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  79. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  80. <state key="normal">
  81. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  82. </state>
  83. <connections>
  84. <action selector="selectorOnClick:" destination="Tet-ce-klp" eventType="touchUpInside" id="68N-xx-RWs"/>
  85. </connections>
  86. </button>
  87. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Availability" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FYl-0M-0kZ">
  88. <rect key="frame" x="445" y="240" width="130" height="20"/>
  89. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  90. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  91. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  92. <nil key="highlightedColor"/>
  93. </label>
  94. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Incoming stock" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1r7-Gb-lgs">
  95. <rect key="frame" x="445" y="260" width="130" height="20"/>
  96. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  97. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  98. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  99. <nil key="highlightedColor"/>
  100. </label>
  101. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" restorationIdentifier="property" text="property" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D9a-0s-sz8">
  102. <rect key="frame" x="445" y="196" width="130" height="20"/>
  103. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  104. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  105. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  106. <nil key="highlightedColor"/>
  107. </label>
  108. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JWt-MG-T2X">
  109. <rect key="frame" x="577" y="240" width="124" height="20"/>
  110. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  111. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  112. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  113. <nil key="highlightedColor"/>
  114. </label>
  115. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Availability in 7-10 days" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="21Q-qO-umr">
  116. <rect key="frame" x="445" y="260" width="130" height="50"/>
  117. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  118. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  119. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  120. <nil key="highlightedColor"/>
  121. </label>
  122. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3iS-wq-KdB">
  123. <rect key="frame" x="577" y="260" width="124" height="50"/>
  124. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  125. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  126. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  127. <nil key="highlightedColor"/>
  128. </label>
  129. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="count" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wWJ-rp-DUm">
  130. <rect key="frame" x="577" y="260" width="124" height="20"/>
  131. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  132. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
  133. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  134. <nil key="highlightedColor"/>
  135. </label>
  136. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="prop val" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="stk-IA-5oM">
  137. <rect key="frame" x="577" y="196" width="124" height="20"/>
  138. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  139. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  140. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  141. <nil key="highlightedColor"/>
  142. </label>
  143. <view contentMode="scaleToFill" fixedFrame="YES" restorationIdentifier="PhotoStackView" translatesAutoresizingMaskIntoConstraints="NO" id="gmQ-n3-upa" customClass="PhotoStackView">
  144. <rect key="frame" x="423" y="76" width="344" height="350"/>
  145. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  146. </view>
  147. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cFu-cJ-gJH">
  148. <rect key="frame" x="344" y="499" width="40" height="40"/>
  149. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  150. <state key="normal" image="Assembly icon">
  151. <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  152. </state>
  153. <connections>
  154. <action selector="introduceBtnClick:" destination="Tet-ce-klp" eventType="touchUpInside" id="IuG-kN-L85"/>
  155. </connections>
  156. </button>
  157. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MPf-Ch-trq">
  158. <rect key="frame" x="35" y="510" width="100" height="30"/>
  159. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  160. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  161. <state key="normal" title="Read More"/>
  162. <connections>
  163. <action selector="descriptionBtnClick:" destination="Tet-ce-klp" eventType="touchUpInside" id="ziL-rK-FzG"/>
  164. </connections>
  165. </button>
  166. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="selector_name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dCd-Uy-4FR">
  167. <rect key="frame" x="633" y="120" width="134" height="16"/>
  168. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  169. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  170. <nil key="highlightedColor"/>
  171. </label>
  172. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="selector_val" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mPv-2u-Olg">
  173. <rect key="frame" x="577" y="150" width="190" height="20"/>
  174. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  175. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  176. <nil key="highlightedColor"/>
  177. </label>
  178. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CkG-Wm-UFP">
  179. <rect key="frame" x="445" y="106" width="70" height="74"/>
  180. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  181. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  182. </imageView>
  183. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Quantity" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xCM-h3-7Os">
  184. <rect key="frame" x="445" y="364" width="64" height="16"/>
  185. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  186. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  187. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  188. <nil key="highlightedColor"/>
  189. </label>
  190. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iD4-OT-aNX" customClass="DefaultImageButton">
  191. <rect key="frame" x="445" y="456" width="130" height="38"/>
  192. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  193. <state key="normal" title="Add to portfolio" backgroundImage="btn_addtoportfolio">
  194. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  195. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  196. </state>
  197. <connections>
  198. <action selector="add_toPortfolio:" destination="Tet-ce-klp" eventType="touchUpInside" id="dcJ-1h-Il6"/>
  199. </connections>
  200. </button>
  201. <stepper opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minimumValue="1" maximumValue="100" translatesAutoresizingMaskIntoConstraints="NO" id="nw1-YI-sbq">
  202. <rect key="frame" x="611" y="356" width="90" height="30"/>
  203. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  204. </stepper>
  205. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Lrs-SW-RSW">
  206. <rect key="frame" x="541" y="356" width="62" height="30"/>
  207. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  208. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  209. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  210. </textField>
  211. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="select" translatesAutoresizingMaskIntoConstraints="NO" id="p35-hA-UvP">
  212. <rect key="frame" x="681" y="130" width="20" height="26"/>
  213. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  214. </imageView>
  215. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="ETA" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Po1-Qg-m0R">
  216. <rect key="frame" x="445" y="296" width="20" height="20"/>
  217. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  218. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  219. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  220. <nil key="highlightedColor"/>
  221. </label>
  222. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="erh-mA-yQR">
  223. <rect key="frame" x="577" y="296" width="124" height="20"/>
  224. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  225. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  226. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  227. <nil key="highlightedColor"/>
  228. </label>
  229. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Model QTY in Cart" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="36A-DG-X8j">
  230. <rect key="frame" x="445" y="320" width="256" height="20"/>
  231. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  232. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  233. <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  234. <nil key="highlightedColor"/>
  235. </label>
  236. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ylq-7z-za6">
  237. <rect key="frame" x="255" y="494" width="256" height="30"/>
  238. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  239. <fontDescription key="fontDescription" type="boldSystem" pointSize="24"/>
  240. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  241. <nil key="highlightedColor"/>
  242. </label>
  243. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ktb-HP-zpu" userLabel="Description RTLabel" customClass="RTLabel">
  244. <rect key="frame" x="255" y="10" width="256" height="52"/>
  245. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  246. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  247. </view>
  248. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="On Sale" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VIO-es-14c">
  249. <rect key="frame" x="657" y="20" width="88" height="30"/>
  250. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  251. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  252. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  253. <nil key="highlightedColor"/>
  254. </label>
  255. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Price:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ONY-dB-HPb">
  256. <rect key="frame" x="445" y="70" width="70" height="30"/>
  257. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  258. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  259. <fontDescription key="fontDescription" type="system" pointSize="21"/>
  260. <nil key="highlightedColor"/>
  261. </label>
  262. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Do2-Sv-eqL" customClass="DefaultImageButton">
  263. <rect key="frame" x="587" y="456" width="114" height="38"/>
  264. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  265. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  266. <state key="normal" title="Add to wish list" backgroundImage="btn_addtowish">
  267. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  268. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  269. </state>
  270. <userDefinedRuntimeAttributes>
  271. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  272. <integer key="value" value="15"/>
  273. </userDefinedRuntimeAttribute>
  274. </userDefinedRuntimeAttributes>
  275. <connections>
  276. <action selector="add_toWatchList:" destination="Tet-ce-klp" eventType="touchUpInside" id="lxx-Yv-cI1"/>
  277. </connections>
  278. </button>
  279. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bKt-Rg-BYo" customClass="DefaultImageButton">
  280. <rect key="frame" x="587" y="408" width="114" height="38"/>
  281. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  282. <fontDescription key="fontDescription" type="system" pointSize="22"/>
  283. <state key="normal" title="Add to cart" backgroundImage="btn_addtocart_large">
  284. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  285. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  286. </state>
  287. <connections>
  288. <action selector="add_toCart:" destination="Tet-ce-klp" eventType="touchUpInside" id="XTO-1y-xw2"/>
  289. </connections>
  290. </button>
  291. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hUR-Ss-ICd">
  292. <rect key="frame" x="525" y="116" width="152" height="54"/>
  293. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  294. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  295. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  296. <nil key="highlightedColor"/>
  297. </label>
  298. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5LP-wW-qWm">
  299. <rect key="frame" x="445" y="408" width="130" height="38"/>
  300. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  301. <state key="normal" image="notifyMe">
  302. <color key="titleColor" red="0.60000002379999995" green="0.40000000600000002" blue="0.20000000300000001" alpha="1" colorSpace="calibratedRGB"/>
  303. </state>
  304. <connections>
  305. <action selector="notifyMeButtonClicked:" destination="Tet-ce-klp" eventType="touchUpInside" id="roe-k9-5d3"/>
  306. </connections>
  307. </button>
  308. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sIB-Ai-g79">
  309. <rect key="frame" x="515" y="70" width="186" height="30"/>
  310. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  311. <connections>
  312. <action selector="noLoginBtnClick:" destination="Tet-ce-klp" eventType="touchUpInside" id="cTu-gP-sDr"/>
  313. </connections>
  314. </button>
  315. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aPz-N9-d1t">
  316. <rect key="frame" x="715" y="58" width="30" height="30"/>
  317. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  318. <state key="normal" image="hangtag"/>
  319. <connections>
  320. <action selector="create_HangTag:" destination="Tet-ce-klp" eventType="touchUpInside" id="cXp-bx-TZu"/>
  321. </connections>
  322. </button>
  323. <view hidden="YES" contentMode="scaleToFill" misplaced="YES" insetsLayoutMarginsFromSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uOx-iA-VFw" customClass="YTPlayerView">
  324. <rect key="frame" x="0.0" y="0.0" width="768" height="550"/>
  325. <subviews>
  326. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Video player will show here" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9zp-Qn-4z3" userLabel="Video player will be there">
  327. <rect key="frame" x="146" y="233" width="476" height="83"/>
  328. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  329. <fontDescription key="fontDescription" type="system" pointSize="32"/>
  330. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  331. <nil key="highlightedColor"/>
  332. </label>
  333. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xjO-la-Cfe">
  334. <rect key="frame" x="697" y="8" width="70" height="45"/>
  335. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  336. <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  337. <state key="normal" image="close"/>
  338. <connections>
  339. <action selector="OnClosePlayer:" destination="Tet-ce-klp" eventType="touchUpInside" id="5us-jA-DoT"/>
  340. </connections>
  341. </button>
  342. </subviews>
  343. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  344. </view>
  345. </subviews>
  346. <constraints>
  347. <constraint firstItem="uOx-iA-VFw" firstAttribute="leading" secondItem="elg-eW-wgK" secondAttribute="leading" id="4C8-lJ-xpq"/>
  348. <constraint firstItem="uOx-iA-VFw" firstAttribute="top" secondItem="elg-eW-wgK" secondAttribute="top" id="9zh-rf-tSj"/>
  349. <constraint firstAttribute="trailing" secondItem="uOx-iA-VFw" secondAttribute="trailing" id="HFR-AV-2j7"/>
  350. <constraint firstAttribute="bottom" secondItem="uOx-iA-VFw" secondAttribute="bottom" id="XfA-ua-FPd"/>
  351. </constraints>
  352. </tableViewCellContentView>
  353. <inset key="separatorInset" minX="15" minY="0.0" maxX="0.0" maxY="0.0"/>
  354. <connections>
  355. <outlet property="btnNotifyMe" destination="5LP-wW-qWm" id="3Av-az-Ehr"/>
  356. <outlet property="btn_hangtag" destination="aPz-N9-d1t" id="G5c-Rd-pgt"/>
  357. <outlet property="btnaddCart" destination="bKt-Rg-BYo" id="eF1-1i-Z23"/>
  358. <outlet property="btnaddPortfolio" destination="iD4-OT-aNX" id="xHs-6R-Uh9"/>
  359. <outlet property="btnaddWish" destination="Do2-Sv-eqL" id="D8Z-zB-JP8"/>
  360. <outlet property="count_Label" destination="JWt-MG-T2X" id="aEo-IK-PUj"/>
  361. <outlet property="cqyt_label" destination="36A-DG-X8j" id="krK-tT-2Qb"/>
  362. <outlet property="descriptionBtn" destination="MPf-Ch-trq" id="t2I-1c-UdN"/>
  363. <outlet property="descriptionRTLabel" destination="Ktb-HP-zpu" id="l6c-Rn-tYd"/>
  364. <outlet property="eta_label" destination="Po1-Qg-m0R" id="4u2-Vt-pzB"/>
  365. <outlet property="etaval_label" destination="erh-mA-yQR" id="e62-e0-U9q"/>
  366. <outlet property="hmlg_stock_count_lb" destination="3iS-wq-KdB" id="hKI-ms-byU"/>
  367. <outlet property="hmlg_stock_lb" destination="21Q-qO-umr" id="6OR-Bd-5EB"/>
  368. <outlet property="incoming_stock_label" destination="1r7-Gb-lgs" id="V4f-Ev-kVj"/>
  369. <outlet property="incomingcount_Label" destination="wWJ-rp-DUm" id="5d9-Bn-cUn"/>
  370. <outlet property="introduceBtn" destination="cFu-cJ-gJH" id="mQO-mN-xj6"/>
  371. <outlet property="model_label" destination="Ylq-7z-za6" id="NcP-E6-D9g"/>
  372. <outlet property="on_sale_lb" destination="VIO-es-14c" id="RAn-e7-Ckc"/>
  373. <outlet property="pageControl" destination="UfE-AL-3Fh" id="rHQ-LJ-QYg"/>
  374. <outlet property="photoStack" destination="gmQ-n3-upa" id="FOd-q6-yFF"/>
  375. <outlet property="playerView" destination="uOx-iA-VFw" id="Jeh-ZK-dJT"/>
  376. <outlet property="priceLabel" destination="0zg-2F-a7R" id="Fcr-H3-Ms2"/>
  377. <outlet property="property_nameLabel" destination="D9a-0s-sz8" id="v06-Pj-KTb"/>
  378. <outlet property="property_valLabel" destination="stk-IA-5oM" id="I8d-Xf-JkH"/>
  379. <outlet property="quantity_text" destination="Lrs-SW-RSW" id="A4I-uF-0I3"/>
  380. <outlet property="selector_Button" destination="v6j-r0-g2P" id="eE2-Px-fcd"/>
  381. <outlet property="selector_dorpdown" destination="p35-hA-UvP" id="CBz-q4-4bg"/>
  382. <outlet property="selector_imageView" destination="CkG-Wm-UFP" id="vx6-06-IAo"/>
  383. <outlet property="selector_label" destination="hUR-Ss-ICd" id="wya-OS-xFZ"/>
  384. <outlet property="selector_nameLabel" destination="dCd-Uy-4FR" id="y0K-cM-Ewn"/>
  385. <outlet property="selector_valLabel" destination="mPv-2u-Olg" id="Xe2-f3-Wsl"/>
  386. <outlet property="stepper" destination="nw1-YI-sbq" id="fQ6-OT-aDs"/>
  387. </connections>
  388. </tableViewCell>
  389. <tableViewCell contentMode="scaleToFill" restorationIdentifier="DetailTopicCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="DetailTopicCell" id="JYg-8W-hrW" customClass="DetailTopicCell">
  390. <rect key="frame" x="0.0" y="605.5" width="768" height="600"/>
  391. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  392. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JYg-8W-hrW" id="hD5-yb-UuN">
  393. <rect key="frame" x="0.0" y="0.0" width="768" height="600"/>
  394. <autoresizingMask key="autoresizingMask"/>
  395. <subviews>
  396. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Refreshing...
Please wait." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HlE-No-Irn">
  397. <rect key="frame" x="285" y="50" width="198" height="87"/>
  398. <autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
  399. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  400. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  401. <color key="textColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  402. <nil key="highlightedColor"/>
  403. </label>
  404. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="1Zg-1l-Sbp">
  405. <rect key="frame" x="-17" y="-30" width="770" height="608"/>
  406. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  407. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  408. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="A7g-t1-9sS">
  409. <size key="itemSize" width="175" height="234"/>
  410. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  411. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  412. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  413. </collectionViewFlowLayout>
  414. <cells>
  415. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RelatedModelCell" id="dHi-5w-2ai" customClass="CategoryCellSmall">
  416. <rect key="frame" x="0.0" y="0.0" width="175" height="234"/>
  417. <autoresizingMask key="autoresizingMask"/>
  418. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  419. <rect key="frame" x="0.0" y="0.0" width="175" height="234"/>
  420. <autoresizingMask key="autoresizingMask"/>
  421. <subviews>
  422. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="eFd-iM-lvj">
  423. <rect key="frame" x="1" y="1" width="173" height="172"/>
  424. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  425. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  426. </imageView>
  427. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="i38-HN-HNb" userLabel="Label -description">
  428. <rect key="frame" x="8" y="195" width="159" height="21"/>
  429. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  430. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  431. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  432. <nil key="highlightedColor"/>
  433. </label>
  434. </subviews>
  435. </view>
  436. <color key="backgroundColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  437. <connections>
  438. <outlet property="cellDescription" destination="i38-HN-HNb" id="JCJ-kX-Hti"/>
  439. <outlet property="cellImageView" destination="eFd-iM-lvj" id="xd1-zH-PJ5"/>
  440. </connections>
  441. </collectionViewCell>
  442. </cells>
  443. <connections>
  444. <outlet property="dataSource" destination="JYg-8W-hrW" id="gRI-QC-KC0"/>
  445. <outlet property="delegate" destination="JYg-8W-hrW" id="KHL-7B-mSq"/>
  446. </connections>
  447. </collectionView>
  448. </subviews>
  449. </tableViewCellContentView>
  450. <connections>
  451. <outlet property="refreshLabel" destination="HlE-No-Irn" id="9ae-41-c7L"/>
  452. <outlet property="topicCollectionView" destination="1Zg-1l-Sbp" id="xcB-EC-gSL"/>
  453. </connections>
  454. </tableViewCell>
  455. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="DetailImageCell" id="6DP-1R-Y67" customClass="DetailImageCell">
  456. <rect key="frame" x="0.0" y="1205.5" width="768" height="600"/>
  457. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  458. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6DP-1R-Y67" id="qWB-LZ-ygA">
  459. <rect key="frame" x="0.0" y="0.0" width="768" height="600"/>
  460. <autoresizingMask key="autoresizingMask"/>
  461. </tableViewCellContentView>
  462. </tableViewCell>
  463. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="DetailInfoCell" rowHeight="44" id="8QS-Ah-Sjm" customClass="DetailKVCell">
  464. <rect key="frame" x="0.0" y="1805.5" width="768" height="44"/>
  465. <autoresizingMask key="autoresizingMask"/>
  466. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8QS-Ah-Sjm" id="tsM-RR-dF1">
  467. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  468. <autoresizingMask key="autoresizingMask"/>
  469. <subviews>
  470. <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="Cn6-P5-2vw">
  471. <rect key="frame" x="20" y="11" width="165" height="21"/>
  472. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  473. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  474. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  475. <nil key="highlightedColor"/>
  476. </label>
  477. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hku-GV-oaO" customClass="RTLabel">
  478. <rect key="frame" x="242" y="10" width="296" height="22"/>
  479. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  480. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  481. </view>
  482. </subviews>
  483. </tableViewCellContentView>
  484. <connections>
  485. <outlet property="keyLabel" destination="Cn6-P5-2vw" id="TVi-FL-mf7"/>
  486. <outlet property="valLabel" destination="Hku-GV-oaO" id="JTi-Ky-Xt8"/>
  487. </connections>
  488. </tableViewCell>
  489. </prototypes>
  490. <connections>
  491. <outlet property="dataSource" destination="TKo-DB-vjx" id="qhr-6F-ETb"/>
  492. <outlet property="delegate" destination="TKo-DB-vjx" id="pBB-DQ-OaM"/>
  493. </connections>
  494. </tableView>
  495. <label hidden="YES" opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Cannot get data from server.
Tap to try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="etW-ah-asC">
  496. <rect key="frame" x="244" y="476" width="277" height="73"/>
  497. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  498. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  499. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  500. <nil key="highlightedColor"/>
  501. </label>
  502. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="M5t-tS-903">
  503. <rect key="frame" x="365" y="494" width="37" height="37"/>
  504. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  505. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  506. </activityIndicatorView>
  507. </subviews>
  508. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  509. <viewLayoutGuide key="safeArea" id="57S-D2-fue"/>
  510. </view>
  511. <connections>
  512. <outlet property="detailTable" destination="wWZ-0u-gng" id="g9f-pn-vgn"/>
  513. <outlet property="label_net_err" destination="etW-ah-asC" id="cGK-3n-MbU"/>
  514. <outlet property="mum" destination="M5t-tS-903" id="oQo-EU-jOo"/>
  515. </connections>
  516. </viewController>
  517. <placeholder placeholderIdentifier="IBFirstResponder" id="qub-eL-dgu" userLabel="First Responder" sceneMemberID="firstResponder"/>
  518. </objects>
  519. <point key="canvasLocation" x="-1107.03125" y="1189.453125"/>
  520. </scene>
  521. <!--Contact List-->
  522. <scene sceneID="Jnk-gn-cak">
  523. <objects>
  524. <viewController storyboardIdentifier="ContactListViewController" title="Contact List" useStoryboardIdentifierAsRestorationIdentifier="YES" id="LBG-Xg-hJh" customClass="ContactListViewController" sceneMemberID="viewController">
  525. <layoutGuides>
  526. <viewControllerLayoutGuide type="top" id="One-xH-cpe"/>
  527. <viewControllerLayoutGuide type="bottom" id="rzi-SS-gVd"/>
  528. </layoutGuides>
  529. <view key="view" contentMode="scaleToFill" id="Uqh-AD-Nc7">
  530. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  531. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  532. <subviews>
  533. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wGd-fO-M8b">
  534. <rect key="frame" x="0.0" y="0.0" width="768" height="50"/>
  535. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  536. <items>
  537. <barButtonItem title="Advance Search" id="bNC-kb-nT7">
  538. <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  539. <connections>
  540. <action selector="onASearch:" destination="LBG-Xg-hJh" id="g4s-pd-K0c"/>
  541. </connections>
  542. </barButtonItem>
  543. <barButtonItem style="plain" systemItem="flexibleSpace" id="PFe-67-GnE"/>
  544. <barButtonItem style="plain" id="qvb-YU-L9N">
  545. <searchBar key="customView" contentMode="redraw" searchBarStyle="minimal" placeholder="Name, Address, Phone etc" id="gnd-aA-rBC">
  546. <rect key="frame" x="297" y="3" width="364" height="44"/>
  547. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  548. <textInputTraits key="textInputTraits"/>
  549. <connections>
  550. <outlet property="delegate" destination="LBG-Xg-hJh" id="jLs-Dn-vVX"/>
  551. </connections>
  552. </searchBar>
  553. </barButtonItem>
  554. <barButtonItem width="42" style="plain" systemItem="fixedSpace" id="rbg-eB-cIj"/>
  555. <barButtonItem image="newcustomer" id="Kh9-Xw-mB6">
  556. <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  557. <connections>
  558. <action selector="onNewCustomerClick:" destination="LBG-Xg-hJh" id="Iov-Cm-qJD"/>
  559. </connections>
  560. </barButtonItem>
  561. </items>
  562. <color key="barTintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  563. </toolbar>
  564. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="5YU-xs-v2N">
  565. <rect key="frame" x="0.0" y="50" width="768" height="974"/>
  566. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  567. <prototypes>
  568. <tableViewCell contentMode="scaleToFill" restorationIdentifier="ContactListTableViewCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="ContactListTableViewCell" rowHeight="128" id="70r-bB-xZV" customClass="ContactListTableViewCell">
  569. <rect key="frame" x="0.0" y="28" width="768" height="128"/>
  570. <autoresizingMask key="autoresizingMask"/>
  571. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="70r-bB-xZV" id="ZGL-EE-o0O">
  572. <rect key="frame" x="0.0" y="0.0" width="768" height="128"/>
  573. <autoresizingMask key="autoresizingMask"/>
  574. <subviews>
  575. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NEm-Ao-uEm">
  576. <rect key="frame" x="713" y="44" width="40" height="40"/>
  577. <state key="normal" image="assign"/>
  578. <connections>
  579. <action selector="onAssignClick:" destination="LBG-Xg-hJh" eventType="touchUpInside" id="6T5-Fd-aIH"/>
  580. </connections>
  581. </button>
  582. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1ca-TS-zZq" customClass="RTLabel">
  583. <rect key="frame" x="15" y="0.0" width="690" height="128"/>
  584. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  585. </view>
  586. </subviews>
  587. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  588. <constraints>
  589. <constraint firstAttribute="bottom" secondItem="1ca-TS-zZq" secondAttribute="bottom" id="1Ij-xt-1Cf"/>
  590. <constraint firstItem="NEm-Ao-uEm" firstAttribute="leading" secondItem="1ca-TS-zZq" secondAttribute="trailing" constant="8" id="BvK-ov-a48"/>
  591. <constraint firstAttribute="trailing" secondItem="NEm-Ao-uEm" secondAttribute="trailing" constant="15" id="e7Y-Gi-zGC"/>
  592. <constraint firstItem="1ca-TS-zZq" firstAttribute="leading" secondItem="ZGL-EE-o0O" secondAttribute="leading" constant="15" id="hg1-ES-4o9"/>
  593. <constraint firstItem="NEm-Ao-uEm" firstAttribute="centerY" secondItem="ZGL-EE-o0O" secondAttribute="centerY" id="n67-0k-lUQ"/>
  594. <constraint firstItem="1ca-TS-zZq" firstAttribute="top" secondItem="ZGL-EE-o0O" secondAttribute="top" id="qpS-25-3PO"/>
  595. </constraints>
  596. </tableViewCellContentView>
  597. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  598. <connections>
  599. <outlet property="btn_assign" destination="NEm-Ao-uEm" id="FAA-ev-1f8"/>
  600. <outlet property="rtlabel" destination="1ca-TS-zZq" id="Cl4-CM-du2"/>
  601. </connections>
  602. </tableViewCell>
  603. </prototypes>
  604. <connections>
  605. <outlet property="dataSource" destination="LBG-Xg-hJh" id="kW6-lQ-Ra6"/>
  606. <outlet property="delegate" destination="LBG-Xg-hJh" id="Sol-wA-Ep3"/>
  607. </connections>
  608. </tableView>
  609. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="BBN-JB-9e9">
  610. <rect key="frame" x="365" y="494" width="37" height="37"/>
  611. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  612. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  613. </activityIndicatorView>
  614. <label hidden="YES" opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Cannot get data from server.
Tap to try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xyr-5M-yKs">
  615. <rect key="frame" x="262" y="489.5" width="244" height="45.5"/>
  616. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  617. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  618. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  619. <nil key="highlightedColor"/>
  620. </label>
  621. </subviews>
  622. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  623. <constraints>
  624. <constraint firstItem="wGd-fO-M8b" firstAttribute="top" secondItem="One-xH-cpe" secondAttribute="bottom" id="3EW-Pw-dUI"/>
  625. <constraint firstItem="wGd-fO-M8b" firstAttribute="trailing" secondItem="EUl-vJ-oBA" secondAttribute="trailing" id="3mM-tc-T3N"/>
  626. <constraint firstItem="wGd-fO-M8b" firstAttribute="leading" secondItem="EUl-vJ-oBA" secondAttribute="leading" id="544-O6-baS"/>
  627. <constraint firstItem="5YU-xs-v2N" firstAttribute="top" secondItem="wGd-fO-M8b" secondAttribute="bottom" symbolic="YES" id="Fds-Tt-hJ9"/>
  628. <constraint firstItem="rzi-SS-gVd" firstAttribute="top" secondItem="5YU-xs-v2N" secondAttribute="bottom" id="Sdx-7q-LkS"/>
  629. <constraint firstItem="5YU-xs-v2N" firstAttribute="leading" secondItem="EUl-vJ-oBA" secondAttribute="leading" id="Swz-5g-9mD"/>
  630. <constraint firstItem="5YU-xs-v2N" firstAttribute="trailing" secondItem="EUl-vJ-oBA" secondAttribute="trailing" id="bJs-DF-Bxb"/>
  631. </constraints>
  632. <viewLayoutGuide key="safeArea" id="EUl-vJ-oBA"/>
  633. </view>
  634. <connections>
  635. <outlet property="label_net_err" destination="Xyr-5M-yKs" id="onk-2w-ApK"/>
  636. <outlet property="mum" destination="BBN-JB-9e9" id="aTF-yT-kNS"/>
  637. <outlet property="searchBar" destination="gnd-aA-rBC" id="DGB-Ir-Y10"/>
  638. <outlet property="table" destination="5YU-xs-v2N" id="oAG-wo-alW"/>
  639. </connections>
  640. </viewController>
  641. <placeholder placeholderIdentifier="IBFirstResponder" id="6ta-d5-mqI" userLabel="First Responder" sceneMemberID="firstResponder"/>
  642. </objects>
  643. <point key="canvasLocation" x="196.09375" y="1502.34375"/>
  644. </scene>
  645. </scenes>
  646. <resources>
  647. <image name="Assembly icon" width="32" height="32"/>
  648. <image name="assign" width="40" height="40"/>
  649. <image name="btn_addtocart_large" width="124" height="39"/>
  650. <image name="btn_addtoportfolio" width="124" height="39"/>
  651. <image name="btn_addtowish" width="124" height="39"/>
  652. <image name="close" width="32" height="32"/>
  653. <image name="hangtag" width="30" height="30"/>
  654. <image name="newcustomer" width="40" height="40"/>
  655. <image name="notifyMe" width="124" height="39"/>
  656. <image name="select" width="32" height="32"/>
  657. </resources>
  658. </document>