123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <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" reuseIdentifier="New Topic Cell0" rowHeight="103" id="KGk-i7-Jjw" customClass="NewTopicCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="103"/>
- <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="103"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ECL-Cp-Kn8">
- <rect key="frame" x="15" y="15" width="290" height="72.5"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="cE9-Y7-xgF"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KLG-RU-U7y">
- <rect key="frame" x="15" y="102.5" width="290" height="0.5"/>
- <color key="backgroundColor" red="0.7803921568627451" green="0.89411764705882346" blue="0.98431372549019602" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="yxx-fA-xQc"/>
- </constraints>
- </view>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="xIf-kT-7Zh" customClass="NewTopicTextView">
- <rect key="frame" x="15" y="15" width="290" height="72.5"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="ECL-Cp-Kn8" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="9gz-GI-v91"/>
- <constraint firstAttribute="trailing" secondItem="KLG-RU-U7y" secondAttribute="trailing" constant="15" id="IYc-Q9-vYJ"/>
- <constraint firstItem="KLG-RU-U7y" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Kgx-Ta-Cl4"/>
- <constraint firstAttribute="trailing" secondItem="ECL-Cp-Kn8" secondAttribute="trailing" constant="15" id="LYJ-Or-as5"/>
- <constraint firstItem="xIf-kT-7Zh" firstAttribute="leading" secondItem="ECL-Cp-Kn8" secondAttribute="leading" id="Quf-Q3-ucx"/>
- <constraint firstItem="xIf-kT-7Zh" firstAttribute="trailing" secondItem="ECL-Cp-Kn8" secondAttribute="trailing" id="TeR-UF-x8L"/>
- <constraint firstAttribute="bottom" secondItem="KLG-RU-U7y" secondAttribute="bottom" id="b8V-Kk-0Ot"/>
- <constraint firstItem="xIf-kT-7Zh" firstAttribute="bottom" secondItem="ECL-Cp-Kn8" secondAttribute="bottom" id="kmn-y0-joy"/>
- <constraint firstItem="KLG-RU-U7y" firstAttribute="top" secondItem="ECL-Cp-Kn8" secondAttribute="bottom" constant="15" id="m1b-cE-wVB"/>
- <constraint firstItem="ECL-Cp-Kn8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="mjn-Ba-UQJ"/>
- <constraint firstItem="xIf-kT-7Zh" firstAttribute="top" secondItem="ECL-Cp-Kn8" secondAttribute="top" id="va3-TG-Yc1"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="bgLabel" destination="ECL-Cp-Kn8" id="oNC-RZ-asV"/>
- <outlet property="textView" destination="xIf-kT-7Zh" id="rVm-Ec-1cx"/>
- </connections>
- <point key="canvasLocation" x="40.579710144927539" y="-69.308035714285708"/>
- </tableViewCell>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="New Topic Cell1" id="2PX-b2-gmI" customClass="NewTopicCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="125"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2PX-b2-gmI" id="YZm-Ro-vkh">
- <rect key="frame" x="0.0" y="0.0" width="320" height="125"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PGm-Tu-ZWl">
- <rect key="frame" x="15" y="15" width="290" height="95"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="mFe-8v-akB"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="8cf-9e-i7x" customClass="NewTopicTextView">
- <rect key="frame" x="15" y="15" width="290" height="95"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="PGm-Tu-ZWl" firstAttribute="top" secondItem="YZm-Ro-vkh" secondAttribute="top" constant="15" id="0Wa-pH-ryg"/>
- <constraint firstAttribute="trailing" secondItem="PGm-Tu-ZWl" secondAttribute="trailing" constant="15" id="87f-cs-vvd"/>
- <constraint firstItem="8cf-9e-i7x" firstAttribute="top" secondItem="PGm-Tu-ZWl" secondAttribute="top" id="9GH-XX-oPi"/>
- <constraint firstAttribute="bottom" secondItem="PGm-Tu-ZWl" secondAttribute="bottom" constant="15" id="DhH-ML-hje"/>
- <constraint firstItem="8cf-9e-i7x" firstAttribute="leading" secondItem="PGm-Tu-ZWl" secondAttribute="leading" id="Ok3-c6-ERJ"/>
- <constraint firstItem="PGm-Tu-ZWl" firstAttribute="leading" secondItem="YZm-Ro-vkh" secondAttribute="leading" constant="15" id="a8l-tn-lCF"/>
- <constraint firstItem="8cf-9e-i7x" firstAttribute="trailing" secondItem="PGm-Tu-ZWl" secondAttribute="trailing" id="rSz-bL-Da4"/>
- <constraint firstItem="8cf-9e-i7x" firstAttribute="bottom" secondItem="PGm-Tu-ZWl" secondAttribute="bottom" id="slX-nE-Zrb"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="n3R-hS-hou"/>
- <connections>
- <outlet property="bgLabel" destination="PGm-Tu-ZWl" id="Xg3-vX-CfL"/>
- <outlet property="textView" destination="8cf-9e-i7x" id="poT-B6-YDK"/>
- </connections>
- <point key="canvasLocation" x="42.028985507246382" y="35.825892857142854"/>
- </tableViewCell>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="New Topic Cell2" rowHeight="196" id="drZ-xY-1Iu" customClass="NewTopicCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="196"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="drZ-xY-1Iu" id="qFa-Sq-pQX">
- <rect key="frame" x="0.0" y="0.0" width="320" height="196"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aNI-Ls-qOc">
- <rect key="frame" x="15" y="36" width="290" height="74"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_myPaper" translatesAutoresizingMaskIntoConstraints="NO" id="BFT-on-2co">
- <rect key="frame" x="12" y="12" width="50" height="50"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="Rfx-Wr-l91"/>
- <constraint firstAttribute="width" secondItem="BFT-on-2co" secondAttribute="height" multiplier="1:1" id="Xhe-5W-tFQ"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vG9-6X-wNK">
- <rect key="frame" x="74" y="20" width="186" height="16"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="qlO-9L-qZa"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eLb-jd-F7B">
- <rect key="frame" x="74" y="43" width="201" height="11"/>
- <constraints>
- <constraint firstAttribute="height" constant="11" id="2E1-0w-AlS"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mfw-DU-LWN">
- <rect key="frame" x="260" y="0.0" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="Kos-W9-DLi"/>
- <constraint firstAttribute="height" constant="40" id="UdD-YA-sl4"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
- <state key="normal" image="chatmsg_moreapp_close_icon"/>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.95686274509803915" green="0.96078431372549022" blue="0.96470588235294119" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="eLb-jd-F7B" secondAttribute="trailing" constant="15" id="1W5-Ed-NPr"/>
- <constraint firstItem="BFT-on-2co" firstAttribute="leading" secondItem="aNI-Ls-qOc" secondAttribute="leading" constant="12" id="FnY-xm-WJ4"/>
- <constraint firstItem="BFT-on-2co" firstAttribute="centerY" secondItem="aNI-Ls-qOc" secondAttribute="centerY" id="RLw-a2-3TD"/>
- <constraint firstAttribute="height" constant="74" id="Saa-E1-fVm"/>
- <constraint firstItem="mfw-DU-LWN" firstAttribute="top" secondItem="aNI-Ls-qOc" secondAttribute="top" id="TlS-YB-Ykk"/>
- <constraint firstItem="vG9-6X-wNK" firstAttribute="top" secondItem="BFT-on-2co" secondAttribute="top" constant="8" id="cD8-R6-MDF"/>
- <constraint firstAttribute="trailing" secondItem="vG9-6X-wNK" secondAttribute="trailing" constant="30" id="huv-c4-Cpl"/>
- <constraint firstItem="vG9-6X-wNK" firstAttribute="leading" secondItem="BFT-on-2co" secondAttribute="trailing" constant="12" id="qPf-rd-RJg"/>
- <constraint firstItem="eLb-jd-F7B" firstAttribute="leading" secondItem="BFT-on-2co" secondAttribute="trailing" constant="12" id="sUg-hG-dHc"/>
- <constraint firstAttribute="trailing" secondItem="mfw-DU-LWN" secondAttribute="trailing" constant="-10" id="t3D-Ke-igu"/>
- <constraint firstItem="eLb-jd-F7B" firstAttribute="bottom" secondItem="BFT-on-2co" secondAttribute="bottom" constant="-8" id="zEU-xQ-Q9o"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JZs-dN-dkI">
- <rect key="frame" x="15" y="125" width="290" height="56"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="j87-uI-cPr"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="ERy-EI-mCZ" customClass="NewTopicTextView">
- <rect key="frame" x="15" y="125" width="290" height="56"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="ERy-EI-mCZ" firstAttribute="leading" secondItem="JZs-dN-dkI" secondAttribute="leading" id="9hy-Ud-Wdk"/>
- <constraint firstItem="aNI-Ls-qOc" firstAttribute="top" secondItem="qFa-Sq-pQX" secondAttribute="top" constant="36" id="MRc-rX-vDs"/>
- <constraint firstItem="JZs-dN-dkI" firstAttribute="leading" secondItem="qFa-Sq-pQX" secondAttribute="leading" constant="15" id="MbQ-9W-dbf"/>
- <constraint firstItem="aNI-Ls-qOc" firstAttribute="leading" secondItem="qFa-Sq-pQX" secondAttribute="leading" constant="15" id="NnX-Bc-6Sb"/>
- <constraint firstItem="ERy-EI-mCZ" firstAttribute="top" secondItem="JZs-dN-dkI" secondAttribute="top" id="RKG-ri-f5s"/>
- <constraint firstItem="ERy-EI-mCZ" firstAttribute="bottom" secondItem="JZs-dN-dkI" secondAttribute="bottom" id="SOx-pV-Opk"/>
- <constraint firstAttribute="trailing" secondItem="JZs-dN-dkI" secondAttribute="trailing" constant="15" id="WHY-VN-Gz7"/>
- <constraint firstItem="ERy-EI-mCZ" firstAttribute="trailing" secondItem="JZs-dN-dkI" secondAttribute="trailing" id="aY3-KF-AyO"/>
- <constraint firstAttribute="trailing" secondItem="aNI-Ls-qOc" secondAttribute="trailing" constant="15" id="eIc-5q-mvA"/>
- <constraint firstItem="JZs-dN-dkI" firstAttribute="top" secondItem="aNI-Ls-qOc" secondAttribute="bottom" constant="15" id="hUI-cb-2xK"/>
- <constraint firstAttribute="bottom" secondItem="JZs-dN-dkI" secondAttribute="bottom" constant="15" id="r15-7H-0PK"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="Vqq-Kl-L6R"/>
- <connections>
- <outlet property="bgLabel" destination="JZs-dN-dkI" id="wo7-Uo-Vch"/>
- <outlet property="cell2CloseBtn" destination="mfw-DU-LWN" id="3jS-9q-5s6"/>
- <outlet property="cell2ImagV" destination="BFT-on-2co" id="KoG-pt-EJv"/>
- <outlet property="cell2SubTitleL" destination="eLb-jd-F7B" id="whU-mu-LFR"/>
- <outlet property="cell2TitleL" destination="vG9-6X-wNK" id="pOC-fY-YF7"/>
- <outlet property="textView" destination="ERy-EI-mCZ" id="bms-x5-ex5"/>
- </connections>
- <point key="canvasLocation" x="40.579710144927539" y="178.79464285714286"/>
- </tableViewCell>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="New Topic Cell3" rowHeight="245" id="Ecn-BV-OAm" customClass="NewTopicCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="284"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ecn-BV-OAm" id="Ffq-oj-oa8">
- <rect key="frame" x="0.0" y="0.0" width="320" height="284"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tm3-E5-LKD">
- <rect key="frame" x="0.0" y="0.0" width="320" height="36"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="adr-05-dp5"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Low-Wr-Jyu">
- <rect key="frame" x="15" y="36" width="290" height="145"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JJR-1H-vvP">
- <rect key="frame" x="0.0" y="0.0" width="290" height="145"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="JJR-1H-vvP" secondAttribute="height" multiplier="2:1" id="R6w-5t-Ip2"/>
- </constraints>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hcj-4v-JGB">
- <rect key="frame" x="270" y="8" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="UtU-K3-3mX"/>
- <constraint firstAttribute="width" constant="12" id="lMy-HU-Q4S"/>
- </constraints>
- <state key="normal" image="chatmsg_moreapp_close_icon"/>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="JJR-1H-vvP" secondAttribute="bottom" id="1KD-y2-sZV"/>
- <constraint firstAttribute="width" secondItem="Low-Wr-Jyu" secondAttribute="height" multiplier="2:1" id="58I-QE-AaL"/>
- <constraint firstAttribute="trailing" secondItem="hcj-4v-JGB" secondAttribute="trailing" constant="8" id="AXz-dd-mgB"/>
- <constraint firstItem="hcj-4v-JGB" firstAttribute="top" secondItem="Low-Wr-Jyu" secondAttribute="top" constant="8" id="fyS-iE-Eeu"/>
- <constraint firstItem="JJR-1H-vvP" firstAttribute="leading" secondItem="Low-Wr-Jyu" secondAttribute="leading" id="hSC-oJ-0HQ"/>
- <constraint firstAttribute="trailing" secondItem="JJR-1H-vvP" secondAttribute="trailing" id="nEM-eX-hQJ"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c06-LT-Ylo">
- <rect key="frame" x="15" y="196" width="290" height="73"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="ZcI-8A-mt9"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="Ove-uZ-tix" customClass="NewTopicTextView">
- <rect key="frame" x="15" y="196" width="290" height="73"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Ove-uZ-tix" firstAttribute="bottom" secondItem="c06-LT-Ylo" secondAttribute="bottom" id="6e9-3K-lv9"/>
- <constraint firstItem="c06-LT-Ylo" firstAttribute="top" secondItem="Low-Wr-Jyu" secondAttribute="bottom" constant="15" id="8Lo-hI-zoF"/>
- <constraint firstItem="Low-Wr-Jyu" firstAttribute="top" secondItem="tm3-E5-LKD" secondAttribute="bottom" id="AK3-8I-MOP"/>
- <constraint firstItem="tm3-E5-LKD" firstAttribute="leading" secondItem="Ffq-oj-oa8" secondAttribute="leading" id="ATy-yb-imm"/>
- <constraint firstItem="Ove-uZ-tix" firstAttribute="leading" secondItem="c06-LT-Ylo" secondAttribute="leading" id="Ayh-7W-30i"/>
- <constraint firstItem="c06-LT-Ylo" firstAttribute="leading" secondItem="Ffq-oj-oa8" secondAttribute="leading" constant="15" id="Bdt-XV-LlU"/>
- <constraint firstAttribute="trailing" secondItem="c06-LT-Ylo" secondAttribute="trailing" constant="15" id="Jav-GI-p8k"/>
- <constraint firstItem="Low-Wr-Jyu" firstAttribute="leading" secondItem="Ffq-oj-oa8" secondAttribute="leading" constant="15" id="Lv7-Jt-UoR"/>
- <constraint firstAttribute="bottom" secondItem="c06-LT-Ylo" secondAttribute="bottom" constant="15" id="O5J-iO-60p"/>
- <constraint firstAttribute="trailing" secondItem="tm3-E5-LKD" secondAttribute="trailing" id="Z0g-xw-39V"/>
- <constraint firstItem="Ove-uZ-tix" firstAttribute="trailing" secondItem="c06-LT-Ylo" secondAttribute="trailing" id="e7v-U2-WGk"/>
- <constraint firstItem="Ove-uZ-tix" firstAttribute="top" secondItem="c06-LT-Ylo" secondAttribute="top" id="jAI-SC-9LH"/>
- <constraint firstItem="tm3-E5-LKD" firstAttribute="top" secondItem="Ffq-oj-oa8" secondAttribute="top" id="o2H-SR-OD1"/>
- <constraint firstAttribute="trailing" secondItem="Low-Wr-Jyu" secondAttribute="trailing" constant="15" id="r8f-bZ-co3"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="TpY-kZ-CMg"/>
- <connections>
- <outlet property="bgLabel" destination="c06-LT-Ylo" id="jEU-mb-RhB"/>
- <outlet property="cell3CloseBtn" destination="hcj-4v-JGB" id="rxs-cd-EhM"/>
- <outlet property="cell3ImagV" destination="JJR-1H-vvP" id="V7T-2b-932"/>
- <outlet property="textView" destination="Ove-uZ-tix" id="CzG-uq-hUq"/>
- </connections>
- <point key="canvasLocation" x="42.028985507246382" y="381.02678571428572"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="chatmsg_moreapp_close_icon" width="14" height="14"/>
- <image name="icon_myPaper" width="42" height="42"/>
- </resources>
- </document>
|