EditPersonNumView.xib 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  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. <view contentMode="scaleToFill" id="LKa-3h-I1X" customClass="EditPersonNumView" customModule="ADHTuanCan" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <subviews>
  16. <view alpha="0.29999999999999999" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JjY-0I-3Ae">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  18. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  19. </view>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HaT-QT-gae">
  21. <rect key="frame" x="25" y="362" width="343" height="128"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入点心份数" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Whf-W4-LcY" userLabel="请输入用餐人数">
  24. <rect key="frame" x="114.33333333333334" y="25" width="114.33333333333334" height="19.333333333333329"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="oaj-KM-gqf">
  30. <rect key="frame" x="25" y="54.333333333333314" width="293" height="30"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="30" id="Jpv-n1-HNI"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  35. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  36. </textField>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6EU-hi-hc8">
  38. <rect key="frame" x="25" y="84.333333333333314" width="293" height="1"/>
  39. <color key="backgroundColor" red="0.77647058820000003" green="0.1333333333" blue="0.13725490200000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="1" id="7BR-u4-TiP"/>
  42. </constraints>
  43. </view>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eMS-aa-nU5">
  45. <rect key="frame" x="288" y="88.333333333333314" width="30" height="29"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  47. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  48. <state key="normal" title="确定">
  49. <color key="titleColor" red="0.77647058820000003" green="0.1333333333" blue="0.13725490200000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  50. </state>
  51. <connections>
  52. <action selector="sureAction:" destination="LKa-3h-I1X" eventType="touchUpInside" id="tCS-Nx-lK1"/>
  53. </connections>
  54. </button>
  55. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ATQ-b3-LIo">
  56. <rect key="frame" x="248" y="88.333333333333314" width="30" height="29"/>
  57. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  58. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  59. <state key="normal" title="取消">
  60. <color key="titleColor" red="0.77647058820000003" green="0.1333333333" blue="0.13725490200000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  61. </state>
  62. <connections>
  63. <action selector="cancelAction:" destination="LKa-3h-I1X" eventType="touchUpInside" id="E23-3z-ZiX"/>
  64. </connections>
  65. </button>
  66. </subviews>
  67. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  68. <constraints>
  69. <constraint firstItem="ATQ-b3-LIo" firstAttribute="centerY" secondItem="eMS-aa-nU5" secondAttribute="centerY" id="3b8-ie-koD"/>
  70. <constraint firstItem="6EU-hi-hc8" firstAttribute="top" secondItem="oaj-KM-gqf" secondAttribute="bottom" id="A46-jW-lf4"/>
  71. <constraint firstItem="oaj-KM-gqf" firstAttribute="top" secondItem="Whf-W4-LcY" secondAttribute="bottom" constant="10" id="KTj-t5-wdM"/>
  72. <constraint firstAttribute="trailing" secondItem="oaj-KM-gqf" secondAttribute="trailing" constant="25" id="PTg-SI-eto"/>
  73. <constraint firstItem="Whf-W4-LcY" firstAttribute="top" secondItem="HaT-QT-gae" secondAttribute="top" constant="25" id="Tjc-fE-ihO"/>
  74. <constraint firstItem="eMS-aa-nU5" firstAttribute="leading" secondItem="ATQ-b3-LIo" secondAttribute="trailing" constant="10" id="akf-0j-B3s"/>
  75. <constraint firstItem="Whf-W4-LcY" firstAttribute="centerX" secondItem="HaT-QT-gae" secondAttribute="centerX" id="fAT-BI-Pfx"/>
  76. <constraint firstItem="oaj-KM-gqf" firstAttribute="leading" secondItem="HaT-QT-gae" secondAttribute="leading" constant="25" id="ghD-vd-69S"/>
  77. <constraint firstAttribute="trailing" secondItem="eMS-aa-nU5" secondAttribute="trailing" constant="25" id="jMx-IU-jTo"/>
  78. <constraint firstItem="6EU-hi-hc8" firstAttribute="leading" secondItem="HaT-QT-gae" secondAttribute="leading" constant="25" id="llV-R8-0vL"/>
  79. <constraint firstAttribute="trailing" secondItem="6EU-hi-hc8" secondAttribute="trailing" constant="25" id="oGS-61-ewU"/>
  80. <constraint firstAttribute="height" constant="128" id="qSw-Yo-ITA"/>
  81. <constraint firstItem="eMS-aa-nU5" firstAttribute="top" secondItem="6EU-hi-hc8" secondAttribute="bottom" constant="3" id="vsx-OS-V1A"/>
  82. </constraints>
  83. <userDefinedRuntimeAttributes>
  84. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  85. <real key="value" value="24"/>
  86. </userDefinedRuntimeAttribute>
  87. </userDefinedRuntimeAttributes>
  88. </view>
  89. </subviews>
  90. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  91. <constraints>
  92. <constraint firstItem="HaT-QT-gae" firstAttribute="centerY" secondItem="LKa-3h-I1X" secondAttribute="centerY" id="2It-LX-av1"/>
  93. <constraint firstItem="HaT-QT-gae" firstAttribute="leading" secondItem="LKa-3h-I1X" secondAttribute="leading" constant="25" id="4UC-vR-GWn"/>
  94. <constraint firstAttribute="trailing" secondItem="JjY-0I-3Ae" secondAttribute="trailing" id="LAf-1Q-exL"/>
  95. <constraint firstAttribute="bottom" secondItem="JjY-0I-3Ae" secondAttribute="bottom" id="Lc7-px-cxg"/>
  96. <constraint firstItem="JjY-0I-3Ae" firstAttribute="leading" secondItem="LKa-3h-I1X" secondAttribute="leading" id="VkG-72-AM1"/>
  97. <constraint firstItem="JjY-0I-3Ae" firstAttribute="top" secondItem="LKa-3h-I1X" secondAttribute="top" id="do8-A8-JAP"/>
  98. <constraint firstAttribute="trailing" secondItem="HaT-QT-gae" secondAttribute="trailing" constant="25" id="pNW-Ha-pOS"/>
  99. <constraint firstItem="HaT-QT-gae" firstAttribute="centerX" secondItem="LKa-3h-I1X" secondAttribute="centerX" id="xGy-XX-oJC"/>
  100. </constraints>
  101. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  102. <connections>
  103. <outlet property="blackView" destination="JjY-0I-3Ae" id="vf9-K4-URP"/>
  104. <outlet property="numTF" destination="oaj-KM-gqf" id="WK2-Bp-KOH"/>
  105. </connections>
  106. <point key="canvasLocation" x="325.95419847328242" y="-275.35211267605638"/>
  107. </view>
  108. </objects>
  109. </document>