iPadCommonEditorCellSignature.xib 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24412" 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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellSignature" rowHeight="140" id="uZp-zi-2g6" customClass="CommonEditorCellSignature">
  12. <rect key="frame" x="0.0" y="0.0" width="768" height="140"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="uZp-zi-2g6" id="akr-rY-J19">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="140"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sue-1O-4Ae">
  19. <rect key="frame" x="16" y="60" width="150" height="20"/>
  20. <constraints>
  21. <constraint firstAttribute="height" constant="20" id="Iq3-47-IKA"/>
  22. <constraint firstAttribute="width" constant="150" id="UDc-vN-enF"/>
  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. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0OT-KC-g4Q">
  29. <rect key="frame" x="6" y="62" width="10" height="20"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="20" id="Y76-MP-nTy"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  34. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FGP-bq-q4Z">
  38. <rect key="frame" x="172" y="11" width="581" height="118.5"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="118.5" id="sKk-W5-h6l"/>
  41. </constraints>
  42. </imageView>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="FGP-bq-q4Z" firstAttribute="leading" secondItem="sue-1O-4Ae" secondAttribute="trailing" constant="6" id="1cJ-hn-c6a"/>
  46. <constraint firstItem="FGP-bq-q4Z" firstAttribute="centerY" secondItem="akr-rY-J19" secondAttribute="centerY" id="48D-TZ-WeW"/>
  47. <constraint firstItem="sue-1O-4Ae" firstAttribute="leading" secondItem="akr-rY-J19" secondAttribute="leadingMargin" id="BgW-T5-vZH"/>
  48. <constraint firstItem="sue-1O-4Ae" firstAttribute="leading" secondItem="0OT-KC-g4Q" secondAttribute="trailing" id="UK6-sm-ehh"/>
  49. <constraint firstAttribute="trailing" secondItem="FGP-bq-q4Z" secondAttribute="trailing" constant="15" id="We7-Uo-Etw"/>
  50. <constraint firstItem="0OT-KC-g4Q" firstAttribute="baseline" secondItem="sue-1O-4Ae" secondAttribute="firstBaseline" id="bc7-WV-hoV"/>
  51. <constraint firstItem="sue-1O-4Ae" firstAttribute="centerY" secondItem="FGP-bq-q4Z" secondAttribute="centerY" id="cL5-WS-wWf"/>
  52. </constraints>
  53. </tableViewCellContentView>
  54. <connections>
  55. <outlet property="imageviewSignature" destination="FGP-bq-q4Z" id="QQt-56-kLN"/>
  56. <outlet property="labelTitle" destination="sue-1O-4Ae" id="WsL-AN-n6r"/>
  57. <outlet property="starMark" destination="0OT-KC-g4Q" id="ghQ-7h-cof"/>
  58. </connections>
  59. <point key="canvasLocation" x="133" y="33"/>
  60. </tableViewCell>
  61. </objects>
  62. </document>