iPadCommonEditorCellSignature.xib 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellSignature" rowHeight="140" id="uZp-zi-2g6" customClass="CommonEditorCellSignature">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="140"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="uZp-zi-2g6" id="akr-rY-J19">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="140"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <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">
  20. <rect key="frame" x="15" y="59" width="150" height="22"/>
  21. <constraints>
  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="5" y="59" width="10" height="22"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  31. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FGP-bq-q4Z">
  35. <rect key="frame" x="171" y="10" width="582" height="120"/>
  36. </imageView>
  37. </subviews>
  38. <constraints>
  39. <constraint firstItem="FGP-bq-q4Z" firstAttribute="leading" secondItem="sue-1O-4Ae" secondAttribute="trailing" constant="6" id="1cJ-hn-c6a"/>
  40. <constraint firstItem="FGP-bq-q4Z" firstAttribute="centerY" secondItem="0OT-KC-g4Q" secondAttribute="centerY" id="1yX-O7-ded"/>
  41. <constraint firstItem="sue-1O-4Ae" firstAttribute="top" secondItem="akr-rY-J19" secondAttribute="topMargin" constant="48" id="2xs-i1-LyR"/>
  42. <constraint firstItem="sue-1O-4Ae" firstAttribute="leading" secondItem="akr-rY-J19" secondAttribute="leadingMargin" id="BgW-T5-vZH"/>
  43. <constraint firstItem="FGP-bq-q4Z" firstAttribute="top" secondItem="akr-rY-J19" secondAttribute="topMargin" constant="-1" id="QYs-Wn-qS4"/>
  44. <constraint firstItem="sue-1O-4Ae" firstAttribute="centerY" secondItem="akr-rY-J19" secondAttribute="centerY" id="SnI-l0-0Ff"/>
  45. <constraint firstItem="sue-1O-4Ae" firstAttribute="leading" secondItem="0OT-KC-g4Q" secondAttribute="trailing" id="UK6-sm-ehh"/>
  46. <constraint firstAttribute="trailing" secondItem="FGP-bq-q4Z" secondAttribute="trailing" constant="15" id="We7-Uo-Etw"/>
  47. <constraint firstItem="0OT-KC-g4Q" firstAttribute="baseline" secondItem="sue-1O-4Ae" secondAttribute="firstBaseline" id="bc7-WV-hoV"/>
  48. <constraint firstItem="sue-1O-4Ae" firstAttribute="centerY" secondItem="FGP-bq-q4Z" secondAttribute="centerY" id="cL5-WS-wWf"/>
  49. </constraints>
  50. </tableViewCellContentView>
  51. <connections>
  52. <outlet property="imageviewSignature" destination="FGP-bq-q4Z" id="QQt-56-kLN"/>
  53. <outlet property="labelTitle" destination="sue-1O-4Ae" id="WsL-AN-n6r"/>
  54. <outlet property="starMark" destination="0OT-KC-g4Q" id="ghQ-7h-cof"/>
  55. </connections>
  56. <point key="canvasLocation" x="133" y="33"/>
  57. </tableViewCell>
  58. </objects>
  59. </document>