ChatHistory.storyboard 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
  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. <!--Chat History Controller-->
  13. <scene sceneID="s0d-6b-0kx">
  14. <objects>
  15. <viewController restorationIdentifier="ChatHistoryController" storyboardIdentifier="ChatHistoryController" id="Y6W-OH-hqX" customClass="ChatHistoryController" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="loginBG" translatesAutoresizingMaskIntoConstraints="NO" id="YYR-Ev-nor">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. </imageView>
  24. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MZH-TQ-70A">
  25. <rect key="frame" x="32" y="46" width="44" height="44"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <state key="normal" title="Button"/>
  28. <buttonConfiguration key="configuration" style="plain" image="fanhui"/>
  29. <connections>
  30. <action selector="gotoback:" destination="Y6W-OH-hqX" eventType="touchUpInside" id="9Zu-VO-0Uk"/>
  31. </connections>
  32. </button>
  33. <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="1k5-cA-2aW">
  34. <rect key="frame" x="104" y="58" width="186" height="21"/>
  35. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  37. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2g4-Lm-3LP">
  41. <rect key="frame" x="16" y="87" width="343" height="50"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  43. <viewLayoutGuide key="contentLayoutGuide" id="dOr-oX-de6"/>
  44. <viewLayoutGuide key="frameLayoutGuide" id="zEy-IP-wWI"/>
  45. </scrollView>
  46. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="z50-ua-2RY">
  47. <rect key="frame" x="0.0" y="145" width="375" height="454"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  49. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  50. </tableView>
  51. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pJp-mP-5U4">
  52. <rect key="frame" x="76" y="362" width="240" height="128"/>
  53. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  54. </imageView>
  55. </subviews>
  56. <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
  57. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  58. </view>
  59. <connections>
  60. <outlet property="bigImageV" destination="pJp-mP-5U4" id="ylv-g0-8Lt"/>
  61. <outlet property="tableView" destination="z50-ua-2RY" id="XI0-2z-RTb"/>
  62. <outlet property="titleLb" destination="1k5-cA-2aW" id="Tcl-MC-oBp"/>
  63. <outlet property="topScrollV" destination="2g4-Lm-3LP" id="Wqi-EW-psb"/>
  64. </connections>
  65. </viewController>
  66. <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  67. </objects>
  68. <point key="canvasLocation" x="58.778625954198468" y="-34.507042253521128"/>
  69. </scene>
  70. </scenes>
  71. <resources>
  72. <image name="fanhui" width="20" height="20"/>
  73. <image name="loginBG" width="562.5" height="1218"/>
  74. <systemColor name="systemBackgroundColor">
  75. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  76. </systemColor>
  77. </resources>
  78. </document>