You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
4.2 KiB
55 lines
4.2 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait">
|
||
|
<adaptation id="fullscreen"/>
|
||
|
</device>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
|
||
|
<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" id="KGk-i7-Jjw" customClass="PersonEditAddressCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
|
||
|
<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">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="名字" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="UXN-Yc-tCu">
|
||
|
<rect key="frame" x="8" y="15" width="70" height="30"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="width" constant="70" id="9xp-3p-UAW"/>
|
||
|
</constraints>
|
||
|
<nil key="textColor"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
||
|
<textInputTraits key="textInputTraits"/>
|
||
|
</textField>
|
||
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="电话" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="fdW-Hg-jx6">
|
||
|
<rect key="frame" x="93" y="15" width="212" height="30"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="30" id="Bfb-vi-CM9"/>
|
||
|
</constraints>
|
||
|
<nil key="textColor"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
||
|
<textInputTraits key="textInputTraits"/>
|
||
|
</textField>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstItem="fdW-Hg-jx6" firstAttribute="leading" secondItem="UXN-Yc-tCu" secondAttribute="trailing" constant="15" id="2ao-AI-5LR"/>
|
||
|
<constraint firstItem="fdW-Hg-jx6" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Xwc-0X-w1q"/>
|
||
|
<constraint firstItem="UXN-Yc-tCu" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bca-fR-mIg"/>
|
||
|
<constraint firstItem="UXN-Yc-tCu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="lR1-nk-ABn"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="fdW-Hg-jx6" secondAttribute="trailing" constant="15" id="yBm-2w-Td7"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<connections>
|
||
|
<outlet property="nameTextField" destination="UXN-Yc-tCu" id="D0e-c0-V4P"/>
|
||
|
<outlet property="phoneTextField" destination="fdW-Hg-jx6" id="32k-h1-C8W"/>
|
||
|
</connections>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|