12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" 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="15704"/>
- <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="none" indentationWidth="10" reuseIdentifier="MyApprovalFileCell" rowHeight="154" id="KGk-i7-Jjw" customClass="MyApprovalFileCell">
- <rect key="frame" x="0.0" y="0.0" width="361" height="154"/>
- <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="361" height="154"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Bpr-cf-Nrb">
- <rect key="frame" x="15" y="45" width="331" height="99"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="KgH-bU-EMJ">
- <size key="itemSize" width="50" height="81"/>
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- <connections>
- <outlet property="dataSource" destination="KGk-i7-Jjw" id="O7z-P4-kwp"/>
- <outlet property="delegate" destination="KGk-i7-Jjw" id="HsU-Gx-AvQ"/>
- </connections>
- </collectionView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="附件" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xxi-aw-Q6S">
- <rect key="frame" x="15" y="15" width="33" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="Bpr-cf-Nrb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="88B-7V-GcR"/>
- <constraint firstItem="Xxi-aw-Q6S" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Dfi-qc-wCy"/>
- <constraint firstItem="Xxi-aw-Q6S" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Qvq-lY-Wai"/>
- <constraint firstAttribute="trailing" secondItem="Bpr-cf-Nrb" secondAttribute="trailing" constant="15" id="g5m-nV-k1v"/>
- <constraint firstAttribute="bottom" secondItem="Bpr-cf-Nrb" secondAttribute="bottom" constant="10" id="i94-u9-DZz"/>
- <constraint firstItem="Bpr-cf-Nrb" firstAttribute="top" secondItem="Xxi-aw-Q6S" secondAttribute="bottom" constant="10" id="ifZ-yQ-eDa"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="mycolletionView" destination="Bpr-cf-Nrb" id="gek-Ih-8hX"/>
- </connections>
- <point key="canvasLocation" x="161.59420289855075" y="189.50892857142856"/>
- </tableViewCell>
- </objects>
- </document>
|