123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" 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="17505"/>
- <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="56" id="KGk-i7-Jjw" customClass="MeetingFormAttachmentItemCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
- <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="56"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_moren" translatesAutoresizingMaskIntoConstraints="NO" id="yrd-5i-L6w">
- <rect key="frame" x="16" y="8" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="ePG-qN-T99"/>
- <constraint firstAttribute="height" constant="40" id="jEM-Hs-pqI"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v8H-Db-BBG">
- <rect key="frame" x="68" y="12" width="35" height="32"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GuK-vB-klT">
- <rect key="frame" x="282" y="12" width="22" height="32"/>
- <state key="normal" image="icon_delete_1"/>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="yrd-5i-L6w" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="0cu-Gt-Mx3"/>
- <constraint firstItem="GuK-vB-klT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="1au-su-Ifq"/>
- <constraint firstAttribute="bottom" secondItem="yrd-5i-L6w" secondAttribute="bottom" constant="8" id="B5K-Wb-err"/>
- <constraint firstAttribute="bottom" secondItem="GuK-vB-klT" secondAttribute="bottom" constant="12" id="KV5-qk-D9U"/>
- <constraint firstItem="v8H-Db-BBG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="YY9-tu-Hsc"/>
- <constraint firstAttribute="bottom" secondItem="v8H-Db-BBG" secondAttribute="bottom" constant="12" id="f9k-hW-7hJ"/>
- <constraint firstItem="yrd-5i-L6w" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="no9-SU-cII"/>
- <constraint firstAttribute="trailing" secondItem="GuK-vB-klT" secondAttribute="trailing" constant="16" id="uhF-gh-CP6"/>
- <constraint firstItem="v8H-Db-BBG" firstAttribute="leading" secondItem="yrd-5i-L6w" secondAttribute="trailing" constant="12" id="urf-gI-C7s"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="attachmentIcon" destination="yrd-5i-L6w" id="pi0-nJ-N00"/>
- <outlet property="attachmentName" destination="v8H-Db-BBG" id="1cs-6d-xiK"/>
- <outlet property="deleteBtn" destination="GuK-vB-klT" id="ZO3-mc-DwJ"/>
- </connections>
- <point key="canvasLocation" x="1.4492753623188408" y="87.723214285714278"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="icon_delete_1" width="22" height="22"/>
- <image name="icon_moren" width="40" height="40"/>
- </resources>
- </document>
|