1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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="System colors in document resources" minToolsVersion="11.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="179" id="KGk-i7-Jjw" customClass="MeetingFormAttachmentCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="179"/>
- <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="179"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="会议材料" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W8u-xV-xG9">
- <rect key="frame" x="16" y="8" width="70" height="27"/>
- <constraints>
- <constraint firstAttribute="width" constant="70" id="xgo-s9-brM"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="17"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="LAe-17-e4S">
- <rect key="frame" x="16" y="43" width="288" height="128"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="128" id="ihd-8J-w33"/>
- </constraints>
- </tableView>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9iS-qR-Uem">
- <rect key="frame" x="240" y="8" width="64" height="24"/>
- <constraints>
- <constraint firstAttribute="width" constant="64" id="YJm-gE-Rr8"/>
- <constraint firstAttribute="height" constant="24" id="has-VZ-ejz"/>
- </constraints>
- <state key="normal" image="icon_attach"/>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="LAe-17-e4S" secondAttribute="bottom" constant="8" id="9Hp-pw-VVV"/>
- <constraint firstItem="LAe-17-e4S" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="COr-DV-sCr"/>
- <constraint firstItem="LAe-17-e4S" firstAttribute="top" secondItem="W8u-xV-xG9" secondAttribute="bottom" constant="8" id="LYh-ds-TSe"/>
- <constraint firstAttribute="trailing" secondItem="9iS-qR-Uem" secondAttribute="trailing" constant="16" id="NDj-6L-3by"/>
- <constraint firstItem="9iS-qR-Uem" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="ORm-Tt-ZOb"/>
- <constraint firstItem="W8u-xV-xG9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="S5u-WT-tPA"/>
- <constraint firstItem="W8u-xV-xG9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="Xri-g7-rwl"/>
- <constraint firstAttribute="trailing" secondItem="LAe-17-e4S" secondAttribute="trailing" constant="16" id="mCb-kj-eBc"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="attachmentListView" destination="LAe-17-e4S" id="Ne8-q5-QRl"/>
- <outlet property="uploadBtn" destination="9iS-qR-Uem" id="1c8-HX-Jd2"/>
- </connections>
- <point key="canvasLocation" x="-510" y="140"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="icon_attach" width="24" height="24"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|