ChatMsgSearch.storyboard 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="JZT-77-hDf">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  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. <!--Navigation Controller-->
  12. <scene sceneID="UDI-ax-Vxo">
  13. <objects>
  14. <navigationController navigationBarHidden="YES" id="JZT-77-hDf" sceneMemberID="viewController">
  15. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Z6g-68-IcB">
  16. <autoresizingMask key="autoresizingMask"/>
  17. </navigationBar>
  18. <connections>
  19. <segue destination="1Jx-aC-FRb" kind="relationship" relationship="rootViewController" id="xTq-eH-2Dy"/>
  20. </connections>
  21. </navigationController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="LXC-79-QXI" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-1558" y="56"/>
  25. </scene>
  26. <!--Chat Msg Search HistoryVC-->
  27. <scene sceneID="VLE-FK-YY2">
  28. <objects>
  29. <viewController storyboardIdentifier="ChatMsgSearchHistoryVC" id="1Jx-aC-FRb" customClass="ChatMsgSearchHistoryVC" sceneMemberID="viewController">
  30. <view key="view" contentMode="scaleToFill" id="HjJ-HA-mON">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YF7-aj-67D" customClass="WQNavigationBar">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Iif-Y8-CK1">
  38. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  39. <subviews>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IWo-Hi-GSa">
  41. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="44" id="H5O-ed-RYn"/>
  44. <constraint firstAttribute="width" constant="50" id="wzm-Ib-xlZ"/>
  45. </constraints>
  46. <state key="normal" image="back_black_icon"/>
  47. <connections>
  48. <action selector="backAction:" destination="1Jx-aC-FRb" eventType="touchUpInside" id="aVP-t4-dPR"/>
  49. </connections>
  50. </button>
  51. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jMV-U2-Jo5">
  52. <rect key="frame" x="50" y="6" width="348" height="32"/>
  53. <subviews>
  54. <searchBar contentMode="redraw" text="" placeholder="搜索" translatesAutoresizingMaskIntoConstraints="NO" id="VOx-8E-HQe">
  55. <rect key="frame" x="0.0" y="0.0" width="348" height="32"/>
  56. <color key="barTintColor" red="0.86274509799999999" green="0.30446519859999999" blue="0.1387545268" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  57. <textInputTraits key="textInputTraits" returnKeyType="search"/>
  58. <scopeButtonTitles>
  59. <string>Title</string>
  60. <string>Title</string>
  61. </scopeButtonTitles>
  62. <connections>
  63. <outlet property="delegate" destination="1Jx-aC-FRb" id="IOs-Xa-9LO"/>
  64. </connections>
  65. </searchBar>
  66. </subviews>
  67. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  68. <constraints>
  69. <constraint firstItem="VOx-8E-HQe" firstAttribute="leading" secondItem="jMV-U2-Jo5" secondAttribute="leading" id="4Xj-Gq-cg3"/>
  70. <constraint firstAttribute="bottom" secondItem="VOx-8E-HQe" secondAttribute="bottom" id="Ehz-W8-zza"/>
  71. <constraint firstAttribute="height" constant="32" id="IAG-wg-35f"/>
  72. <constraint firstAttribute="trailing" secondItem="VOx-8E-HQe" secondAttribute="trailing" id="KLz-un-giw"/>
  73. <constraint firstItem="VOx-8E-HQe" firstAttribute="top" secondItem="jMV-U2-Jo5" secondAttribute="top" id="q4c-IO-Fzi"/>
  74. </constraints>
  75. </view>
  76. </subviews>
  77. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  78. <constraints>
  79. <constraint firstAttribute="height" constant="44" id="3dq-iD-pyM"/>
  80. <constraint firstItem="jMV-U2-Jo5" firstAttribute="leading" secondItem="IWo-Hi-GSa" secondAttribute="trailing" id="7OP-T7-Utj"/>
  81. <constraint firstAttribute="bottom" secondItem="IWo-Hi-GSa" secondAttribute="bottom" id="Bik-nh-39T"/>
  82. <constraint firstItem="IWo-Hi-GSa" firstAttribute="leading" secondItem="Iif-Y8-CK1" secondAttribute="leading" id="J8J-YP-G7x"/>
  83. <constraint firstAttribute="bottom" secondItem="jMV-U2-Jo5" secondAttribute="bottom" constant="6" id="Kc8-xc-lTD"/>
  84. <constraint firstAttribute="trailing" secondItem="jMV-U2-Jo5" secondAttribute="trailing" constant="16" id="OJM-do-75n"/>
  85. </constraints>
  86. </view>
  87. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dBh-op-NWZ">
  88. <rect key="frame" x="0.0" y="63.666666666666664" width="414" height="0.3333333333333357"/>
  89. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  90. <constraints>
  91. <constraint firstAttribute="height" constant="0.5" id="OXw-xH-RMk"/>
  92. </constraints>
  93. </view>
  94. </subviews>
  95. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  96. <constraints>
  97. <constraint firstAttribute="bottom" secondItem="Iif-Y8-CK1" secondAttribute="bottom" id="4x1-h8-x8g"/>
  98. <constraint firstAttribute="bottom" secondItem="dBh-op-NWZ" secondAttribute="bottom" id="70O-ns-2V1"/>
  99. <constraint firstAttribute="height" constant="64" id="Bx2-g4-vSD"/>
  100. <constraint firstItem="dBh-op-NWZ" firstAttribute="leading" secondItem="YF7-aj-67D" secondAttribute="leading" id="Od6-wG-2mz"/>
  101. <constraint firstItem="Iif-Y8-CK1" firstAttribute="trailing" secondItem="YF7-aj-67D" secondAttribute="trailing" id="aHj-vc-dcj"/>
  102. <constraint firstAttribute="trailing" secondItem="dBh-op-NWZ" secondAttribute="trailing" id="ivC-7V-LU1"/>
  103. <constraint firstItem="Iif-Y8-CK1" firstAttribute="leading" secondItem="YF7-aj-67D" secondAttribute="leading" id="zWz-b3-cJH"/>
  104. </constraints>
  105. <connections>
  106. <outlet property="height" destination="Bx2-g4-vSD" id="5Xy-2O-WnQ"/>
  107. </connections>
  108. </view>
  109. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="1fe-MS-siJ">
  110. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  111. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  112. </tableView>
  113. </subviews>
  114. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  115. <constraints>
  116. <constraint firstItem="YF7-aj-67D" firstAttribute="top" secondItem="HjJ-HA-mON" secondAttribute="top" id="E5l-2u-dAL"/>
  117. <constraint firstItem="YF7-aj-67D" firstAttribute="leading" secondItem="1Bq-YB-wIJ" secondAttribute="leading" id="H7m-7P-QED"/>
  118. <constraint firstItem="1fe-MS-siJ" firstAttribute="top" secondItem="YF7-aj-67D" secondAttribute="bottom" id="Pcd-nU-VAO"/>
  119. <constraint firstAttribute="bottom" secondItem="1fe-MS-siJ" secondAttribute="bottom" id="cXt-7J-Uk5"/>
  120. <constraint firstItem="YF7-aj-67D" firstAttribute="trailing" secondItem="1Bq-YB-wIJ" secondAttribute="trailing" id="eaM-OF-3eg"/>
  121. <constraint firstItem="1fe-MS-siJ" firstAttribute="leading" secondItem="1Bq-YB-wIJ" secondAttribute="leading" id="ooL-SF-yu3"/>
  122. <constraint firstItem="1Bq-YB-wIJ" firstAttribute="trailing" secondItem="1fe-MS-siJ" secondAttribute="trailing" id="wxm-n4-61r"/>
  123. </constraints>
  124. <viewLayoutGuide key="safeArea" id="1Bq-YB-wIJ"/>
  125. </view>
  126. <navigationItem key="navigationItem" id="sHZ-kB-sEb"/>
  127. <connections>
  128. <outlet property="searchBar" destination="VOx-8E-HQe" id="tbq-uf-OfE"/>
  129. <outlet property="searchBarBackView" destination="jMV-U2-Jo5" id="eL8-qG-lqk"/>
  130. <outlet property="tableView" destination="1fe-MS-siJ" id="OIQ-YV-Sfq"/>
  131. </connections>
  132. </viewController>
  133. <placeholder placeholderIdentifier="IBFirstResponder" id="7C7-1r-ce8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  134. </objects>
  135. <point key="canvasLocation" x="-783" y="56"/>
  136. </scene>
  137. <!--Chat Msg Search ResultVC-->
  138. <scene sceneID="8vp-O8-JTf">
  139. <objects>
  140. <viewController storyboardIdentifier="ChatMsgSearchResultVC" id="7J6-LC-5Og" customClass="ChatMsgSearchResultVC" sceneMemberID="viewController">
  141. <view key="view" contentMode="scaleToFill" id="tlp-kP-4kw">
  142. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  143. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  144. <subviews>
  145. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vAW-Jw-url" customClass="WQNavigationBar">
  146. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  147. <subviews>
  148. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HYl-Wp-lZa">
  149. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  150. <subviews>
  151. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7en-3W-DqE">
  152. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  153. <constraints>
  154. <constraint firstAttribute="height" constant="44" id="CcF-yB-lLw"/>
  155. <constraint firstAttribute="width" constant="50" id="z8X-K6-KWN"/>
  156. </constraints>
  157. <state key="normal" image="back_black_icon"/>
  158. <connections>
  159. <action selector="backAction:" destination="7J6-LC-5Og" eventType="touchUpInside" id="xoW-l6-1OI"/>
  160. </connections>
  161. </button>
  162. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PFt-9N-4bi">
  163. <rect key="frame" x="50" y="6" width="305.66666666666669" height="32"/>
  164. <subviews>
  165. <searchBar contentMode="redraw" text="" placeholder="搜索" translatesAutoresizingMaskIntoConstraints="NO" id="UHO-wm-vAf">
  166. <rect key="frame" x="0.0" y="0.0" width="305.66666666666669" height="32"/>
  167. <color key="barTintColor" red="0.86274509799999999" green="0.30446519859999999" blue="0.1387545268" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  168. <textInputTraits key="textInputTraits"/>
  169. <connections>
  170. <outlet property="delegate" destination="7J6-LC-5Og" id="pfz-Qy-1oh"/>
  171. </connections>
  172. </searchBar>
  173. </subviews>
  174. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  175. <constraints>
  176. <constraint firstItem="UHO-wm-vAf" firstAttribute="leading" secondItem="PFt-9N-4bi" secondAttribute="leading" id="3yR-S2-Imo"/>
  177. <constraint firstItem="UHO-wm-vAf" firstAttribute="top" secondItem="PFt-9N-4bi" secondAttribute="top" id="GOg-eH-JLW"/>
  178. <constraint firstAttribute="height" constant="32" id="IEQ-Br-31h"/>
  179. <constraint firstAttribute="bottom" secondItem="UHO-wm-vAf" secondAttribute="bottom" id="ZuO-AJ-mbC"/>
  180. <constraint firstAttribute="trailing" secondItem="UHO-wm-vAf" secondAttribute="trailing" id="ysQ-6h-g48"/>
  181. </constraints>
  182. </view>
  183. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3Lm-e4-Vah">
  184. <rect key="frame" x="368.66666666666669" y="7" width="31" height="30"/>
  185. <state key="normal" title="取消">
  186. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  187. </state>
  188. </button>
  189. </subviews>
  190. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  191. <constraints>
  192. <constraint firstItem="PFt-9N-4bi" firstAttribute="leading" secondItem="7en-3W-DqE" secondAttribute="trailing" id="74n-fP-fJy"/>
  193. <constraint firstAttribute="bottom" secondItem="7en-3W-DqE" secondAttribute="bottom" id="EaE-z0-TDt"/>
  194. <constraint firstItem="3Lm-e4-Vah" firstAttribute="centerY" secondItem="HYl-Wp-lZa" secondAttribute="centerY" id="INO-0P-UCz"/>
  195. <constraint firstAttribute="trailing" secondItem="3Lm-e4-Vah" secondAttribute="trailing" constant="14.5" id="SUI-2G-4iU"/>
  196. <constraint firstAttribute="trailing" secondItem="PFt-9N-4bi" secondAttribute="trailing" constant="58.5" id="ieM-Cs-bZl"/>
  197. <constraint firstItem="7en-3W-DqE" firstAttribute="leading" secondItem="HYl-Wp-lZa" secondAttribute="leading" id="lXS-pI-mm1"/>
  198. <constraint firstAttribute="height" constant="44" id="s4h-yV-hcr"/>
  199. <constraint firstAttribute="bottom" secondItem="PFt-9N-4bi" secondAttribute="bottom" constant="6" id="x3L-VH-aE2"/>
  200. </constraints>
  201. </view>
  202. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4ED-c3-nXA">
  203. <rect key="frame" x="0.0" y="63.666666666666664" width="414" height="0.3333333333333357"/>
  204. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  205. <constraints>
  206. <constraint firstAttribute="height" constant="0.5" id="2MZ-I1-sub"/>
  207. </constraints>
  208. </view>
  209. </subviews>
  210. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  211. <constraints>
  212. <constraint firstAttribute="trailing" secondItem="4ED-c3-nXA" secondAttribute="trailing" id="92r-dz-ujb"/>
  213. <constraint firstItem="HYl-Wp-lZa" firstAttribute="trailing" secondItem="vAW-Jw-url" secondAttribute="trailing" id="HRi-bb-Y2Q"/>
  214. <constraint firstItem="4ED-c3-nXA" firstAttribute="leading" secondItem="vAW-Jw-url" secondAttribute="leading" id="Jhg-vc-luQ"/>
  215. <constraint firstAttribute="bottom" secondItem="HYl-Wp-lZa" secondAttribute="bottom" id="VCS-wP-7sh"/>
  216. <constraint firstAttribute="height" constant="64" id="aGW-7v-6Ga"/>
  217. <constraint firstAttribute="bottom" secondItem="4ED-c3-nXA" secondAttribute="bottom" id="vnr-AJ-4lY"/>
  218. <constraint firstItem="HYl-Wp-lZa" firstAttribute="leading" secondItem="vAW-Jw-url" secondAttribute="leading" id="wVm-mm-X6S"/>
  219. </constraints>
  220. <connections>
  221. <outlet property="height" destination="aGW-7v-6Ga" id="Hsw-YS-SUO"/>
  222. </connections>
  223. </view>
  224. </subviews>
  225. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  226. <constraints>
  227. <constraint firstItem="vAW-Jw-url" firstAttribute="leading" secondItem="7Qr-Ye-9MP" secondAttribute="leading" id="Bug-7b-Hoi"/>
  228. <constraint firstItem="vAW-Jw-url" firstAttribute="top" secondItem="tlp-kP-4kw" secondAttribute="top" id="dvI-Gd-NBy"/>
  229. <constraint firstItem="vAW-Jw-url" firstAttribute="trailing" secondItem="7Qr-Ye-9MP" secondAttribute="trailing" id="fQn-ap-K89"/>
  230. </constraints>
  231. <viewLayoutGuide key="safeArea" id="7Qr-Ye-9MP"/>
  232. </view>
  233. <navigationItem key="navigationItem" id="nr8-eA-V7z"/>
  234. <connections>
  235. <outlet property="rightCloseBtn" destination="3Lm-e4-Vah" id="Uzf-JC-clB"/>
  236. <outlet property="searchBar" destination="UHO-wm-vAf" id="Qqr-hG-vub"/>
  237. <outlet property="searchBarBackView" destination="PFt-9N-4bi" id="LxQ-Kh-Oh2"/>
  238. </connections>
  239. </viewController>
  240. <placeholder placeholderIdentifier="IBFirstResponder" id="Nj1-fC-bk2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  241. </objects>
  242. <point key="canvasLocation" x="-100" y="55"/>
  243. </scene>
  244. <!--Chat Msg Search Reselt ContentVC-->
  245. <scene sceneID="Ecp-JU-afl">
  246. <objects>
  247. <viewController storyboardIdentifier="ChatMsgSearchReseltContentVC" id="eht-mA-PCa" customClass="ChatMsgSearchReseltContentVC" sceneMemberID="viewController">
  248. <view key="view" contentMode="scaleToFill" id="OeO-yG-xkp">
  249. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  250. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  251. <subviews>
  252. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="nZE-Uy-KBF">
  253. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  254. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  255. </tableView>
  256. </subviews>
  257. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  258. <constraints>
  259. <constraint firstItem="nZE-Uy-KBF" firstAttribute="leading" secondItem="OeO-yG-xkp" secondAttribute="leading" id="hVv-bF-Wla"/>
  260. <constraint firstItem="nZE-Uy-KBF" firstAttribute="top" secondItem="OeO-yG-xkp" secondAttribute="top" id="hts-BG-sf4"/>
  261. <constraint firstAttribute="bottom" secondItem="nZE-Uy-KBF" secondAttribute="bottom" id="kNi-Fm-eSB"/>
  262. <constraint firstAttribute="trailing" secondItem="nZE-Uy-KBF" secondAttribute="trailing" id="yi0-Ql-66h"/>
  263. </constraints>
  264. <viewLayoutGuide key="safeArea" id="8sZ-fv-8Sd"/>
  265. </view>
  266. <navigationItem key="navigationItem" id="NLi-yE-itE"/>
  267. <connections>
  268. <outlet property="tableView" destination="nZE-Uy-KBF" id="z49-in-F7j"/>
  269. </connections>
  270. </viewController>
  271. <placeholder placeholderIdentifier="IBFirstResponder" id="apR-ea-C3R" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  272. </objects>
  273. <point key="canvasLocation" x="582.60869565217399" y="54.619565217391312"/>
  274. </scene>
  275. <!--Chat Msg Serch Reselt ByIMVC-->
  276. <scene sceneID="asY-Ri-ta0">
  277. <objects>
  278. <viewController storyboardIdentifier="ChatMsgSerchReseltByIMVC" id="Cad-j1-ao0" customClass="ChatMsgSerchReseltByIMVC" sceneMemberID="viewController">
  279. <view key="view" contentMode="scaleToFill" id="sSi-ZJ-qM8">
  280. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  281. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  282. <subviews>
  283. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lag-bv-ee3" customClass="WQNavigationBar">
  284. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  285. <subviews>
  286. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="C9G-Bd-jkP">
  287. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  288. <subviews>
  289. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZRm-mP-Rlw">
  290. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  291. <constraints>
  292. <constraint firstAttribute="height" constant="44" id="YC7-JZ-de8"/>
  293. <constraint firstAttribute="width" constant="50" id="eL2-Er-apd"/>
  294. </constraints>
  295. <state key="normal" image="back_black_icon"/>
  296. <connections>
  297. <action selector="backAction:" destination="Cad-j1-ao0" eventType="touchUpInside" id="yZu-Zn-Qps"/>
  298. </connections>
  299. </button>
  300. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uon-pR-xLf">
  301. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  302. <constraints>
  303. <constraint firstAttribute="width" constant="35" id="MXZ-bt-V0s"/>
  304. <constraint firstAttribute="height" constant="44" id="ekd-tJ-AHA"/>
  305. </constraints>
  306. <state key="normal" image="menu_black_icon"/>
  307. <connections>
  308. <action selector="menuAction:" destination="Cad-j1-ao0" eventType="touchUpInside" id="kbZ-0I-1H1"/>
  309. </connections>
  310. </button>
  311. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="聊天记录" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="axA-4a-lmu">
  312. <rect key="frame" x="170.33333333333334" y="11.666666666666668" width="73.666666666666657" height="21.000000000000004"/>
  313. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  314. <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  315. <nil key="highlightedColor"/>
  316. </label>
  317. </subviews>
  318. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  319. <constraints>
  320. <constraint firstItem="axA-4a-lmu" firstAttribute="centerY" secondItem="ZRm-mP-Rlw" secondAttribute="centerY" id="bw6-mD-kYY"/>
  321. <constraint firstItem="axA-4a-lmu" firstAttribute="centerX" secondItem="C9G-Bd-jkP" secondAttribute="centerX" id="cjm-bs-G5Z"/>
  322. <constraint firstItem="ZRm-mP-Rlw" firstAttribute="leading" secondItem="C9G-Bd-jkP" secondAttribute="leading" id="dFt-eu-2ET"/>
  323. <constraint firstItem="uon-pR-xLf" firstAttribute="leading" secondItem="ZRm-mP-Rlw" secondAttribute="trailing" id="dqv-M3-RAJ"/>
  324. <constraint firstAttribute="bottom" secondItem="ZRm-mP-Rlw" secondAttribute="bottom" id="ij5-gU-cNr"/>
  325. <constraint firstItem="uon-pR-xLf" firstAttribute="top" secondItem="ZRm-mP-Rlw" secondAttribute="top" id="jN6-QY-WYf"/>
  326. <constraint firstItem="uon-pR-xLf" firstAttribute="bottom" secondItem="ZRm-mP-Rlw" secondAttribute="bottom" id="ljX-W7-BRF"/>
  327. <constraint firstAttribute="height" constant="44" id="y54-ds-UWo"/>
  328. </constraints>
  329. </view>
  330. </subviews>
  331. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  332. <constraints>
  333. <constraint firstAttribute="height" constant="64" id="4ZI-Qb-bHn"/>
  334. <constraint firstItem="C9G-Bd-jkP" firstAttribute="trailing" secondItem="lag-bv-ee3" secondAttribute="trailing" id="Dbn-s3-gqh"/>
  335. <constraint firstAttribute="bottom" secondItem="C9G-Bd-jkP" secondAttribute="bottom" id="L1x-Pg-QaX"/>
  336. <constraint firstItem="C9G-Bd-jkP" firstAttribute="leading" secondItem="lag-bv-ee3" secondAttribute="leading" id="Q6P-KO-1dw"/>
  337. </constraints>
  338. <connections>
  339. <outlet property="height" destination="4ZI-Qb-bHn" id="f9I-Vl-HLb"/>
  340. </connections>
  341. </view>
  342. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="b07-MJ-Vv2">
  343. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  344. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  345. </tableView>
  346. </subviews>
  347. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  348. <constraints>
  349. <constraint firstItem="lag-bv-ee3" firstAttribute="leading" secondItem="gT9-WY-zqj" secondAttribute="leading" id="FZh-78-O2P"/>
  350. <constraint firstAttribute="bottom" secondItem="b07-MJ-Vv2" secondAttribute="bottom" id="KgL-IQ-x6Y"/>
  351. <constraint firstItem="lag-bv-ee3" firstAttribute="trailing" secondItem="gT9-WY-zqj" secondAttribute="trailing" id="abW-bO-dWg"/>
  352. <constraint firstItem="gT9-WY-zqj" firstAttribute="trailing" secondItem="b07-MJ-Vv2" secondAttribute="trailing" id="ndS-XO-5OS"/>
  353. <constraint firstItem="b07-MJ-Vv2" firstAttribute="top" secondItem="lag-bv-ee3" secondAttribute="bottom" id="voE-le-A7j"/>
  354. <constraint firstItem="b07-MJ-Vv2" firstAttribute="leading" secondItem="gT9-WY-zqj" secondAttribute="leading" id="w4I-eJ-1Fg"/>
  355. <constraint firstItem="lag-bv-ee3" firstAttribute="top" secondItem="sSi-ZJ-qM8" secondAttribute="top" id="yWk-j1-X16"/>
  356. </constraints>
  357. <viewLayoutGuide key="safeArea" id="gT9-WY-zqj"/>
  358. </view>
  359. <navigationItem key="navigationItem" id="nil-4D-tDk"/>
  360. <connections>
  361. <outlet property="tableView" destination="b07-MJ-Vv2" id="dKz-or-9k4"/>
  362. </connections>
  363. </viewController>
  364. <placeholder placeholderIdentifier="IBFirstResponder" id="lMx-ed-klM" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  365. </objects>
  366. <point key="canvasLocation" x="-100" y="745"/>
  367. </scene>
  368. </scenes>
  369. <resources>
  370. <image name="back_black_icon" width="11" height="20"/>
  371. <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
  372. </resources>
  373. </document>