1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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" reuseIdentifier="PersonalCertificationTableViewCell" id="KGk-i7-Jjw" customClass="PersonalCertificationTableViewCell">
- <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.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BvO-9K-KJq">
- <rect key="frame" x="15" y="0.0" width="37.5" height="43.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="43.5" id="qDL-Bu-toj"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入姓名" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iV8-cm-fgL">
- <rect key="frame" x="52.5" y="0.0" width="252.5" height="43.5"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="BvO-9K-KJq" secondAttribute="bottom" id="355-61-2ee"/>
- <constraint firstItem="iV8-cm-fgL" firstAttribute="leading" secondItem="BvO-9K-KJq" secondAttribute="trailing" id="Iq1-PF-CEf"/>
- <constraint firstItem="BvO-9K-KJq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="JgE-ls-Ra7"/>
- <constraint firstItem="iV8-cm-fgL" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="L6o-fA-3Mm"/>
- <constraint firstAttribute="trailing" secondItem="iV8-cm-fgL" secondAttribute="trailing" constant="15" id="lEO-xJ-ERV"/>
- <constraint firstItem="BvO-9K-KJq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="toU-tC-NfC"/>
- <constraint firstAttribute="bottom" secondItem="iV8-cm-fgL" secondAttribute="bottom" id="z40-Hh-ix7"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="labelTitle" destination="BvO-9K-KJq" id="vGD-tv-iU4"/>
- <outlet property="textField" destination="iV8-cm-fgL" id="i6l-En-IpT"/>
- </connections>
- </tableViewCell>
- </objects>
- </document>
|