iPadCommonEditorCellImg.xib 7.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" restorationIdentifier="CommonEditorCellImg" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellImg" rowHeight="120" id="tUz-46-Tda" customClass="CommonEditorCellImg">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="120"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tUz-46-Tda" id="m5f-dl-HMv">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="120"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FG8-eN-Vx7">
  20. <rect key="frame" x="15" y="49.5" width="150" height="21"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="150" id="jkV-4X-8pf"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0zQ-WE-Wgx" customClass="TouchImageView">
  29. <rect key="frame" x="653" y="10" width="100" height="100"/>
  30. <constraints>
  31. <constraint firstAttribute="width" constant="100" id="8TE-L1-piX"/>
  32. <constraint firstAttribute="height" constant="100" id="lJg-lM-c01"/>
  33. </constraints>
  34. </imageView>
  35. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="viE-4I-gg0" customClass="TouchImageView">
  36. <rect key="frame" x="545" y="10" width="100" height="100"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="100" id="jhK-g4-Aa8"/>
  39. <constraint firstAttribute="height" constant="100" id="kDO-T7-aAr"/>
  40. </constraints>
  41. </imageView>
  42. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="isR-wA-KAV" customClass="TouchImageView">
  43. <rect key="frame" x="437" y="10" width="100" height="100"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="100" id="Aky-Tl-rRR"/>
  46. <constraint firstAttribute="width" constant="100" id="G1h-Rk-luq"/>
  47. </constraints>
  48. </imageView>
  49. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eO1-OD-IeT">
  50. <rect key="frame" x="173" y="27" width="256" height="67"/>
  51. <constraints>
  52. <constraint firstAttribute="height" constant="67" id="GVF-P9-Tvz"/>
  53. </constraints>
  54. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  55. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  56. <nil key="highlightedColor"/>
  57. </label>
  58. </subviews>
  59. <constraints>
  60. <constraint firstItem="FG8-eN-Vx7" firstAttribute="leading" secondItem="m5f-dl-HMv" secondAttribute="leading" constant="15" id="3y0-6o-mMr"/>
  61. <constraint firstItem="0zQ-WE-Wgx" firstAttribute="leading" secondItem="viE-4I-gg0" secondAttribute="trailing" constant="8" id="684-53-pDt"/>
  62. <constraint firstItem="eO1-OD-IeT" firstAttribute="centerY" secondItem="m5f-dl-HMv" secondAttribute="centerY" id="Nky-YJ-Mc5"/>
  63. <constraint firstItem="viE-4I-gg0" firstAttribute="leading" secondItem="isR-wA-KAV" secondAttribute="trailing" constant="8" id="SN1-vD-gII"/>
  64. <constraint firstItem="0zQ-WE-Wgx" firstAttribute="centerY" secondItem="m5f-dl-HMv" secondAttribute="centerY" id="Sld-bd-tpH"/>
  65. <constraint firstItem="eO1-OD-IeT" firstAttribute="leading" secondItem="FG8-eN-Vx7" secondAttribute="trailing" constant="8" id="ZGa-Xk-PDs"/>
  66. <constraint firstItem="isR-wA-KAV" firstAttribute="leading" secondItem="eO1-OD-IeT" secondAttribute="trailing" constant="8" id="ewU-uE-ddF"/>
  67. <constraint firstItem="viE-4I-gg0" firstAttribute="centerY" secondItem="m5f-dl-HMv" secondAttribute="centerY" id="k0x-fo-PTl"/>
  68. <constraint firstItem="isR-wA-KAV" firstAttribute="centerY" secondItem="m5f-dl-HMv" secondAttribute="centerY" id="qTq-3s-bd1"/>
  69. <constraint firstItem="FG8-eN-Vx7" firstAttribute="centerY" secondItem="m5f-dl-HMv" secondAttribute="centerY" id="wmt-jS-7hT"/>
  70. <constraint firstAttribute="trailing" secondItem="0zQ-WE-Wgx" secondAttribute="trailing" constant="15" id="yqG-f1-T4x"/>
  71. </constraints>
  72. </tableViewCellContentView>
  73. <connections>
  74. <outlet property="labelDescription" destination="eO1-OD-IeT" id="Yix-uU-3tI"/>
  75. <outlet property="labelTitle" destination="FG8-eN-Vx7" id="01z-2n-zLz"/>
  76. <outlet property="touchImageView0" destination="0zQ-WE-Wgx" id="1h7-ge-d3b"/>
  77. <outlet property="touchImageView1" destination="viE-4I-gg0" id="DtD-E9-2Nz"/>
  78. <outlet property="touchImageView2" destination="isR-wA-KAV" id="JtL-aH-kgv"/>
  79. </connections>
  80. <point key="canvasLocation" x="131.25" y="153.515625"/>
  81. </tableViewCell>
  82. </objects>
  83. </document>