czinputCell.xib 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="62" id="KGk-i7-Jjw" customClass="czinputCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="62"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <frame key="frameInset" width="320" height="61"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="24X-Qw-JuN">
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="充值金额" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GBb-lM-Jaw">
  22. <frame key="frameInset" minX="8" minY="14" width="60" height="18"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  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. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入你想充值的金额" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="a6h-iq-A6V">
  28. <frame key="frameInset" minX="73" minY="13" width="223" height="20"/>
  29. <constraints>
  30. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="Bwo-h9-Og0"/>
  31. </constraints>
  32. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  33. <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
  34. </textField>
  35. </subviews>
  36. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="trailing" secondItem="a6h-iq-A6V" secondAttribute="trailing" constant="8" id="EbH-Mc-aAj"/>
  39. <constraint firstItem="GBb-lM-Jaw" firstAttribute="centerY" secondItem="24X-Qw-JuN" secondAttribute="centerY" id="KhV-g1-rtU"/>
  40. <constraint firstItem="a6h-iq-A6V" firstAttribute="leading" secondItem="GBb-lM-Jaw" secondAttribute="trailing" constant="5" id="ZjN-jg-vqV"/>
  41. <constraint firstItem="a6h-iq-A6V" firstAttribute="centerY" secondItem="24X-Qw-JuN" secondAttribute="centerY" id="sFV-gn-IC0"/>
  42. <constraint firstItem="GBb-lM-Jaw" firstAttribute="leading" secondItem="24X-Qw-JuN" secondAttribute="leading" constant="8" id="uyf-dZ-L6G"/>
  43. </constraints>
  44. </view>
  45. </subviews>
  46. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  47. <constraints>
  48. <constraint firstItem="24X-Qw-JuN" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="2qx-0a-63G"/>
  49. <constraint firstItem="24X-Qw-JuN" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="o0C-aB-2bO"/>
  50. <constraint firstItem="24X-Qw-JuN" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="q7S-nN-HHn"/>
  51. <constraint firstItem="24X-Qw-JuN" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" id="vXO-4x-qko"/>
  52. </constraints>
  53. </tableViewCellContentView>
  54. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  55. <connections>
  56. <outlet property="mbg" destination="24X-Qw-JuN" id="4CY-wY-yrS"/>
  57. <outlet property="minput" destination="a6h-iq-A6V" id="K1s-y4-pd2"/>
  58. </connections>
  59. <point key="canvasLocation" x="294" y="308"/>
  60. </tableViewCell>
  61. </objects>
  62. </document>