MineVideoCell.xib 6.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  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="260" id="KGk-i7-Jjw" customClass="MineVideoCell">
  15. <rect key="frame" x="0.0" y="0.0" width="373" height="260"/>
  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="373" height="260"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Kbc-sU-aNo">
  22. <rect key="frame" x="14" y="0.0" width="345" height="248"/>
  23. <subviews>
  24. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mine_introduce" translatesAutoresizingMaskIntoConstraints="NO" id="HQf-zf-VPg">
  25. <rect key="frame" x="12" y="14" width="24" height="24"/>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="个人介绍" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GKG-Y1-2TR">
  28. <rect key="frame" x="39" y="11" width="66" height="30"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="30" id="gXX-Yw-50s"/>
  31. </constraints>
  32. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  33. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5jL-Cm-W81">
  37. <rect key="frame" x="11" y="61" width="323" height="167"/>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  39. </view>
  40. </subviews>
  41. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  42. <constraints>
  43. <constraint firstItem="HQf-zf-VPg" firstAttribute="leading" secondItem="Kbc-sU-aNo" secondAttribute="leading" constant="12" id="3Si-q4-Eg9"/>
  44. <constraint firstItem="GKG-Y1-2TR" firstAttribute="centerY" secondItem="HQf-zf-VPg" secondAttribute="centerY" id="7H4-kZ-i0K"/>
  45. <constraint firstItem="GKG-Y1-2TR" firstAttribute="leading" secondItem="HQf-zf-VPg" secondAttribute="trailing" constant="3" id="FNZ-9y-D1x"/>
  46. <constraint firstItem="5jL-Cm-W81" firstAttribute="top" secondItem="GKG-Y1-2TR" secondAttribute="bottom" constant="20" id="MRu-mO-Pan"/>
  47. <constraint firstAttribute="trailing" secondItem="5jL-Cm-W81" secondAttribute="trailing" constant="11" id="NmJ-0j-yfj"/>
  48. <constraint firstAttribute="bottom" secondItem="5jL-Cm-W81" secondAttribute="bottom" constant="20" id="Sb3-sC-RcP"/>
  49. <constraint firstItem="5jL-Cm-W81" firstAttribute="leading" secondItem="Kbc-sU-aNo" secondAttribute="leading" constant="11" id="mqo-5J-vfY"/>
  50. <constraint firstItem="HQf-zf-VPg" firstAttribute="top" secondItem="Kbc-sU-aNo" secondAttribute="top" constant="14" id="tAD-Eu-T9B"/>
  51. </constraints>
  52. <userDefinedRuntimeAttributes>
  53. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  54. <real key="value" value="10"/>
  55. </userDefinedRuntimeAttribute>
  56. </userDefinedRuntimeAttributes>
  57. </view>
  58. </subviews>
  59. <constraints>
  60. <constraint firstAttribute="bottom" secondItem="Kbc-sU-aNo" secondAttribute="bottom" constant="12" id="a7c-2h-LKG"/>
  61. <constraint firstItem="Kbc-sU-aNo" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="ey0-Dm-4DM"/>
  62. <constraint firstAttribute="trailing" secondItem="Kbc-sU-aNo" secondAttribute="trailing" constant="14" id="lMX-4o-zeX"/>
  63. <constraint firstItem="Kbc-sU-aNo" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="tdu-pP-w8M"/>
  64. </constraints>
  65. </tableViewCellContentView>
  66. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  67. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  68. <connections>
  69. <outlet property="videoContainer" destination="5jL-Cm-W81" id="aTh-Cg-cFo"/>
  70. </connections>
  71. <point key="canvasLocation" x="170.28985507246378" y="147.99107142857142"/>
  72. </tableViewCell>
  73. </objects>
  74. <resources>
  75. <image name="mine_introduce" width="24" height="24"/>
  76. <systemColor name="systemBackgroundColor">
  77. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  78. </systemColor>
  79. </resources>
  80. </document>