MeetingFormAttachmentItemCell.xib 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
  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="default" indentationWidth="10" rowHeight="56" id="KGk-i7-Jjw" customClass="MeetingFormAttachmentItemCell" customModule="O2Platform" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
  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="320" height="56"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_moren" translatesAutoresizingMaskIntoConstraints="NO" id="yrd-5i-L6w">
  21. <rect key="frame" x="16" y="8" width="40" height="40"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="40" id="ePG-qN-T99"/>
  24. <constraint firstAttribute="height" constant="40" id="jEM-Hs-pqI"/>
  25. </constraints>
  26. </imageView>
  27. <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">
  28. <rect key="frame" x="68" y="12" width="35" height="32"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GuK-vB-klT">
  34. <rect key="frame" x="282" y="12" width="22" height="32"/>
  35. <state key="normal" image="icon_delete_1"/>
  36. </button>
  37. </subviews>
  38. <constraints>
  39. <constraint firstItem="yrd-5i-L6w" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="0cu-Gt-Mx3"/>
  40. <constraint firstItem="GuK-vB-klT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="1au-su-Ifq"/>
  41. <constraint firstAttribute="bottom" secondItem="yrd-5i-L6w" secondAttribute="bottom" constant="8" id="B5K-Wb-err"/>
  42. <constraint firstAttribute="bottom" secondItem="GuK-vB-klT" secondAttribute="bottom" constant="12" id="KV5-qk-D9U"/>
  43. <constraint firstItem="v8H-Db-BBG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="YY9-tu-Hsc"/>
  44. <constraint firstAttribute="bottom" secondItem="v8H-Db-BBG" secondAttribute="bottom" constant="12" id="f9k-hW-7hJ"/>
  45. <constraint firstItem="yrd-5i-L6w" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="no9-SU-cII"/>
  46. <constraint firstAttribute="trailing" secondItem="GuK-vB-klT" secondAttribute="trailing" constant="16" id="uhF-gh-CP6"/>
  47. <constraint firstItem="v8H-Db-BBG" firstAttribute="leading" secondItem="yrd-5i-L6w" secondAttribute="trailing" constant="12" id="urf-gI-C7s"/>
  48. </constraints>
  49. </tableViewCellContentView>
  50. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  51. <connections>
  52. <outlet property="attachmentIcon" destination="yrd-5i-L6w" id="pi0-nJ-N00"/>
  53. <outlet property="attachmentName" destination="v8H-Db-BBG" id="1cs-6d-xiK"/>
  54. <outlet property="deleteBtn" destination="GuK-vB-klT" id="ZO3-mc-DwJ"/>
  55. </connections>
  56. <point key="canvasLocation" x="1.4492753623188408" y="87.723214285714278"/>
  57. </tableViewCell>
  58. </objects>
  59. <resources>
  60. <image name="icon_delete_1" width="22" height="22"/>
  61. <image name="icon_moren" width="40" height="40"/>
  62. </resources>
  63. </document>