STTableIMUserUpdateCell.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="78" id="KGk-i7-Jjw" customClass="STTableIMUserUpdateCell">
  15. <rect key="frame" x="0.0" y="0.0" width="401" height="78"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="401" height="77"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="推荐用户" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g6d-hG-9od">
  22. <rect key="frame" x="8" y="27.5" width="160" height="21"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="160" id="Y3n-fJ-Zss"/>
  25. <constraint firstAttribute="height" constant="21" id="fVm-u4-x4l"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  28. <nil key="textColor"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FLb-n5-jDy">
  32. <rect key="frame" x="8" y="76.5" width="393" height="1"/>
  33. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="1" id="qpk-ih-lVC"/>
  36. </constraints>
  37. </view>
  38. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="st_im_update" translatesAutoresizingMaskIntoConstraints="NO" id="c47-DM-9wc">
  39. <rect key="frame" x="342" y="32.5" width="51" height="11"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="11" id="ZaK-5j-d5Y"/>
  42. <constraint firstAttribute="width" constant="51" id="pFR-3y-GgY"/>
  43. </constraints>
  44. </imageView>
  45. </subviews>
  46. <constraints>
  47. <constraint firstItem="g6d-hG-9od" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="9pU-zu-WOs"/>
  48. <constraint firstAttribute="trailing" secondItem="c47-DM-9wc" secondAttribute="trailing" constant="8" id="HQc-I7-6GI"/>
  49. <constraint firstItem="c47-DM-9wc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="SKl-fq-OuY"/>
  50. <constraint firstItem="FLb-n5-jDy" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="SzW-VL-YG3"/>
  51. <constraint firstItem="g6d-hG-9od" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fXN-N0-kw4"/>
  52. <constraint firstAttribute="trailing" secondItem="FLb-n5-jDy" secondAttribute="trailing" id="ljr-eu-RRm"/>
  53. <constraint firstAttribute="bottom" secondItem="FLb-n5-jDy" secondAttribute="bottom" id="yfs-OK-eqn"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <connections>
  57. <outlet property="leftLab" destination="g6d-hG-9od" id="vA0-sX-B3R"/>
  58. <outlet property="separatorView" destination="FLb-n5-jDy" id="gqE-w1-Nyy"/>
  59. <outlet property="updateImgView" destination="c47-DM-9wc" id="RCa-Xb-uLz"/>
  60. </connections>
  61. <point key="canvasLocation" x="65.5" y="69"/>
  62. </tableViewCell>
  63. </objects>
  64. <resources>
  65. <image name="st_im_update" width="51" height="11"/>
  66. </resources>
  67. </document>