12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <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" rowHeight="50" id="KGk-i7-Jjw" customClass="payMentItemCell" customModule="ADHTuanCan" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="353" height="50"/>
- <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="353" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9iK-fk-sY0">
- <rect key="frame" x="0.0" y="0.0" width="353" height="50"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="地址未选中" translatesAutoresizingMaskIntoConstraints="NO" id="quf-gE-Gx2">
- <rect key="frame" x="307" y="14.666666666666664" width="21" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="21" id="0zS-hk-2Wc"/>
- <constraint firstAttribute="height" constant="21" id="wFS-Ea-6Fp"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="18O-43-lvy"/>
- <constraint firstAttribute="trailing" secondItem="quf-gE-Gx2" secondAttribute="trailing" constant="25" id="QQ6-rO-2nJ"/>
- <constraint firstItem="quf-gE-Gx2" firstAttribute="centerY" secondItem="9iK-fk-sY0" secondAttribute="centerY" id="unu-qG-lKs"/>
- </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="q0l-FW-f3D">
- <rect key="frame" x="25" y="15.333333333333334" width="65.333333333333329" height="19.333333333333329"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
- <color key="textColor" red="0.10980392160000001" green="0.18823529410000001" blue="0.30980392159999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="q0l-FW-f3D" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="8aB-es-BDo"/>
- <constraint firstAttribute="bottom" secondItem="9iK-fk-sY0" secondAttribute="bottom" id="BFQ-O8-atv"/>
- <constraint firstItem="q0l-FW-f3D" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="25" id="Bpk-Bd-0qK"/>
- <constraint firstAttribute="trailing" secondItem="9iK-fk-sY0" secondAttribute="trailing" id="HSF-8X-3ML"/>
- <constraint firstItem="9iK-fk-sY0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="YxT-G3-SBw"/>
- <constraint firstItem="q0l-FW-f3D" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="cQ8-Eg-RTo"/>
- <constraint firstItem="9iK-fk-sY0" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="fA9-Ym-vEc"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="nameLab" destination="q0l-FW-f3D" id="TeD-L4-1On"/>
- <outlet property="typeImg" destination="quf-gE-Gx2" id="oMa-Nm-OC3"/>
- </connections>
- <point key="canvasLocation" x="61.832061068702288" y="2.1126760563380285"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="地址未选中" width="21" height="21"/>
- </resources>
- </document>
|