IVTChatRoomCell.xib 4.67 KB
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
        <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" id="KGk-i7-Jjw" customClass="IVTChatRoomCell">
            <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
            <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="375" height="59"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mLg-9G-CfF">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="24.5"/>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="redp_remd" translatesAutoresizingMaskIntoConstraints="NO" id="mcY-YI-B0p">
                        <rect key="frame" x="10" y="26.5" width="130" height="30"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="130" id="JKQ-mn-evg"/>
                            <constraint firstAttribute="height" constant="30" id="iom-eF-B0p"/>
                        </constraints>
                    </imageView>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="mLg-9G-CfF" secondAttribute="trailing" id="FBc-4b-lIG"/>
                    <constraint firstItem="mcY-YI-B0p" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="JeD-IL-TIx"/>
                    <constraint firstAttribute="bottom" secondItem="mcY-YI-B0p" secondAttribute="bottom" constant="3" id="f6I-Db-UEh"/>
                    <constraint firstAttribute="bottom" secondItem="mLg-9G-CfF" secondAttribute="bottom" priority="700" constant="5" id="lC8-ji-50t"/>
                    <constraint firstItem="mcY-YI-B0p" firstAttribute="top" secondItem="mLg-9G-CfF" secondAttribute="bottom" priority="900" constant="2" id="nD0-1L-nUm"/>
                    <constraint firstItem="mLg-9G-CfF" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="t69-u8-S4e"/>
                    <constraint firstItem="mLg-9G-CfF" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="vAl-GE-buu"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="chatContentLabel" destination="mLg-9G-CfF" id="5Kl-22-Kaa"/>
                <outlet property="chatLeftConstraint" destination="t69-u8-S4e" id="KSB-Nm-FR3"/>
                <outlet property="labelToBottomConstraint" destination="lC8-ji-50t" id="Zeg-n4-h5a"/>
                <outlet property="labelToRedPacketConstraint" destination="nD0-1L-nUm" id="bY7-zx-E6p"/>
                <outlet property="redPacketImageView" destination="mcY-YI-B0p" id="Pl7-fh-zqJ"/>
            </connections>
            <point key="canvasLocation" x="-59.5" y="9"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="redp_remd" width="195" height="48"/>
    </resources>
</document>