MyApprovalFileCell.xib 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="MyApprovalFileCell" rowHeight="154" id="KGk-i7-Jjw" customClass="MyApprovalFileCell">
  14. <rect key="frame" x="0.0" y="0.0" width="361" height="154"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="361" height="154"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Bpr-cf-Nrb">
  21. <rect key="frame" x="15" y="45" width="331" height="99"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  23. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="KgH-bU-EMJ">
  24. <size key="itemSize" width="50" height="81"/>
  25. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  26. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  27. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  28. </collectionViewFlowLayout>
  29. <connections>
  30. <outlet property="dataSource" destination="KGk-i7-Jjw" id="O7z-P4-kwp"/>
  31. <outlet property="delegate" destination="KGk-i7-Jjw" id="HsU-Gx-AvQ"/>
  32. </connections>
  33. </collectionView>
  34. <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">
  35. <rect key="frame" x="15" y="15" width="33" height="20"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  37. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="Bpr-cf-Nrb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="88B-7V-GcR"/>
  43. <constraint firstItem="Xxi-aw-Q6S" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Dfi-qc-wCy"/>
  44. <constraint firstItem="Xxi-aw-Q6S" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Qvq-lY-Wai"/>
  45. <constraint firstAttribute="trailing" secondItem="Bpr-cf-Nrb" secondAttribute="trailing" constant="15" id="g5m-nV-k1v"/>
  46. <constraint firstAttribute="bottom" secondItem="Bpr-cf-Nrb" secondAttribute="bottom" constant="10" id="i94-u9-DZz"/>
  47. <constraint firstItem="Bpr-cf-Nrb" firstAttribute="top" secondItem="Xxi-aw-Q6S" secondAttribute="bottom" constant="10" id="ifZ-yQ-eDa"/>
  48. </constraints>
  49. </tableViewCellContentView>
  50. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  51. <connections>
  52. <outlet property="mycolletionView" destination="Bpr-cf-Nrb" id="gek-Ih-8hX"/>
  53. </connections>
  54. <point key="canvasLocation" x="161.59420289855075" y="189.50892857142856"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>