Frame.storyboard 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--HOME-->
  13. <scene sceneID="s0d-6b-0kx">
  14. <objects>
  15. <viewController storyboardIdentifier="HomeViewController" title="HOME" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Y6W-OH-hqX" customClass="HomeViewController" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="kXn-Rz-VfY" userLabel="home content table">
  21. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  22. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <prototypes>
  24. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeTableViewCellSlide" rowHeight="317" id="hdp-Uw-nGu" customClass="HomeTableViewCellSlide">
  25. <rect key="frame" x="0.0" y="50" width="393" height="317"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="hdp-Uw-nGu" id="97n-pR-jk0">
  28. <rect key="frame" x="0.0" y="0.0" width="393" height="317"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. </tableViewCellContentView>
  31. </tableViewCell>
  32. <tableViewCell contentMode="scaleToFill" restorationIdentifier="HomeTableViewCellBanner" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeTableViewCellBanner" rowHeight="317" id="Q05-4H-94V" customClass="HomeTableViewCellBanner">
  33. <rect key="frame" x="0.0" y="367" width="393" height="317"/>
  34. <autoresizingMask key="autoresizingMask"/>
  35. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Q05-4H-94V" id="o5j-G6-S6L">
  36. <rect key="frame" x="0.0" y="0.0" width="393" height="317"/>
  37. <autoresizingMask key="autoresizingMask"/>
  38. <subviews>
  39. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ulx-0D-9z0">
  40. <rect key="frame" x="9" y="-13" width="395" height="308"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  42. </imageView>
  43. </subviews>
  44. </tableViewCellContentView>
  45. <connections>
  46. <outlet property="BannerImageView" destination="ulx-0D-9z0" id="Tqf-om-hJs"/>
  47. </connections>
  48. </tableViewCell>
  49. <tableViewCell contentMode="scaleToFill" restorationIdentifier="HomeTableViewCellButtonBanner" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeTableViewCellButtonBanner" rowHeight="317" id="MHS-8n-Xp0" customClass="HomeTableViewCellButtonBanner">
  50. <rect key="frame" x="0.0" y="684" width="393" height="317"/>
  51. <autoresizingMask key="autoresizingMask"/>
  52. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="MHS-8n-Xp0" id="LIa-ua-yAE">
  53. <rect key="frame" x="0.0" y="0.0" width="393" height="317"/>
  54. <autoresizingMask key="autoresizingMask"/>
  55. </tableViewCellContentView>
  56. </tableViewCell>
  57. <tableViewCell contentMode="scaleToFill" restorationIdentifier="HomeTableViewCellTopic" selectionStyle="default" indentationWidth="10" reuseIdentifier="HomeTableViewCellTopic" rowHeight="310" id="VeQ-s3-y3Q" customClass="HomeTableViewCellTopic">
  58. <rect key="frame" x="0.0" y="1001" width="393" height="310"/>
  59. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  60. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="VeQ-s3-y3Q" id="RFg-ZL-RkN">
  61. <rect key="frame" x="0.0" y="0.0" width="393" height="310"/>
  62. <autoresizingMask key="autoresizingMask"/>
  63. <subviews>
  64. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xJs-FF-9dc">
  65. <rect key="frame" x="-5" y="11" width="393" height="15"/>
  66. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  67. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. </view>
  69. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="HcK-Vl-0AW">
  70. <rect key="frame" x="-5" y="16" width="393" height="268"/>
  71. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  72. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="7F2-UG-Rdw">
  74. <size key="itemSize" width="175" height="234"/>
  75. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  76. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  77. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  78. </collectionViewFlowLayout>
  79. <cells>
  80. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RelatedModelCell" id="PKA-Ai-zsu" customClass="CatalogCellSmall">
  81. <rect key="frame" x="0.0" y="17" width="175" height="234"/>
  82. <autoresizingMask key="autoresizingMask"/>
  83. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  84. <rect key="frame" x="0.0" y="0.0" width="175" height="234"/>
  85. <autoresizingMask key="autoresizingMask"/>
  86. <subviews>
  87. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pPv-1c-0u4">
  88. <rect key="frame" x="1" y="1" width="173" height="172"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  90. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  91. </imageView>
  92. <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="qCv-j1-feg" userLabel="Label -description">
  93. <rect key="frame" x="8" y="195" width="159" height="21"/>
  94. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  95. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  96. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. <nil key="highlightedColor"/>
  98. </label>
  99. </subviews>
  100. </view>
  101. <color key="backgroundColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  102. <connections>
  103. <outlet property="cellDescription" destination="qCv-j1-feg" id="2NP-qY-CXm"/>
  104. <outlet property="cellImageView" destination="pPv-1c-0u4" id="4kk-JK-DBu"/>
  105. </connections>
  106. </collectionViewCell>
  107. </cells>
  108. <connections>
  109. <outlet property="dataSource" destination="VeQ-s3-y3Q" id="XVW-Na-8W3"/>
  110. <outlet property="delegate" destination="VeQ-s3-y3Q" id="xhL-2T-l5T"/>
  111. </connections>
  112. </collectionView>
  113. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Title" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="57K-xp-J7K">
  114. <rect key="frame" x="0.0" y="11" width="768" height="21"/>
  115. <autoresizingMask key="autoresizingMask"/>
  116. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  117. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  118. <nil key="highlightedColor"/>
  119. </label>
  120. </subviews>
  121. </tableViewCellContentView>
  122. <connections>
  123. <outlet property="label_title" destination="57K-xp-J7K" id="6AY-m9-IZf"/>
  124. <outlet property="topicCollectionView" destination="HcK-Vl-0AW" id="FsH-A7-r7z"/>
  125. </connections>
  126. </tableViewCell>
  127. </prototypes>
  128. <connections>
  129. <outlet property="dataSource" destination="Y6W-OH-hqX" id="wpv-Ju-j6v"/>
  130. <outlet property="delegate" destination="Y6W-OH-hqX" id="Wke-Fm-9he"/>
  131. </connections>
  132. </tableView>
  133. <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="KXB-pk-iCh">
  134. <rect key="frame" x="58" y="389" width="277" height="73"/>
  135. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  136. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  137. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  138. <nil key="highlightedColor"/>
  139. </label>
  140. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" hidesWhenStopped="YES" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="lXN-GU-e5g">
  141. <rect key="frame" x="186" y="416" width="20" height="20"/>
  142. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  143. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  144. </activityIndicatorView>
  145. </subviews>
  146. <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
  147. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  148. <constraints>
  149. <constraint firstItem="kXn-Rz-VfY" firstAttribute="leading" secondItem="5EZ-qb-Rvc" secondAttribute="leading" id="cLi-Ob-qZN"/>
  150. <constraint firstItem="kXn-Rz-VfY" firstAttribute="top" secondItem="5EZ-qb-Rvc" secondAttribute="top" id="g06-l6-6BB"/>
  151. <constraint firstAttribute="bottom" secondItem="kXn-Rz-VfY" secondAttribute="bottom" id="g2y-WJ-jsh"/>
  152. <constraint firstAttribute="trailing" secondItem="kXn-Rz-VfY" secondAttribute="trailing" id="gS5-1q-7ze"/>
  153. </constraints>
  154. </view>
  155. <tabBarItem key="tabBarItem" title="home" image="tab_home" id="7hI-9a-TkS"/>
  156. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  157. <connections>
  158. <outlet property="label_net_err" destination="KXB-pk-iCh" id="BXP-BS-lrf"/>
  159. <outlet property="mum" destination="lXN-GU-e5g" id="L9J-TE-dQ9"/>
  160. <outlet property="tableView" destination="kXn-Rz-VfY" id="v1Z-TI-1gl"/>
  161. </connections>
  162. </viewController>
  163. <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  164. </objects>
  165. <point key="canvasLocation" x="132" y="-13"/>
  166. </scene>
  167. <!--MY-->
  168. <scene sceneID="B0Q-ZQ-Mnz">
  169. <objects>
  170. <viewController storyboardIdentifier="MyViewController" title="MY" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sQc-ex-NeV" customClass="MyViewController" sceneMemberID="viewController">
  171. <view key="view" contentMode="scaleToFill" id="OO4-Ei-nPT">
  172. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  173. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  174. <viewLayoutGuide key="safeArea" id="L4G-Gg-hSx"/>
  175. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  176. </view>
  177. <tabBarItem key="tabBarItem" title="my" image="tab_my" id="iVu-TC-gw5"/>
  178. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  179. </viewController>
  180. <placeholder placeholderIdentifier="IBFirstResponder" id="bc4-jX-cfi" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  181. </objects>
  182. <point key="canvasLocation" x="1087" y="-108"/>
  183. </scene>
  184. <!--CART-->
  185. <scene sceneID="KiB-Sq-22z">
  186. <objects>
  187. <viewController storyboardIdentifier="CartViewController" title="CART" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Gg6-nx-llU" customClass="CartViewController" sceneMemberID="viewController">
  188. <view key="view" contentMode="scaleToFill" id="p0z-ns-4bi">
  189. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  190. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  191. <viewLayoutGuide key="safeArea" id="kAK-Ay-Mig"/>
  192. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  193. </view>
  194. <tabBarItem key="tabBarItem" title="cart" image="tab_cart" id="tDz-Ka-pst"/>
  195. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  196. </viewController>
  197. <placeholder placeholderIdentifier="IBFirstResponder" id="RhK-mQ-WLX" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  198. </objects>
  199. <point key="canvasLocation" x="2234" y="-136"/>
  200. </scene>
  201. <!--CATALOG-->
  202. <scene sceneID="QWh-9Y-NjI">
  203. <objects>
  204. <viewController storyboardIdentifier="CatalogViewController" title="CATALOG" useStoryboardIdentifierAsRestorationIdentifier="YES" id="tWY-wZ-5rb" customClass="CatalogViewController" sceneMemberID="viewController">
  205. <view key="view" contentMode="scaleToFill" id="P21-qN-WED">
  206. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  207. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  208. <subviews>
  209. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="9jX-0h-egY">
  210. <rect key="frame" x="0.0" y="59" width="393" height="710"/>
  211. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  212. <prototypes>
  213. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="Cell" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="iiI-HY-udg" style="IBUITableViewCellStyleDefault" id="Kym-41-wGf">
  214. <rect key="frame" x="0.0" y="50" width="393" height="43.666667938232422"/>
  215. <autoresizingMask key="autoresizingMask"/>
  216. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Kym-41-wGf" id="JEl-pK-DdK">
  217. <rect key="frame" x="0.0" y="0.0" width="393" height="43.666667938232422"/>
  218. <autoresizingMask key="autoresizingMask"/>
  219. <subviews>
  220. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="iiI-HY-udg">
  221. <rect key="frame" x="20" y="0.0" width="353" height="43.666667938232422"/>
  222. <autoresizingMask key="autoresizingMask"/>
  223. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  224. <nil key="textColor"/>
  225. <nil key="highlightedColor"/>
  226. </label>
  227. </subviews>
  228. </tableViewCellContentView>
  229. </tableViewCell>
  230. </prototypes>
  231. <connections>
  232. <outlet property="dataSource" destination="tWY-wZ-5rb" id="Zdi-GF-erS"/>
  233. <outlet property="delegate" destination="tWY-wZ-5rb" id="w9n-vM-Uwd"/>
  234. </connections>
  235. </tableView>
  236. </subviews>
  237. <viewLayoutGuide key="safeArea" id="umo-BZ-XnI"/>
  238. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  239. <constraints>
  240. <constraint firstItem="umo-BZ-XnI" firstAttribute="trailing" secondItem="9jX-0h-egY" secondAttribute="trailing" id="ePk-Ad-eGb"/>
  241. <constraint firstItem="9jX-0h-egY" firstAttribute="top" secondItem="umo-BZ-XnI" secondAttribute="top" id="f4f-O7-YMA"/>
  242. <constraint firstItem="umo-BZ-XnI" firstAttribute="bottom" secondItem="9jX-0h-egY" secondAttribute="bottom" id="oeA-dU-QUc"/>
  243. <constraint firstItem="9jX-0h-egY" firstAttribute="leading" secondItem="umo-BZ-XnI" secondAttribute="leading" id="rWb-dF-LRr"/>
  244. </constraints>
  245. </view>
  246. <tabBarItem key="tabBarItem" title="catalog" image="tab_catalog" id="Rc5-6j-hkp"/>
  247. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  248. <connections>
  249. <outlet property="tableView" destination="9jX-0h-egY" id="mLh-0U-0hI"/>
  250. </connections>
  251. </viewController>
  252. <placeholder placeholderIdentifier="IBFirstResponder" id="Aqc-j9-AGT" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  253. </objects>
  254. <point key="canvasLocation" x="3458" y="-185"/>
  255. </scene>
  256. <!--FAVORITE-->
  257. <scene sceneID="0j1-pO-aQc">
  258. <objects>
  259. <viewController storyboardIdentifier="LocalListViewController" title="FAVORITE" useStoryboardIdentifierAsRestorationIdentifier="YES" id="xRg-OK-5fG" customClass="LocalListViewController" sceneMemberID="viewController">
  260. <view key="view" contentMode="scaleToFill" id="VBa-vh-JhB">
  261. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  262. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  263. <subviews>
  264. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="h5s-ra-RlS">
  265. <rect key="frame" x="0.0" y="59" width="393" height="710"/>
  266. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  267. <prototypes>
  268. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="LocalListCell" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="LocalListCell" rowHeight="80" id="eyU-qz-PLt" customClass="LocalListCell">
  269. <rect key="frame" x="0.0" y="50" width="393" height="80"/>
  270. <autoresizingMask key="autoresizingMask"/>
  271. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="eyU-qz-PLt" id="W6S-Us-I1m">
  272. <rect key="frame" x="0.0" y="0.0" width="393" height="80"/>
  273. <autoresizingMask key="autoresizingMask"/>
  274. <subviews>
  275. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xTg-ID-bLX">
  276. <rect key="frame" x="44" y="5" width="70" height="70"/>
  277. <constraints>
  278. <constraint firstAttribute="height" constant="70" id="3YC-8p-KaT"/>
  279. <constraint firstAttribute="width" constant="70" id="Nl3-N8-TOo"/>
  280. </constraints>
  281. </imageView>
  282. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jva-SR-OFc">
  283. <rect key="frame" x="124" y="2" width="256" height="76"/>
  284. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  285. <nil key="textColor"/>
  286. <nil key="highlightedColor"/>
  287. </label>
  288. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JAt-8d-d2c">
  289. <rect key="frame" x="10" y="28" width="24" height="24"/>
  290. <constraints>
  291. <constraint firstAttribute="height" constant="24" id="Bir-Hh-Us2"/>
  292. <constraint firstAttribute="width" constant="24" id="kiL-Fu-a2C"/>
  293. </constraints>
  294. <state key="normal" title="Button"/>
  295. <buttonConfiguration key="configuration" style="plain" image="uncheck_24"/>
  296. <connections>
  297. <action selector="onCheckClick:" destination="eyU-qz-PLt" eventType="touchUpInside" id="xCy-sd-4Wg"/>
  298. </connections>
  299. </button>
  300. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ExQ-nB-SL0">
  301. <rect key="frame" x="353" y="10" width="30" height="60"/>
  302. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  303. <constraints>
  304. <constraint firstAttribute="width" constant="30" id="EEW-Uj-7uS"/>
  305. <constraint firstAttribute="height" constant="60" id="fZd-UH-OVF"/>
  306. </constraints>
  307. <color key="tintColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  308. <state key="normal" title="Button"/>
  309. <buttonConfiguration key="configuration" style="plain" image="20_trash"/>
  310. <connections>
  311. <action selector="onDelClick:" destination="eyU-qz-PLt" eventType="touchUpInside" id="NjT-l1-8p8"/>
  312. </connections>
  313. </button>
  314. </subviews>
  315. <constraints>
  316. <constraint firstAttribute="bottom" secondItem="jva-SR-OFc" secondAttribute="bottom" constant="2" id="BYf-il-Ycv"/>
  317. <constraint firstItem="JAt-8d-d2c" firstAttribute="leading" secondItem="W6S-Us-I1m" secondAttribute="leading" constant="10" id="GaA-gd-qAS"/>
  318. <constraint firstItem="jva-SR-OFc" firstAttribute="leading" secondItem="xTg-ID-bLX" secondAttribute="trailing" constant="10" id="HYn-FF-MOS"/>
  319. <constraint firstAttribute="trailing" secondItem="jva-SR-OFc" secondAttribute="trailing" constant="13" id="Sbo-fS-1In"/>
  320. <constraint firstItem="xTg-ID-bLX" firstAttribute="leading" secondItem="JAt-8d-d2c" secondAttribute="trailing" constant="10" id="TKW-4v-hjo"/>
  321. <constraint firstItem="ExQ-nB-SL0" firstAttribute="centerY" secondItem="W6S-Us-I1m" secondAttribute="centerY" id="WfB-Jw-rNa"/>
  322. <constraint firstAttribute="trailing" secondItem="ExQ-nB-SL0" secondAttribute="trailing" constant="10" id="bBo-Tu-Dsw"/>
  323. <constraint firstItem="jva-SR-OFc" firstAttribute="top" secondItem="W6S-Us-I1m" secondAttribute="top" constant="2" id="eoP-CA-zWl"/>
  324. <constraint firstItem="xTg-ID-bLX" firstAttribute="centerY" secondItem="W6S-Us-I1m" secondAttribute="centerY" id="ikg-mg-0FV"/>
  325. <constraint firstItem="JAt-8d-d2c" firstAttribute="centerY" secondItem="W6S-Us-I1m" secondAttribute="centerY" id="mmt-RD-0sY"/>
  326. </constraints>
  327. </tableViewCellContentView>
  328. <connections>
  329. <outlet property="btnCheck" destination="JAt-8d-d2c" id="fKK-g6-6wG"/>
  330. <outlet property="btnDel" destination="ExQ-nB-SL0" id="cmz-Zr-o6b"/>
  331. <outlet property="label" destination="jva-SR-OFc" id="tZ2-La-Sbu"/>
  332. <outlet property="modelimageView" destination="xTg-ID-bLX" id="ZMQ-Ag-hg4"/>
  333. </connections>
  334. </tableViewCell>
  335. </prototypes>
  336. <connections>
  337. <outlet property="dataSource" destination="xRg-OK-5fG" id="2Ay-Kw-tah"/>
  338. <outlet property="delegate" destination="xRg-OK-5fG" id="arI-de-f8N"/>
  339. </connections>
  340. </tableView>
  341. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fGM-xY-0Q4">
  342. <rect key="frame" x="0.0" y="726" width="393" height="43"/>
  343. <subviews>
  344. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eFk-WL-VvZ">
  345. <rect key="frame" x="293" y="4" width="90" height="35"/>
  346. <constraints>
  347. <constraint firstAttribute="width" constant="90" id="ZGO-cz-ziV"/>
  348. </constraints>
  349. <state key="normal" title="Button"/>
  350. <buttonConfiguration key="configuration" style="filled" title="Inquiry" cornerStyle="capsule"/>
  351. <connections>
  352. <action selector="onInquiryClick:" destination="xRg-OK-5fG" eventType="touchUpInside" id="F3f-jG-tts"/>
  353. </connections>
  354. </button>
  355. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2iK-ua-2kW">
  356. <rect key="frame" x="0.0" y="2.6666666666666288" width="144" height="38"/>
  357. <constraints>
  358. <constraint firstAttribute="width" constant="144" id="JMG-Yj-9lH"/>
  359. </constraints>
  360. <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  361. <state key="normal" title="Button"/>
  362. <buttonConfiguration key="configuration" style="plain" image="uncheck_24" title="Select all" imagePadding="4"/>
  363. <connections>
  364. <action selector="onselallClick:" destination="xRg-OK-5fG" eventType="touchUpInside" id="PG6-Y2-7wb"/>
  365. </connections>
  366. </button>
  367. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100 item selected" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="P94-kM-wm5">
  368. <rect key="frame" x="154" y="11.999999999999998" width="129" height="19.333333333333329"/>
  369. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  370. <nil key="textColor"/>
  371. <nil key="highlightedColor"/>
  372. </label>
  373. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lxa-2g-XQR">
  374. <rect key="frame" x="303" y="4" width="80" height="35"/>
  375. <constraints>
  376. <constraint firstAttribute="width" constant="80" id="WYX-Zo-lGR"/>
  377. </constraints>
  378. <color key="tintColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  379. <state key="normal" title="Button"/>
  380. <buttonConfiguration key="configuration" style="filled" title="Delete" cornerStyle="capsule"/>
  381. <connections>
  382. <action selector="onDeleteClick:" destination="xRg-OK-5fG" eventType="touchUpInside" id="5tc-bg-MLy"/>
  383. </connections>
  384. </button>
  385. </subviews>
  386. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  387. <constraints>
  388. <constraint firstAttribute="height" constant="43" id="8F3-26-AvU"/>
  389. <constraint firstAttribute="trailing" secondItem="eFk-WL-VvZ" secondAttribute="trailing" constant="10" id="8lp-4c-2C7"/>
  390. <constraint firstItem="P94-kM-wm5" firstAttribute="leading" secondItem="2iK-ua-2kW" secondAttribute="trailing" constant="10" id="CtJ-JC-PPt"/>
  391. <constraint firstItem="2iK-ua-2kW" firstAttribute="centerY" secondItem="fGM-xY-0Q4" secondAttribute="centerY" id="ObD-73-QpO"/>
  392. <constraint firstItem="eFk-WL-VvZ" firstAttribute="leading" secondItem="P94-kM-wm5" secondAttribute="trailing" constant="10" id="ToB-KR-vkQ"/>
  393. <constraint firstItem="Lxa-2g-XQR" firstAttribute="centerY" secondItem="fGM-xY-0Q4" secondAttribute="centerY" id="UDm-Uv-dDB"/>
  394. <constraint firstItem="eFk-WL-VvZ" firstAttribute="centerY" secondItem="fGM-xY-0Q4" secondAttribute="centerY" id="hxQ-7M-sUS"/>
  395. <constraint firstItem="P94-kM-wm5" firstAttribute="centerY" secondItem="fGM-xY-0Q4" secondAttribute="centerY" id="lFv-gX-kTd"/>
  396. <constraint firstItem="2iK-ua-2kW" firstAttribute="leading" secondItem="fGM-xY-0Q4" secondAttribute="leading" id="t7J-4N-hCP"/>
  397. <constraint firstAttribute="trailing" secondItem="Lxa-2g-XQR" secondAttribute="trailing" constant="10" id="wOH-Vr-GB6"/>
  398. </constraints>
  399. </view>
  400. </subviews>
  401. <viewLayoutGuide key="safeArea" id="sCD-fF-TlB"/>
  402. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  403. <constraints>
  404. <constraint firstItem="sCD-fF-TlB" firstAttribute="trailing" secondItem="h5s-ra-RlS" secondAttribute="trailing" id="R69-sR-WGa"/>
  405. <constraint firstItem="fGM-xY-0Q4" firstAttribute="leading" secondItem="sCD-fF-TlB" secondAttribute="leading" id="Wdz-C3-x7p"/>
  406. <constraint firstItem="sCD-fF-TlB" firstAttribute="trailing" secondItem="fGM-xY-0Q4" secondAttribute="trailing" id="XMO-h9-uwE"/>
  407. <constraint firstItem="sCD-fF-TlB" firstAttribute="bottom" secondItem="fGM-xY-0Q4" secondAttribute="bottom" id="bZx-29-END"/>
  408. <constraint firstItem="sCD-fF-TlB" firstAttribute="bottom" secondItem="h5s-ra-RlS" secondAttribute="bottom" id="dRg-bL-oXg"/>
  409. <constraint firstItem="h5s-ra-RlS" firstAttribute="leading" secondItem="sCD-fF-TlB" secondAttribute="leading" id="eh1-MD-Csi"/>
  410. <constraint firstItem="h5s-ra-RlS" firstAttribute="top" secondItem="sCD-fF-TlB" secondAttribute="top" id="l2N-ZY-aGq"/>
  411. </constraints>
  412. </view>
  413. <tabBarItem key="tabBarItem" title="favorite" image="tab_favorite" id="BCA-3G-2yy"/>
  414. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  415. <connections>
  416. <outlet property="btnDel" destination="Lxa-2g-XQR" id="M6c-wP-8JW"/>
  417. <outlet property="btnInquiry" destination="eFk-WL-VvZ" id="PD6-KM-wmJ"/>
  418. <outlet property="btn_selall" destination="2iK-ua-2kW" id="fMg-Ng-AQ9"/>
  419. <outlet property="label_selected" destination="P94-kM-wm5" id="W8o-Yp-haz"/>
  420. <outlet property="tableView" destination="h5s-ra-RlS" id="YQd-Ca-1fN"/>
  421. <outlet property="view_normal" destination="fGM-xY-0Q4" id="aAx-lw-pgi"/>
  422. </connections>
  423. </viewController>
  424. <placeholder placeholderIdentifier="IBFirstResponder" id="CVY-qV-M4u" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  425. </objects>
  426. <point key="canvasLocation" x="4316.7938931297704" y="13.380281690140846"/>
  427. </scene>
  428. <!--SEARCH-->
  429. <scene sceneID="xrV-kJ-nek">
  430. <objects>
  431. <viewController storyboardIdentifier="SearchViewController" title="SEARCH" useStoryboardIdentifierAsRestorationIdentifier="YES" id="xLX-OU-P8w" customClass="SearchViewController" sceneMemberID="viewController">
  432. <view key="view" contentMode="scaleToFill" id="rgI-cJ-dW5">
  433. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  434. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  435. <subviews>
  436. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="dBJ-94-EcG">
  437. <rect key="frame" x="0.0" y="103" width="393" height="749"/>
  438. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  439. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="G5x-Dx-uhA">
  440. <size key="itemSize" width="175" height="250"/>
  441. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  442. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  443. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  444. </collectionViewFlowLayout>
  445. <cells>
  446. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" restorationIdentifier="CatalogCellSmall" reuseIdentifier="CatalogCellSmall" id="v1u-rb-H7o" customClass="CatalogCellSmall">
  447. <rect key="frame" x="106.66666666666667" y="0.0" width="180" height="251"/>
  448. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  449. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  450. <rect key="frame" x="0.0" y="0.0" width="180" height="251"/>
  451. <autoresizingMask key="autoresizingMask"/>
  452. <subviews>
  453. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="$139.99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5of-oZ-z2S">
  454. <rect key="frame" x="0.0" y="220" width="180" height="21"/>
  455. <constraints>
  456. <constraint firstAttribute="height" constant="21" id="NOF-rI-12g"/>
  457. </constraints>
  458. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  459. <nil key="highlightedColor"/>
  460. </label>
  461. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name&amp;Description" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uAj-Am-v0N">
  462. <rect key="frame" x="5" y="156" width="170" height="64"/>
  463. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  464. <nil key="highlightedColor"/>
  465. </label>
  466. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="NTc-TE-dXh">
  467. <rect key="frame" x="15" y="6" width="150" height="150"/>
  468. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  469. <constraints>
  470. <constraint firstAttribute="height" constant="150" id="AwZ-9o-JhL"/>
  471. <constraint firstAttribute="width" constant="150" id="ZZp-Cb-jBH"/>
  472. <constraint firstAttribute="width" secondItem="NTc-TE-dXh" secondAttribute="height" multiplier="1:1" id="euz-hJ-68d"/>
  473. </constraints>
  474. </imageView>
  475. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="24_closeout" translatesAutoresizingMaskIntoConstraints="NO" id="aDn-u3-wlY" userLabel="ic_closeout">
  476. <rect key="frame" x="146" y="10" width="24" height="24"/>
  477. <color key="tintColor" systemColor="systemRedColor"/>
  478. <constraints>
  479. <constraint firstAttribute="width" constant="24" id="2YM-4J-gig"/>
  480. <constraint firstAttribute="height" constant="24" id="6IV-xQ-bc2"/>
  481. </constraints>
  482. </imageView>
  483. </subviews>
  484. </view>
  485. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  486. <constraints>
  487. <constraint firstItem="5of-oZ-z2S" firstAttribute="top" secondItem="uAj-Am-v0N" secondAttribute="bottom" id="1Yb-df-RrR"/>
  488. <constraint firstAttribute="trailing" secondItem="5of-oZ-z2S" secondAttribute="trailing" id="5CE-bE-kM7"/>
  489. <constraint firstAttribute="trailing" secondItem="aDn-u3-wlY" secondAttribute="trailing" constant="10" id="8Ga-7G-PSU"/>
  490. <constraint firstItem="uAj-Am-v0N" firstAttribute="leading" secondItem="v1u-rb-H7o" secondAttribute="leading" constant="5" id="9pt-Au-5OE"/>
  491. <constraint firstItem="uAj-Am-v0N" firstAttribute="top" secondItem="NTc-TE-dXh" secondAttribute="bottom" id="D5c-gV-cUy"/>
  492. <constraint firstItem="5of-oZ-z2S" firstAttribute="leading" secondItem="v1u-rb-H7o" secondAttribute="leading" id="E2i-aR-iP4"/>
  493. <constraint firstAttribute="bottom" secondItem="5of-oZ-z2S" secondAttribute="bottom" constant="10" id="cbF-t0-vQS"/>
  494. <constraint firstAttribute="trailing" secondItem="uAj-Am-v0N" secondAttribute="trailing" constant="5" id="dzL-S5-P1i"/>
  495. <constraint firstItem="aDn-u3-wlY" firstAttribute="top" secondItem="v1u-rb-H7o" secondAttribute="top" constant="10" id="h5g-5c-YEZ"/>
  496. <constraint firstItem="NTc-TE-dXh" firstAttribute="top" secondItem="v1u-rb-H7o" secondAttribute="top" constant="6" id="nWb-tF-CxH"/>
  497. <constraint firstItem="NTc-TE-dXh" firstAttribute="centerX" secondItem="v1u-rb-H7o" secondAttribute="centerX" id="yvS-i9-YfP"/>
  498. </constraints>
  499. <size key="customSize" width="180" height="251"/>
  500. <connections>
  501. <outlet property="cellImageView" destination="NTc-TE-dXh" id="aFT-2v-JCP"/>
  502. <outlet property="ic_closeout" destination="aDn-u3-wlY" id="XM0-Dq-Pmn"/>
  503. <outlet property="modelNoLabel" destination="5of-oZ-z2S" id="iJN-1D-wQW"/>
  504. <outlet property="nameLabel" destination="uAj-Am-v0N" id="j8A-XK-36O"/>
  505. </connections>
  506. </collectionViewCell>
  507. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" restorationIdentifier="CatalogCellList" reuseIdentifier="CatalogCellList" id="X2p-as-32M" customClass="CatalogCellSmall">
  508. <rect key="frame" x="0.0" y="251" width="393" height="80"/>
  509. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  510. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  511. <rect key="frame" x="0.0" y="0.0" width="393" height="80"/>
  512. <autoresizingMask key="autoresizingMask"/>
  513. <subviews>
  514. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Lj2-XK-Xlz">
  515. <rect key="frame" x="5" y="5" width="70" height="70"/>
  516. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  517. <constraints>
  518. <constraint firstAttribute="width" constant="70" id="BIv-th-hba"/>
  519. <constraint firstAttribute="height" constant="70" id="XUf-lv-lgU"/>
  520. </constraints>
  521. </imageView>
  522. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="18_closeout" translatesAutoresizingMaskIntoConstraints="NO" id="vtl-bR-nVd" userLabel="ic_closeout">
  523. <rect key="frame" x="61" y="4" width="18" height="18"/>
  524. <color key="tintColor" systemColor="systemRedColor"/>
  525. <constraints>
  526. <constraint firstAttribute="height" constant="18" id="8aU-HG-1Iz"/>
  527. <constraint firstAttribute="width" constant="18" id="qYw-EC-6os"/>
  528. </constraints>
  529. </imageView>
  530. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="$139.99" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OOK-6c-lcs">
  531. <rect key="frame" x="87" y="54" width="294" height="21"/>
  532. <constraints>
  533. <constraint firstAttribute="height" constant="21" id="Wcc-3h-YW7"/>
  534. </constraints>
  535. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  536. <nil key="highlightedColor"/>
  537. </label>
  538. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name&amp;Description" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ThN-Rb-kvd">
  539. <rect key="frame" x="87" y="5" width="294" height="49"/>
  540. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  541. <nil key="highlightedColor"/>
  542. </label>
  543. </subviews>
  544. </view>
  545. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  546. <constraints>
  547. <constraint firstItem="ThN-Rb-kvd" firstAttribute="leading" secondItem="Lj2-XK-Xlz" secondAttribute="trailing" constant="12" id="1hZ-6Z-KFk"/>
  548. <constraint firstAttribute="trailing" secondItem="OOK-6c-lcs" secondAttribute="trailing" constant="12" id="Buk-0E-h70"/>
  549. <constraint firstItem="OOK-6c-lcs" firstAttribute="leading" secondItem="Lj2-XK-Xlz" secondAttribute="trailing" constant="12" id="Htz-54-30a"/>
  550. <constraint firstItem="Lj2-XK-Xlz" firstAttribute="trailingMargin" secondItem="vtl-bR-nVd" secondAttribute="trailing" constant="-12" id="O3g-Ol-m2N"/>
  551. <constraint firstItem="ThN-Rb-kvd" firstAttribute="top" secondItem="Lj2-XK-Xlz" secondAttribute="top" id="OkH-xN-Odz"/>
  552. <constraint firstItem="OOK-6c-lcs" firstAttribute="top" secondItem="ThN-Rb-kvd" secondAttribute="bottom" id="QrU-S2-ZWg"/>
  553. <constraint firstItem="OOK-6c-lcs" firstAttribute="bottom" secondItem="Lj2-XK-Xlz" secondAttribute="bottom" id="USp-pg-GWu"/>
  554. <constraint firstItem="Lj2-XK-Xlz" firstAttribute="leading" secondItem="X2p-as-32M" secondAttribute="leading" constant="5" id="cON-5d-o2x"/>
  555. <constraint firstItem="vtl-bR-nVd" firstAttribute="top" secondItem="X2p-as-32M" secondAttribute="top" constant="4" id="dMh-mV-AM5"/>
  556. <constraint firstItem="Lj2-XK-Xlz" firstAttribute="centerY" secondItem="X2p-as-32M" secondAttribute="centerY" id="u2J-6U-0o4"/>
  557. <constraint firstAttribute="trailing" secondItem="ThN-Rb-kvd" secondAttribute="trailing" constant="12" id="vrh-03-YpQ"/>
  558. </constraints>
  559. <size key="customSize" width="393" height="80"/>
  560. <connections>
  561. <outlet property="cellImageView" destination="Lj2-XK-Xlz" id="GIz-Bn-BfX"/>
  562. <outlet property="ic_closeout" destination="vtl-bR-nVd" id="rkG-xk-n33"/>
  563. <outlet property="modelNoLabel" destination="OOK-6c-lcs" id="LaY-5J-CF8"/>
  564. <outlet property="nameLabel" destination="ThN-Rb-kvd" id="gc9-tm-dYF"/>
  565. </connections>
  566. </collectionViewCell>
  567. </cells>
  568. <connections>
  569. <outlet property="dataSource" destination="xLX-OU-P8w" id="g5a-OX-gOf"/>
  570. <outlet property="delegate" destination="xLX-OU-P8w" id="nr6-w5-i08"/>
  571. </connections>
  572. </collectionView>
  573. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hoi-hS-2dQ" customClass="CategoryHeaderView">
  574. <rect key="frame" x="0.0" y="59" width="393" height="44"/>
  575. <subviews>
  576. <button opaque="NO" tag="4" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3bZ-as-GX8" userLabel="Display_list">
  577. <rect key="frame" x="353" y="10" width="24" height="24"/>
  578. <constraints>
  579. <constraint firstAttribute="height" constant="24" id="9XX-B2-sIr"/>
  580. <constraint firstAttribute="width" constant="24" id="jW3-vB-2b5"/>
  581. </constraints>
  582. <state key="normal" title="Button" image="24_layout_list"/>
  583. <connections>
  584. <action selector="onChangeDisplay:" destination="xLX-OU-P8w" eventType="touchUpInside" id="Ilw-FF-qPF"/>
  585. </connections>
  586. </button>
  587. <searchBar contentMode="redraw" searchBarStyle="minimal" translatesAutoresizingMaskIntoConstraints="NO" id="5gg-fB-PIL">
  588. <rect key="frame" x="8" y="0.0" width="329" height="44"/>
  589. <textInputTraits key="textInputTraits"/>
  590. <scopeButtonTitles>
  591. <string>Title</string>
  592. <string>Title</string>
  593. </scopeButtonTitles>
  594. <connections>
  595. <outlet property="delegate" destination="xLX-OU-P8w" id="vGu-ke-JrT"/>
  596. </connections>
  597. </searchBar>
  598. </subviews>
  599. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  600. <constraints>
  601. <constraint firstAttribute="trailing" secondItem="3bZ-as-GX8" secondAttribute="trailing" constant="16" id="5KN-Fx-MJS"/>
  602. <constraint firstItem="5gg-fB-PIL" firstAttribute="top" secondItem="Hoi-hS-2dQ" secondAttribute="top" id="8UA-aV-FuC"/>
  603. <constraint firstItem="3bZ-as-GX8" firstAttribute="leading" secondItem="5gg-fB-PIL" secondAttribute="trailing" constant="16" id="BTE-dL-M9R"/>
  604. <constraint firstAttribute="bottom" secondItem="5gg-fB-PIL" secondAttribute="bottom" id="CVz-vF-d5e"/>
  605. <constraint firstAttribute="height" constant="44" id="JVm-uT-rlU"/>
  606. <constraint firstItem="3bZ-as-GX8" firstAttribute="centerY" secondItem="Hoi-hS-2dQ" secondAttribute="centerY" id="joV-WI-Idf"/>
  607. <constraint firstItem="5gg-fB-PIL" firstAttribute="leading" secondItem="Hoi-hS-2dQ" secondAttribute="leading" constant="8" id="lgZ-Qw-Ahe"/>
  608. </constraints>
  609. </view>
  610. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="xdV-HI-3qN">
  611. <rect key="frame" x="178" y="407.66666666666669" width="37" height="37"/>
  612. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  613. </activityIndicatorView>
  614. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cEb-t7-0HZ">
  615. <rect key="frame" x="0.0" y="103" width="393" height="666"/>
  616. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  617. </view>
  618. <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="24M-d8-w7j">
  619. <rect key="frame" x="75.666666666666671" y="403.33333333333331" width="241.66666666666663" height="45.666666666666686"/>
  620. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  621. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  622. <nil key="highlightedColor"/>
  623. </label>
  624. </subviews>
  625. <viewLayoutGuide key="safeArea" id="FMu-mx-FDL"/>
  626. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  627. <constraints>
  628. <constraint firstItem="FMu-mx-FDL" firstAttribute="trailing" secondItem="cEb-t7-0HZ" secondAttribute="trailing" id="4hH-Hk-Ecg"/>
  629. <constraint firstItem="FMu-mx-FDL" firstAttribute="bottom" secondItem="cEb-t7-0HZ" secondAttribute="bottom" id="5NR-nW-LRb"/>
  630. <constraint firstItem="24M-d8-w7j" firstAttribute="centerY" secondItem="rgI-cJ-dW5" secondAttribute="centerY" id="68q-Ml-dRA"/>
  631. <constraint firstItem="Hoi-hS-2dQ" firstAttribute="top" secondItem="FMu-mx-FDL" secondAttribute="top" id="7dQ-fe-Pk5"/>
  632. <constraint firstItem="cEb-t7-0HZ" firstAttribute="top" secondItem="Hoi-hS-2dQ" secondAttribute="bottom" id="8Ao-pE-MDu"/>
  633. <constraint firstItem="Hoi-hS-2dQ" firstAttribute="leading" secondItem="FMu-mx-FDL" secondAttribute="leading" id="HMk-QC-VyI"/>
  634. <constraint firstItem="xdV-HI-3qN" firstAttribute="centerY" secondItem="rgI-cJ-dW5" secondAttribute="centerY" id="Npx-53-p7a"/>
  635. <constraint firstItem="xdV-HI-3qN" firstAttribute="centerX" secondItem="FMu-mx-FDL" secondAttribute="centerX" id="PZF-RY-R9Y"/>
  636. <constraint firstAttribute="bottom" secondItem="dBJ-94-EcG" secondAttribute="bottom" id="Xis-Nt-6xg"/>
  637. <constraint firstItem="dBJ-94-EcG" firstAttribute="leading" secondItem="FMu-mx-FDL" secondAttribute="leading" id="XzA-OM-ijL"/>
  638. <constraint firstItem="24M-d8-w7j" firstAttribute="centerX" secondItem="FMu-mx-FDL" secondAttribute="centerX" id="aPp-D9-6N5"/>
  639. <constraint firstItem="dBJ-94-EcG" firstAttribute="top" secondItem="Hoi-hS-2dQ" secondAttribute="bottom" id="bjP-Na-yyf"/>
  640. <constraint firstItem="cEb-t7-0HZ" firstAttribute="leading" secondItem="FMu-mx-FDL" secondAttribute="leading" id="dey-3z-xVF"/>
  641. <constraint firstItem="dBJ-94-EcG" firstAttribute="trailing" secondItem="FMu-mx-FDL" secondAttribute="trailing" id="hFS-fN-zQC"/>
  642. <constraint firstItem="Hoi-hS-2dQ" firstAttribute="trailing" secondItem="FMu-mx-FDL" secondAttribute="trailing" id="hGQ-T0-Sla"/>
  643. </constraints>
  644. </view>
  645. <tabBarItem key="tabBarItem" title="SEARCH" image="tab_search" id="2kt-io-Qi2"/>
  646. <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
  647. <connections>
  648. <outlet property="btnDisplay" destination="3bZ-as-GX8" id="NI4-te-ZeY"/>
  649. <outlet property="collectionview" destination="dBJ-94-EcG" id="h2w-SF-HIG"/>
  650. <outlet property="headerView" destination="Hoi-hS-2dQ" id="KTz-6y-S1O"/>
  651. <outlet property="label_net_err" destination="24M-d8-w7j" id="aoy-QE-xU2"/>
  652. <outlet property="maskView" destination="cEb-t7-0HZ" id="cHc-sO-osX"/>
  653. <outlet property="mum" destination="xdV-HI-3qN" id="x8f-Ue-I9L"/>
  654. </connections>
  655. </viewController>
  656. <placeholder placeholderIdentifier="IBFirstResponder" id="1Wh-E8-bf2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  657. </objects>
  658. <point key="canvasLocation" x="-2725.9541984732823" y="438.73239436619718"/>
  659. </scene>
  660. </scenes>
  661. <resources>
  662. <image name="18_closeout" width="18" height="18"/>
  663. <image name="20_trash" width="20" height="20"/>
  664. <image name="24_closeout" width="24" height="24"/>
  665. <image name="24_layout_list" width="24" height="24"/>
  666. <image name="tab_cart" width="30" height="30"/>
  667. <image name="tab_catalog" width="30" height="30"/>
  668. <image name="tab_favorite" width="30" height="30"/>
  669. <image name="tab_home" width="30" height="30"/>
  670. <image name="tab_my" width="30" height="30"/>
  671. <image name="tab_search" width="30" height="30"/>
  672. <image name="uncheck_24" width="24" height="24"/>
  673. <systemColor name="systemBackgroundColor">
  674. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  675. </systemColor>
  676. <systemColor name="systemRedColor">
  677. <color red="1" green="0.23137254901960785" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  678. </systemColor>
  679. </resources>
  680. </document>