JCHATConversationViewController.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JCHATChatViewController">
  13. <connections>
  14. <outlet property="messageTabTop" destination="i3t-TL-2ng" id="6Ip-KF-4nf"/>
  15. <outlet property="messageTableView" destination="tfq-RX-qTU" id="76N-0f-igA"/>
  16. <outlet property="moreViewContainer" destination="dli-t0-WNK" id="1II-bo-waV"/>
  17. <outlet property="moreViewHeight" destination="gj0-4b-hH6" id="BwB-dZ-fVF"/>
  18. <outlet property="toolBarContainer" destination="dFW-Aa-3i1" id="1Ty-Gw-fHr"/>
  19. <outlet property="toolBarHeightConstrait" destination="sZF-Or-nsQ" id="D3L-eg-ynp"/>
  20. <outlet property="toolBarToBottomConstrait" destination="qat-iL-kQ5" id="cxH-Ce-nz5"/>
  21. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  22. </connections>
  23. </placeholder>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  25. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="tfq-RX-qTU" userLabel="消息table" customClass="JCHATMessageTableView">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="622"/>
  31. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. </tableView>
  33. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dFW-Aa-3i1" userLabel="工具栏" customClass="JCHATToolBarContainer">
  34. <rect key="frame" x="0.0" y="622" width="375" height="45"/>
  35. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="45" id="sZF-Or-nsQ"/>
  38. </constraints>
  39. </view>
  40. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dli-t0-WNK" userLabel="更多" customClass="JCHATMoreViewContainer">
  41. <rect key="frame" x="0.0" y="667" width="375" height="0.0"/>
  42. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="height" id="gj0-4b-hH6"/>
  45. </constraints>
  46. </view>
  47. </subviews>
  48. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  49. <constraints>
  50. <constraint firstItem="dli-t0-WNK" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="2fm-2m-oRg"/>
  51. <constraint firstItem="dFW-Aa-3i1" firstAttribute="top" secondItem="tfq-RX-qTU" secondAttribute="bottom" id="Gjo-cB-4J2"/>
  52. <constraint firstItem="dFW-Aa-3i1" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="O8d-4g-6lQ"/>
  53. <constraint firstAttribute="trailing" secondItem="tfq-RX-qTU" secondAttribute="trailing" id="ZX0-sC-jLA"/>
  54. <constraint firstItem="tfq-RX-qTU" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="aQH-82-ONV"/>
  55. <constraint firstAttribute="bottom" secondItem="dli-t0-WNK" secondAttribute="bottom" id="aru-t3-Nek"/>
  56. <constraint firstItem="tfq-RX-qTU" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="i3t-TL-2ng"/>
  57. <constraint firstAttribute="trailing" secondItem="dFW-Aa-3i1" secondAttribute="trailing" id="ppZ-7B-4JR"/>
  58. <constraint firstAttribute="trailing" secondItem="dli-t0-WNK" secondAttribute="trailing" id="pxR-iv-44H"/>
  59. <constraint firstItem="dli-t0-WNK" firstAttribute="top" secondItem="dFW-Aa-3i1" secondAttribute="bottom" id="qat-iL-kQ5"/>
  60. </constraints>
  61. <point key="canvasLocation" x="-77" y="58"/>
  62. </view>
  63. </objects>
  64. </document>