PDFSignatureEditViewController.xib 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  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" customClass="PDFSignatureEditViewController">
  12. <connections>
  13. <outlet property="drawView" destination="fQc-II-FHS" id="s9u-4f-soO"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fQc-II-FHS" customClass="PDFSignatureDrawView">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <subviews>
  25. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="61s-Vg-KaR">
  26. <rect key="frame" x="325" y="619" width="30" height="28"/>
  27. <state key="normal" image="btn_delete.png"/>
  28. <connections>
  29. <action selector="buttonItemClicked_Clear:" destination="-1" eventType="touchUpInside" id="C2g-2g-yLo"/>
  30. </connections>
  31. </button>
  32. </subviews>
  33. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. <constraints>
  35. <constraint firstAttribute="bottom" secondItem="61s-Vg-KaR" secondAttribute="bottom" constant="20" id="0KH-a0-ebK"/>
  36. <constraint firstAttribute="trailing" secondItem="61s-Vg-KaR" secondAttribute="trailing" constant="20" id="Nm7-0V-HEB"/>
  37. </constraints>
  38. </view>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sign Here" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DGk-kb-S9i">
  40. <rect key="frame" x="150" y="626" width="75" height="21"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  42. <color key="textColor" red="0.39215686274509803" green="0.39215686274509803" blue="0.39215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. </subviews>
  46. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  47. <color key="backgroundColor" red="0.86274509803921573" green="0.86274509803921573" blue="0.86274509803921573" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <constraints>
  49. <constraint firstItem="DGk-kb-S9i" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="BSR-ur-15d"/>
  50. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="DGk-kb-S9i" secondAttribute="bottom" constant="20" id="RPC-76-dev"/>
  51. <constraint firstItem="fQc-II-FHS" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="b7A-Zh-VWX"/>
  52. <constraint firstAttribute="bottom" secondItem="fQc-II-FHS" secondAttribute="bottom" id="eiz-1u-uJX"/>
  53. <constraint firstAttribute="trailing" secondItem="fQc-II-FHS" secondAttribute="trailing" id="fHc-Qu-WYY"/>
  54. <constraint firstItem="fQc-II-FHS" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="xpO-NF-VsL"/>
  55. </constraints>
  56. <point key="canvasLocation" x="25.5" y="51.5"/>
  57. </view>
  58. </objects>
  59. <resources>
  60. <image name="btn_delete.png" width="30" height="28"/>
  61. </resources>
  62. </document>