SelectBankerTableViewCell.xib 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SelectBankerTableViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="280" height="44"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  15. <frame key="frameInset" width="280" height="43"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="你很牛逼上庄" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qSw-To-gBP">
  19. <constraints>
  20. <constraint firstAttribute="width" constant="110" id="dMa-W3-0lX"/>
  21. </constraints>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Ndn-Ff-BM7">
  27. <constraints>
  28. <constraint firstAttribute="height" constant="30" id="6A1-Xx-Td6"/>
  29. <constraint firstAttribute="width" constant="30" id="KTk-yE-7aY"/>
  30. </constraints>
  31. </imageView>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1000000游戏币" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dOK-9K-ScA">
  33. <constraints>
  34. <constraint firstAttribute="width" constant="102" id="4el-ib-LiV"/>
  35. </constraints>
  36. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="qSw-To-gBP" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="40o-Np-ze1"/>
  43. <constraint firstItem="qSw-To-gBP" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="57B-lp-F2N"/>
  44. <constraint firstItem="Ndn-Ff-BM7" firstAttribute="leading" secondItem="dOK-9K-ScA" secondAttribute="trailing" constant="10" id="6mF-pp-D7e"/>
  45. <constraint firstItem="dOK-9K-ScA" firstAttribute="centerY" secondItem="qSw-To-gBP" secondAttribute="centerY" id="Oi3-BY-BY2"/>
  46. <constraint firstItem="Ndn-Ff-BM7" firstAttribute="centerY" secondItem="qSw-To-gBP" secondAttribute="centerY" id="i2s-PY-aTC"/>
  47. <constraint firstItem="Ndn-Ff-BM7" firstAttribute="centerY" secondItem="qSw-To-gBP" secondAttribute="centerY" id="nud-Lb-Qef"/>
  48. <constraint firstAttribute="trailing" secondItem="Ndn-Ff-BM7" secondAttribute="trailing" constant="10" id="qNU-L7-Cbw"/>
  49. </constraints>
  50. </tableViewCellContentView>
  51. <connections>
  52. <outlet property="coinLabel" destination="dOK-9K-ScA" id="PgE-HA-Od2"/>
  53. <outlet property="commentLabel" destination="qSw-To-gBP" id="ta0-k9-ncC"/>
  54. <outlet property="iconImageView" destination="Ndn-Ff-BM7" id="PjC-i1-vm5"/>
  55. </connections>
  56. <point key="canvasLocation" x="26" y="67"/>
  57. </tableViewCell>
  58. </objects>
  59. </document>