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.
52 lines
4.1 KiB
52 lines
4.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
|
<device id="retina4_7" orientation="portrait" appearance="light"/> |
|
<dependencies> |
|
<deployment identifier="iOS"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> |
|
<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="7" id="KGk-i7-Jjw" customClass="EditDeviceHeadTableViewCell"> |
|
<rect key="frame" x="0.0" y="0.0" width="320" height="49"/> |
|
<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="49"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WU3-pK-O1N"> |
|
<rect key="frame" x="15" y="48" width="305" height="1"/> |
|
<color key="backgroundColor" red="0.97254901959999995" green="0.97254901959999995" blue="0.97254901959999995" alpha="1" colorSpace="calibratedRGB"/> |
|
<constraints> |
|
<constraint firstAttribute="height" constant="1" id="UQu-I5-0qO"/> |
|
</constraints> |
|
</view> |
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="头像" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uyy-0j-fnf"> |
|
<rect key="frame" x="14" y="14" width="120" height="21"/> |
|
<constraints> |
|
<constraint firstAttribute="width" constant="120" id="mR6-oK-xeZ"/> |
|
<constraint firstAttribute="height" constant="21" id="tZf-ud-F4g"/> |
|
</constraints> |
|
<fontDescription key="fontDescription" type="system" pointSize="16"/> |
|
<nil key="textColor"/> |
|
<nil key="highlightedColor"/> |
|
</label> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="uyy-0j-fnf" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="Bsa-l7-lpb"/> |
|
<constraint firstAttribute="trailing" secondItem="WU3-pK-O1N" secondAttribute="trailing" id="OxS-HO-qHn"/> |
|
<constraint firstItem="WU3-pK-O1N" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="ZA5-bY-YF3"/> |
|
<constraint firstAttribute="bottom" secondItem="WU3-pK-O1N" secondAttribute="bottom" id="pPg-b1-1Ql"/> |
|
<constraint firstItem="uyy-0j-fnf" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="wxh-mb-4vd"/> |
|
</constraints> |
|
</tableViewCellContentView> |
|
<connections> |
|
<outlet property="ATitleLabel" destination="uyy-0j-fnf" id="xAU-fl-oFS"/> |
|
<outlet property="lineView" destination="WU3-pK-O1N" id="EoV-1E-9T3"/> |
|
</connections> |
|
<point key="canvasLocation" x="34" y="34.5"/> |
|
</tableViewCell> |
|
</objects> |
|
</document>
|
|
|