VideoPlayViewController.xib 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
  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" customClass="VideoPlayViewController">
  11. <connections>
  12. <outlet property="containerView" destination="6TM-qg-Dhi" id="K7V-MD-0dZ"/>
  13. <outlet property="playBtn" destination="oww-Qg-SKR" id="mQn-0y-skn"/>
  14. <outlet property="playView" destination="lzF-86-oj9" id="e5a-L5-uG0"/>
  15. <outlet property="tableView" destination="Huh-cO-bsF" id="R4D-rH-4CI"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lzF-86-oj9" customClass="ZFPlayerControlView">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="222.5"/>
  26. <subviews>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6TM-qg-Dhi">
  28. <rect key="frame" x="0.0" y="0.0" width="375" height="222.5"/>
  29. </imageView>
  30. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="oww-Qg-SKR">
  31. <rect key="frame" x="165.5" y="89" width="44" height="44"/>
  32. <constraints>
  33. <constraint firstAttribute="width" secondItem="oww-Qg-SKR" secondAttribute="height" id="rOv-xw-qR6"/>
  34. </constraints>
  35. <state key="normal" backgroundImage="new_allPlay_44x44_"/>
  36. <connections>
  37. <action selector="playClick:" destination="-1" eventType="touchUpInside" id="cW1-Gj-JeQ"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstItem="6TM-qg-Dhi" firstAttribute="centerX" secondItem="lzF-86-oj9" secondAttribute="centerX" id="Acv-5k-g7J"/>
  44. <constraint firstItem="6TM-qg-Dhi" firstAttribute="height" secondItem="lzF-86-oj9" secondAttribute="height" id="BeX-cE-94a"/>
  45. <constraint firstItem="oww-Qg-SKR" firstAttribute="centerY" secondItem="lzF-86-oj9" secondAttribute="centerY" id="CVa-rD-Cw3"/>
  46. <constraint firstItem="6TM-qg-Dhi" firstAttribute="centerY" secondItem="lzF-86-oj9" secondAttribute="centerY" id="ITk-C3-CHg"/>
  47. <constraint firstItem="6TM-qg-Dhi" firstAttribute="width" secondItem="lzF-86-oj9" secondAttribute="width" id="MRg-AZ-3YP"/>
  48. <constraint firstItem="oww-Qg-SKR" firstAttribute="centerX" secondItem="lzF-86-oj9" secondAttribute="centerX" id="eLu-ZH-qPm"/>
  49. <constraint firstItem="oww-Qg-SKR" firstAttribute="width" secondItem="lzF-86-oj9" secondAttribute="width" multiplier="44:375" id="vuH-aG-2TU"/>
  50. </constraints>
  51. </view>
  52. <tableView clipsSubviews="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" style="plain" separatorStyle="default" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Huh-cO-bsF">
  53. <rect key="frame" x="0.0" y="227" width="375" height="440"/>
  54. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. <connections>
  56. <outlet property="dataSource" destination="-1" id="DJf-Uh-xQW"/>
  57. <outlet property="delegate" destination="-1" id="etw-3e-gE1"/>
  58. </connections>
  59. </tableView>
  60. </subviews>
  61. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  62. <constraints>
  63. <constraint firstAttribute="bottom" secondItem="Huh-cO-bsF" secondAttribute="bottom" id="3e1-2M-DEx"/>
  64. <constraint firstItem="Huh-cO-bsF" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Dym-qo-buP"/>
  65. <constraint firstItem="Huh-cO-bsF" firstAttribute="height" secondItem="i5M-Pr-FkT" secondAttribute="height" multiplier="440:667" id="El6-de-Xo6"/>
  66. <constraint firstItem="lzF-86-oj9" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="JLV-vg-4OU"/>
  67. <constraint firstItem="lzF-86-oj9" firstAttribute="height" secondItem="i5M-Pr-FkT" secondAttribute="height" multiplier="1:3" id="cYm-5X-vwb"/>
  68. <constraint firstItem="lzF-86-oj9" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" id="iMo-eD-ole"/>
  69. <constraint firstItem="Huh-cO-bsF" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" id="oeG-Ma-9cv"/>
  70. <constraint firstItem="lzF-86-oj9" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="qpp-vc-bmX"/>
  71. </constraints>
  72. <point key="canvasLocation" x="138.40000000000001" y="152.47376311844079"/>
  73. </view>
  74. </objects>
  75. <resources>
  76. <image name="new_allPlay_44x44_" width="44" height="44"/>
  77. </resources>
  78. </document>