VLCEmptyLibraryView.xib 6.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14865.1" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina3_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14819.2"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.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. <view contentMode="scaleAspectFit" preservesSuperviewLayoutMargins="YES" id="112" customClass="VLCEmptyLibraryView">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="141-gp-zTI" userLabel="Empty View">
  18. <rect key="frame" x="16" y="95.5" width="288.5" height="289"/>
  19. <subviews>
  20. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" image="VLCCone512x512.png" translatesAutoresizingMaskIntoConstraints="NO" id="115">
  21. <rect key="frame" x="81.5" y="0.0" width="125" height="125"/>
  22. <constraints>
  23. <constraint firstAttribute="width" secondItem="115" secondAttribute="height" multiplier="1:1" id="CBD-GI-kch"/>
  24. <constraint firstAttribute="width" constant="125" id="SfO-5p-AOs"/>
  25. <constraint firstAttribute="height" constant="125" id="pP3-Vx-XBT"/>
  26. </constraints>
  27. </imageView>
  28. <stackView opaque="NO" contentMode="scaleAspectFit" axis="vertical" alignment="center" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="hAg-Nw-10g" userLabel="Descriptions">
  29. <rect key="frame" x="0.0" y="145" width="288.5" height="144"/>
  30. <subviews>
  31. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Empty Media Library" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="114">
  32. <rect key="frame" x="54" y="0.0" width="180" height="23"/>
  33. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="19"/>
  34. <nil key="textColor"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" verticalHuggingPriority="249" verticalCompressionResistancePriority="751" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="300" translatesAutoresizingMaskIntoConstraints="NO" id="vqV-xO-9Ez">
  38. <rect key="frame" x="0.0" y="33" width="288.5" height="67"/>
  39. <string key="text">For playback, you can stream media from a server on your local network, from the cloud or synchronize media to your device using iTunes, WiFi Upload or Cloud services.</string>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <color key="textColor" red="0.72000002861022949" green="0.72000002861022949" blue="0.72000002861022949" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A78-83-MhQ">
  45. <rect key="frame" x="97" y="110" width="94" height="34"/>
  46. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
  47. <state key="normal" title="Learn More">
  48. <color key="titleColor" red="1" green="0.60783044529999997" blue="0.1420323705" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  49. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  50. </state>
  51. <connections>
  52. <action selector="learnMore:" destination="112" eventType="touchUpInside" id="TQf-Oo-oTD"/>
  53. </connections>
  54. </button>
  55. </subviews>
  56. </stackView>
  57. </subviews>
  58. <viewLayoutGuide key="safeArea" id="whM-Tb-M9o"/>
  59. <variation key="heightClass=compact" axis="horizontal"/>
  60. </stackView>
  61. </subviews>
  62. <constraints>
  63. <constraint firstItem="141-gp-zTI" firstAttribute="centerY" secondItem="1mU-bI-aIo" secondAttribute="centerY" id="CpN-VR-Hat"/>
  64. <constraint firstItem="141-gp-zTI" firstAttribute="centerX" secondItem="1mU-bI-aIo" secondAttribute="centerX" id="bBv-fo-6gn"/>
  65. </constraints>
  66. <viewLayoutGuide key="safeArea" id="1mU-bI-aIo"/>
  67. <connections>
  68. <outlet property="emptyLibraryLabel" destination="114" id="119"/>
  69. <outlet property="emptyLibraryLongDescriptionLabel" destination="vqV-xO-9Ez" id="Grj-83-sAj"/>
  70. <outlet property="learnMoreButton" destination="A78-83-MhQ" id="z6i-rn-FZx"/>
  71. </connections>
  72. <point key="canvasLocation" x="43" y="153"/>
  73. </view>
  74. </objects>
  75. <resources>
  76. <image name="VLCCone512x512.png" width="512" height="512"/>
  77. </resources>
  78. </document>