payMentItemCell.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="50" id="KGk-i7-Jjw" customClass="payMentItemCell" customModule="ADHTuanCan" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="353" height="50"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="353" height="50"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9iK-fk-sY0">
  21. <rect key="frame" x="0.0" y="0.0" width="353" height="50"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="地址未选中" translatesAutoresizingMaskIntoConstraints="NO" id="quf-gE-Gx2">
  24. <rect key="frame" x="307" y="14.666666666666664" width="21" height="21"/>
  25. <constraints>
  26. <constraint firstAttribute="width" constant="21" id="0zS-hk-2Wc"/>
  27. <constraint firstAttribute="height" constant="21" id="wFS-Ea-6Fp"/>
  28. </constraints>
  29. </imageView>
  30. </subviews>
  31. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="50" id="18O-43-lvy"/>
  34. <constraint firstAttribute="trailing" secondItem="quf-gE-Gx2" secondAttribute="trailing" constant="25" id="QQ6-rO-2nJ"/>
  35. <constraint firstItem="quf-gE-Gx2" firstAttribute="centerY" secondItem="9iK-fk-sY0" secondAttribute="centerY" id="unu-qG-lKs"/>
  36. </constraints>
  37. </view>
  38. <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">
  39. <rect key="frame" x="25" y="15.333333333333334" width="65.333333333333329" height="19.333333333333329"/>
  40. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  41. <color key="textColor" red="0.10980392160000001" green="0.18823529410000001" blue="0.30980392159999998" alpha="1" colorSpace="calibratedRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="q0l-FW-f3D" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="8aB-es-BDo"/>
  47. <constraint firstAttribute="bottom" secondItem="9iK-fk-sY0" secondAttribute="bottom" id="BFQ-O8-atv"/>
  48. <constraint firstItem="q0l-FW-f3D" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="25" id="Bpk-Bd-0qK"/>
  49. <constraint firstAttribute="trailing" secondItem="9iK-fk-sY0" secondAttribute="trailing" id="HSF-8X-3ML"/>
  50. <constraint firstItem="9iK-fk-sY0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="YxT-G3-SBw"/>
  51. <constraint firstItem="q0l-FW-f3D" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="cQ8-Eg-RTo"/>
  52. <constraint firstItem="9iK-fk-sY0" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="fA9-Ym-vEc"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  56. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  57. <connections>
  58. <outlet property="nameLab" destination="q0l-FW-f3D" id="TeD-L4-1On"/>
  59. <outlet property="typeImg" destination="quf-gE-Gx2" id="oMa-Nm-OC3"/>
  60. </connections>
  61. <point key="canvasLocation" x="61.832061068702288" y="2.1126760563380285"/>
  62. </tableViewCell>
  63. </objects>
  64. <resources>
  65. <image name="地址未选中" width="21" height="21"/>
  66. </resources>
  67. </document>