KMSignatureHelpViewController.xib 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMSignatureHelpViewController">
  10. <connections>
  11. <outlet property="label" destination="ske-oW-ZNH" id="sjA-8G-C8v"/>
  12. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="Hz6-mo-xeY">
  18. <rect key="frame" x="0.0" y="0.0" width="280" height="36"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ske-oW-ZNH">
  22. <rect key="frame" x="14" y="10" width="252" height="16"/>
  23. <textFieldCell key="cell" selectable="YES" alignment="center" title="Multiline Label" id="lBS-WA-vWs">
  24. <font key="font" usesAppearanceFont="YES"/>
  25. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  26. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  27. </textFieldCell>
  28. </textField>
  29. </subviews>
  30. <constraints>
  31. <constraint firstAttribute="trailing" secondItem="ske-oW-ZNH" secondAttribute="trailing" constant="16" id="EHV-ou-m7J"/>
  32. <constraint firstItem="ske-oW-ZNH" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="Fgy-1o-khP"/>
  33. <constraint firstItem="ske-oW-ZNH" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="ihX-Ho-Hjq"/>
  34. </constraints>
  35. <point key="canvasLocation" x="0.0" y="154"/>
  36. </customView>
  37. </objects>
  38. </document>