ZCTextFieldCell.xib 5.18 KB
Newer Older
zhukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina6_1" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
        <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="ZCTextFieldCell">
            <rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
            <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="44.5"/>
                <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="Ylc-ue-0qt">
                        <rect key="frame" x="15" y="13.5" width="90" height="18"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="90" id="P8y-sq-Q5L"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="15"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="问问" placeholder="提示" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="3Bd-o4-msQ">
                        <rect key="frame" x="125" y="14" width="180" height="17"/>
                        <nil key="textColor"/>
                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                        <textInputTraits key="textInputTraits"/>
                    </textField>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Bn6-eN-B3o">
                        <rect key="frame" x="15" y="43.5" width="290" height="1"/>
                        <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="1" id="0vL-P4-Eq3"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="Ylc-ue-0qt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="3hN-Jt-oXx"/>
                    <constraint firstAttribute="trailing" secondItem="Bn6-eN-B3o" secondAttribute="trailing" constant="15" id="AjE-E2-8At"/>
                    <constraint firstItem="3Bd-o4-msQ" firstAttribute="centerY" secondItem="Ylc-ue-0qt" secondAttribute="centerY" id="Pnj-e3-5p8"/>
                    <constraint firstAttribute="trailing" secondItem="3Bd-o4-msQ" secondAttribute="trailing" constant="15" id="R5O-sL-K53"/>
                    <constraint firstAttribute="bottom" secondItem="Bn6-eN-B3o" secondAttribute="bottom" id="ZPH-Kh-ceW"/>
                    <constraint firstItem="Ylc-ue-0qt" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="dNF-6B-bhN"/>
                    <constraint firstItem="3Bd-o4-msQ" firstAttribute="leading" secondItem="Ylc-ue-0qt" secondAttribute="trailing" constant="20" id="jOM-hL-OlW"/>
                    <constraint firstItem="Bn6-eN-B3o" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="rh7-pC-DoE"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="line" destination="Bn6-eN-B3o" id="Cpa-Zw-XJg"/>
                <outlet property="textField" destination="3Bd-o4-msQ" id="Nv0-wr-Vnu"/>
                <outlet property="titleLbl" destination="Ylc-ue-0qt" id="Pf5-re-0wT"/>
                <outlet property="titleWidth" destination="P8y-sq-Q5L" id="ak2-pf-tpe"/>
            </connections>
            <point key="canvasLocation" x="-420" y="25"/>
        </tableViewCell>
    </objects>
</document>