1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="129" id="KGk-i7-Jjw" customClass="IMChatMessageSendViewCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="132"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="132"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="06-09 13:02" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k0L-ig-bhB">
- <rect key="frame" x="14" y="5" width="292" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="MJ9-1n-RP4"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="dRS-Ex-V2s">
- <rect key="frame" x="258" y="31" width="48" height="48"/>
- <constraints>
- <constraint firstAttribute="width" constant="48" id="ALp-AJ-k89"/>
- <constraint firstAttribute="height" constant="48" id="U0b-CA-lXO"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="24"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="姓名" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O0d-aO-DEf">
- <rect key="frame" x="219" y="37" width="29" height="24"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="hV4-hf-Q8a"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="73U-Yu-hhb">
- <rect key="frame" x="72" y="69" width="176" height="42"/>
- <constraints>
- <constraint firstAttribute="height" constant="42" id="9m9-a5-elu"/>
- <constraint firstAttribute="width" constant="176" id="B2b-ep-gRb"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.95294117649999999" green="0.95294117649999999" blue="0.95294117649999999" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="k0L-ig-bhB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="59J-ml-PYh"/>
- <constraint firstItem="O0d-aO-DEf" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="37" id="6NB-9d-uAN"/>
- <constraint firstItem="k0L-ig-bhB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="6QF-aq-QM6"/>
- <constraint firstItem="dRS-Ex-V2s" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="31" id="NCS-bP-NLG"/>
- <constraint firstAttribute="trailing" secondItem="dRS-Ex-V2s" secondAttribute="trailing" constant="14" id="gmx-Y3-81p"/>
- <constraint firstAttribute="trailing" secondItem="73U-Yu-hhb" secondAttribute="trailing" constant="72" id="kmb-aR-DfK"/>
- <constraint firstItem="dRS-Ex-V2s" firstAttribute="leading" secondItem="O0d-aO-DEf" secondAttribute="trailing" constant="10" id="ngR-6P-5QW"/>
- <constraint firstItem="73U-Yu-hhb" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="69" id="xdH-1U-slK"/>
- <constraint firstAttribute="trailing" secondItem="k0L-ig-bhB" secondAttribute="trailing" constant="14" id="y21-uR-MhX"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="avatarImageView" destination="dRS-Ex-V2s" id="Els-ei-27g"/>
- <outlet property="messageBackgroundView" destination="73U-Yu-hhb" id="JOP-eY-itl"/>
- <outlet property="messageBgHeight" destination="9m9-a5-elu" id="8Ly-ju-XTf"/>
- <outlet property="messageBgWidth" destination="B2b-ep-gRb" id="FSo-Zq-jds"/>
- <outlet property="nameLabel" destination="O0d-aO-DEf" id="Mqt-5X-zmf"/>
- <outlet property="timeLabel" destination="k0L-ig-bhB" id="ZJg-EA-Jw1"/>
- </connections>
- <point key="canvasLocation" x="57.971014492753625" y="111.49553571428571"/>
- </tableViewCell>
- </objects>
- </document>
|