YBVipCell.xib 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="23506"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="78" id="KGk-i7-Jjw" customClass="YBVipCell">
  13. <rect key="frame" x="0.0" y="0.0" width="323" height="78"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="323" height="78"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="VoS-6c-8vt" userLabel="标识">
  20. <rect key="frame" x="15" y="21" width="36" height="36"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="36" id="3Wj-JR-Ahg"/>
  23. <constraint firstAttribute="width" constant="36" id="UdW-ht-5EJ"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l0J-kf-7KB" userLabel="名称">
  27. <rect key="frame" x="59" y="20" width="249" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="LabelLabelLabelLabelLabelLabelLabelLabelLabelLabelLabel" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nM6-e8-LwW" userLabel="详情">
  33. <rect key="frame" x="59" y="37" width="247" height="26.5"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  35. <color key="textColor" red="0.39215686274509803" green="0.39215686274509803" blue="0.39215686274509803" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="l0J-kf-7KB" firstAttribute="leading" secondItem="VoS-6c-8vt" secondAttribute="trailing" constant="8" id="1mx-d4-uhr"/>
  41. <constraint firstItem="VoS-6c-8vt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="GKm-yA-vjh"/>
  42. <constraint firstItem="l0J-kf-7KB" firstAttribute="centerY" secondItem="VoS-6c-8vt" secondAttribute="centerY" multiplier="0.73" id="H4h-0R-d5i"/>
  43. <constraint firstAttribute="trailing" relation="lessThanOrEqual" secondItem="l0J-kf-7KB" secondAttribute="trailing" constant="15" id="I8a-cM-eTe"/>
  44. <constraint firstItem="VoS-6c-8vt" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="U7w-lV-AFQ"/>
  45. <constraint firstItem="nM6-e8-LwW" firstAttribute="leading" secondItem="l0J-kf-7KB" secondAttribute="leading" id="apw-bc-gV2"/>
  46. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="nM6-e8-LwW" secondAttribute="trailing" constant="15" id="gjF-lV-5H2"/>
  47. <constraint firstItem="nM6-e8-LwW" firstAttribute="centerY" secondItem="VoS-6c-8vt" secondAttribute="centerY" multiplier="1.29" id="ve8-mv-EDz"/>
  48. </constraints>
  49. </tableViewCellContentView>
  50. <connections>
  51. <outlet property="flagIV" destination="VoS-6c-8vt" id="sAW-ex-MWd"/>
  52. <outlet property="infoL" destination="nM6-e8-LwW" id="2tf-lP-Mom"/>
  53. <outlet property="nameL" destination="l0J-kf-7KB" id="nrF-fv-fOM"/>
  54. </connections>
  55. <point key="canvasLocation" x="132.60869565217394" y="119.19642857142857"/>
  56. </tableViewCell>
  57. </objects>
  58. </document>