| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <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">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
- <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="62" id="KGk-i7-Jjw" customClass="czinputCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="62"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <frame key="frameInset" width="320" height="61"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="24X-Qw-JuN">
- <subviews>
- <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">
- <frame key="frameInset" minX="8" minY="14" width="60" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入你想充值的金额" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="a6h-iq-A6V">
- <frame key="frameInset" minX="73" minY="13" width="223" height="20"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="Bwo-h9-Og0"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
- </textField>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="a6h-iq-A6V" secondAttribute="trailing" constant="8" id="EbH-Mc-aAj"/>
- <constraint firstItem="GBb-lM-Jaw" firstAttribute="centerY" secondItem="24X-Qw-JuN" secondAttribute="centerY" id="KhV-g1-rtU"/>
- <constraint firstItem="a6h-iq-A6V" firstAttribute="leading" secondItem="GBb-lM-Jaw" secondAttribute="trailing" constant="5" id="ZjN-jg-vqV"/>
- <constraint firstItem="a6h-iq-A6V" firstAttribute="centerY" secondItem="24X-Qw-JuN" secondAttribute="centerY" id="sFV-gn-IC0"/>
- <constraint firstItem="GBb-lM-Jaw" firstAttribute="leading" secondItem="24X-Qw-JuN" secondAttribute="leading" constant="8" id="uyf-dZ-L6G"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="24X-Qw-JuN" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="2qx-0a-63G"/>
- <constraint firstItem="24X-Qw-JuN" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="o0C-aB-2bO"/>
- <constraint firstItem="24X-Qw-JuN" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="q7S-nN-HHn"/>
- <constraint firstItem="24X-Qw-JuN" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" id="vXO-4x-qko"/>
- </constraints>
- </tableViewCellContentView>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <outlet property="mbg" destination="24X-Qw-JuN" id="4CY-wY-yrS"/>
- <outlet property="minput" destination="a6h-iq-A6V" id="K1s-y4-pd2"/>
- </connections>
- <point key="canvasLocation" x="294" y="308"/>
- </tableViewCell>
- </objects>
- </document>
|