Phone_Signature_Cell.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellSignature" rowHeight="200" id="9aX-4s-AhP" customClass="CommonEditorCellSignature">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="200"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9aX-4s-AhP" id="xZe-NX-JWx">
  18. <rect key="frame" x="0.0" y="0.0" width="768" height="199.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jYO-xH-Oxj">
  22. <rect key="frame" x="5" y="20" width="42" height="21"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="U7H-tl-AMa">
  28. <rect key="frame" x="47" y="15" width="10" height="30"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  30. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ikr-tA-lMl">
  34. <rect key="frame" x="5" y="60" width="758" height="120"/>
  35. <constraints>
  36. <constraint firstAttribute="height" constant="120" id="qW2-xK-iIp"/>
  37. </constraints>
  38. </imageView>
  39. </subviews>
  40. <constraints>
  41. <constraint firstItem="U7H-tl-AMa" firstAttribute="leading" secondItem="jYO-xH-Oxj" secondAttribute="trailing" id="DnU-lB-bBg"/>
  42. <constraint firstItem="ikr-tA-lMl" firstAttribute="leading" secondItem="xZe-NX-JWx" secondAttribute="leading" constant="5" id="H2U-gS-7xt"/>
  43. <constraint firstAttribute="trailing" secondItem="ikr-tA-lMl" secondAttribute="trailing" constant="5" id="Vhw-VQ-j7j"/>
  44. <constraint firstItem="jYO-xH-Oxj" firstAttribute="leading" secondItem="xZe-NX-JWx" secondAttribute="leading" constant="5" id="h66-lM-nxo"/>
  45. <constraint firstItem="ikr-tA-lMl" firstAttribute="top" secondItem="U7H-tl-AMa" secondAttribute="bottom" constant="15" id="pOO-B5-ogd"/>
  46. <constraint firstItem="U7H-tl-AMa" firstAttribute="top" secondItem="jYO-xH-Oxj" secondAttribute="top" constant="-5" id="s9N-7A-2b3"/>
  47. <constraint firstItem="jYO-xH-Oxj" firstAttribute="top" secondItem="xZe-NX-JWx" secondAttribute="top" constant="20" id="xNG-FV-ox8"/>
  48. </constraints>
  49. </tableViewCellContentView>
  50. <connections>
  51. <outlet property="imageviewSignature" destination="ikr-tA-lMl" id="ySg-je-lRM"/>
  52. <outlet property="labelTitle" destination="jYO-xH-Oxj" id="Z1C-Zf-buA"/>
  53. <outlet property="starMark" destination="U7H-tl-AMa" id="Bk1-eV-N7k"/>
  54. </connections>
  55. </tableViewCell>
  56. </objects>
  57. </document>