SignatureViewCell.xib 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="SignatureViewCell" customModule="O2Platform" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="200"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HTe-lN-qpU" customClass="O2UISignatureView" customModule="O2Platform" customModuleProvider="target">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="200"/>
  21. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="200" id="16v-qZ-aIj"/>
  24. </constraints>
  25. </view>
  26. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_delete_sign" translatesAutoresizingMaskIntoConstraints="NO" id="rBs-lb-K4I">
  27. <rect key="frame" x="343" y="168" width="22" height="22"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="22" id="31h-E8-F1q"/>
  30. <constraint firstAttribute="height" constant="22" id="brT-Jp-3vl"/>
  31. </constraints>
  32. </imageView>
  33. </subviews>
  34. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <constraints>
  36. <constraint firstItem="HTe-lN-qpU" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="Ebe-CQ-LnX"/>
  37. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="rBs-lb-K4I" secondAttribute="trailing" constant="10" id="fOd-Ks-Ehg"/>
  38. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="rBs-lb-K4I" secondAttribute="bottom" constant="10" id="hee-Vp-w0q"/>
  39. <constraint firstItem="HTe-lN-qpU" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="oR7-mv-thW"/>
  40. <constraint firstItem="HTe-lN-qpU" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="uTV-oR-gQJ"/>
  41. </constraints>
  42. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  43. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  44. <connections>
  45. <outlet property="clearBtn" destination="rBs-lb-K4I" id="o1h-iy-Cke"/>
  46. <outlet property="signView" destination="HTe-lN-qpU" id="bup-Hg-K9R"/>
  47. <outlet property="signViewHeightConstraint" destination="16v-qZ-aIj" id="0u6-I9-t2s"/>
  48. </connections>
  49. <point key="canvasLocation" x="33.5" y="53.5"/>
  50. </view>
  51. </objects>
  52. <resources>
  53. <image name="icon_delete_sign" width="22" height="22"/>
  54. </resources>
  55. </document>