BrandForWithdrawCell.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  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" id="KGk-i7-Jjw" customClass="BrandForWithdrawCell" customModule="xingchuangke" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <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">
  21. <rect key="frame" x="15" y="13.5" width="29" height="17"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="43m-ct-KQC">
  27. <rect key="frame" x="275" y="7.5" width="30" height="29"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="29" id="LpG-0P-NSL"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  32. <state key="normal" title="全部">
  33. <color key="titleColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  34. </state>
  35. <connections>
  36. <action selector="btnClicked:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="oyK-XL-i4W"/>
  37. </connections>
  38. </button>
  39. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="L4k-w9-NzD">
  40. <rect key="frame" x="145" y="5" width="120" height="34"/>
  41. <constraints>
  42. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="120" id="M65-Vx-TbF"/>
  43. <constraint firstAttribute="height" constant="34" id="RWK-a1-VIA"/>
  44. </constraints>
  45. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  46. <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
  47. </textField>
  48. </subviews>
  49. <constraints>
  50. <constraint firstItem="L4k-w9-NzD" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="7mp-Sx-Xcm"/>
  51. <constraint firstItem="glJ-5U-U84" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Mlm-W5-84e"/>
  52. <constraint firstItem="L4k-w9-NzD" firstAttribute="trailing" secondItem="43m-ct-KQC" secondAttribute="leading" constant="-10" id="Mlu-Lc-4JL"/>
  53. <constraint firstItem="43m-ct-KQC" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-15" id="X8v-lt-SbH"/>
  54. <constraint firstItem="43m-ct-KQC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="piB-hg-m07"/>
  55. <constraint firstItem="glJ-5U-U84" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="u5E-Mb-PGQ"/>
  56. </constraints>
  57. </tableViewCellContentView>
  58. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  59. <connections>
  60. <outlet property="brandLabel" destination="glJ-5U-U84" id="Vka-OT-lTp"/>
  61. <outlet property="earnTextField" destination="L4k-w9-NzD" id="nd7-hi-H0Z"/>
  62. </connections>
  63. <point key="canvasLocation" x="139" y="83"/>
  64. </tableViewCell>
  65. </objects>
  66. </document>