52 lines
4.3 KiB
XML
52 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.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" reuseIdentifier="InfoViewNiChengCell" id="KGk-i7-Jjw" customClass="InfoViewNiChengCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
<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="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dwQ-P9-nrM">
|
|
<rect key="frame" x="20" y="11" width="35" height="21"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="35" id="T17-iz-7fl"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
<color key="textColor" red="0.70980392160000005" green="0.70980392160000005" blue="0.70980392160000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入昵称" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="8Ha-fy-N2p">
|
|
<rect key="frame" x="47" y="6" width="226" height="31"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="31" id="eiH-kd-afY"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
<textInputTraits key="textInputTraits"/>
|
|
</textField>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="dwQ-P9-nrM" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="12" id="0oC-0D-hOS"/>
|
|
<constraint firstItem="8Ha-fy-N2p" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Jkj-pN-kvW"/>
|
|
<constraint firstItem="dwQ-P9-nrM" firstAttribute="centerY" secondItem="8Ha-fy-N2p" secondAttribute="centerY" id="XNJ-xr-ldR"/>
|
|
<constraint firstAttribute="trailingMargin" secondItem="8Ha-fy-N2p" secondAttribute="trailing" constant="39" id="pH9-t6-3ha"/>
|
|
<constraint firstItem="8Ha-fy-N2p" firstAttribute="leading" secondItem="dwQ-P9-nrM" secondAttribute="trailing" constant="-8" id="u81-7x-3S2"/>
|
|
<constraint firstItem="dwQ-P9-nrM" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="3" id="wrX-y6-oye"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<connections>
|
|
<outlet property="niChengField" destination="8Ha-fy-N2p" id="5Fr-1a-FKO"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="300" y="275"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
</document>
|