123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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" id="KGk-i7-Jjw" customClass="BrandForWithdrawCell" customModule="xingchuangke" customModuleProvider="target">
- <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="44"/>
- <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="glJ-5U-U84">
- <rect key="frame" x="15" y="13.5" width="29" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="43m-ct-KQC">
- <rect key="frame" x="275" y="7.5" width="30" height="29"/>
- <constraints>
- <constraint firstAttribute="height" constant="29" id="LpG-0P-NSL"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <state key="normal" title="全部">
- <color key="titleColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <connections>
- <action selector="btnClicked:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="oyK-XL-i4W"/>
- </connections>
- </button>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="L4k-w9-NzD">
- <rect key="frame" x="145" y="5" width="120" height="34"/>
- <constraints>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="120" id="M65-Vx-TbF"/>
- <constraint firstAttribute="height" constant="34" id="RWK-a1-VIA"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="L4k-w9-NzD" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="7mp-Sx-Xcm"/>
- <constraint firstItem="glJ-5U-U84" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Mlm-W5-84e"/>
- <constraint firstItem="L4k-w9-NzD" firstAttribute="trailing" secondItem="43m-ct-KQC" secondAttribute="leading" constant="-10" id="Mlu-Lc-4JL"/>
- <constraint firstItem="43m-ct-KQC" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-15" id="X8v-lt-SbH"/>
- <constraint firstItem="43m-ct-KQC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="piB-hg-m07"/>
- <constraint firstItem="glJ-5U-U84" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="u5E-Mb-PGQ"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="brandLabel" destination="glJ-5U-U84" id="Vka-OT-lTp"/>
- <outlet property="earnTextField" destination="L4k-w9-NzD" id="nd7-hi-H0Z"/>
- </connections>
- <point key="canvasLocation" x="139" y="83"/>
- </tableViewCell>
- </objects>
- </document>
|