NYFailSpecialVideoHeaderView.xib 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="NYFailSpecialVideoHeaderView">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="120"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="77Y-P2-tdv">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="120"/>
  19. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  20. </view>
  21. </subviews>
  22. <constraints>
  23. <constraint firstAttribute="bottom" secondItem="77Y-P2-tdv" secondAttribute="bottom" id="Vcw-Ei-Und"/>
  24. <constraint firstItem="77Y-P2-tdv" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="xbS-Xn-fQk"/>
  25. <constraint firstItem="77Y-P2-tdv" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="yAV-s9-Cmn"/>
  26. <constraint firstAttribute="trailing" secondItem="77Y-P2-tdv" secondAttribute="trailing" id="yza-Hn-ASn"/>
  27. </constraints>
  28. <connections>
  29. <outlet property="palyerView" destination="77Y-P2-tdv" id="nGA-bZ-CLU"/>
  30. </connections>
  31. <point key="canvasLocation" x="39.694656488549619" y="11.971830985915494"/>
  32. </collectionReusableView>
  33. </objects>
  34. <resources>
  35. <systemColor name="systemBackgroundColor">
  36. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. </systemColor>
  38. </resources>
  39. </document>