| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JCHATChatViewController">
- <connections>
- <outlet property="messageTabTop" destination="i3t-TL-2ng" id="6Ip-KF-4nf"/>
- <outlet property="messageTableView" destination="tfq-RX-qTU" id="76N-0f-igA"/>
- <outlet property="moreViewContainer" destination="dli-t0-WNK" id="1II-bo-waV"/>
- <outlet property="moreViewHeight" destination="gj0-4b-hH6" id="BwB-dZ-fVF"/>
- <outlet property="toolBarContainer" destination="dFW-Aa-3i1" id="1Ty-Gw-fHr"/>
- <outlet property="toolBarHeightConstrait" destination="sZF-Or-nsQ" id="D3L-eg-ynp"/>
- <outlet property="toolBarToBottomConstrait" destination="qat-iL-kQ5" id="cxH-Ce-nz5"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="375" height="622"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </tableView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dFW-Aa-3i1" userLabel="工具栏" customClass="JCHATToolBarContainer">
- <rect key="frame" x="0.0" y="622" width="375" height="45"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="45" id="sZF-Or-nsQ"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dli-t0-WNK" userLabel="更多" customClass="JCHATMoreViewContainer">
- <rect key="frame" x="0.0" y="667" width="375" height="0.0"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" id="gj0-4b-hH6"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="dli-t0-WNK" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="2fm-2m-oRg"/>
- <constraint firstItem="dFW-Aa-3i1" firstAttribute="top" secondItem="tfq-RX-qTU" secondAttribute="bottom" id="Gjo-cB-4J2"/>
- <constraint firstItem="dFW-Aa-3i1" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="O8d-4g-6lQ"/>
- <constraint firstAttribute="trailing" secondItem="tfq-RX-qTU" secondAttribute="trailing" id="ZX0-sC-jLA"/>
- <constraint firstItem="tfq-RX-qTU" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="aQH-82-ONV"/>
- <constraint firstAttribute="bottom" secondItem="dli-t0-WNK" secondAttribute="bottom" id="aru-t3-Nek"/>
- <constraint firstItem="tfq-RX-qTU" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="i3t-TL-2ng"/>
- <constraint firstAttribute="trailing" secondItem="dFW-Aa-3i1" secondAttribute="trailing" id="ppZ-7B-4JR"/>
- <constraint firstAttribute="trailing" secondItem="dli-t0-WNK" secondAttribute="trailing" id="pxR-iv-44H"/>
- <constraint firstItem="dli-t0-WNK" firstAttribute="top" secondItem="dFW-Aa-3i1" secondAttribute="bottom" id="qat-iL-kQ5"/>
- </constraints>
- <point key="canvasLocation" x="-77" y="58"/>
- </view>
- </objects>
- </document>
|