VLCEmptyLibraryView.xib 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9058" systemVersion="15B30a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <development version="6000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9048"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="center" id="112" customClass="EmptyLibraryView">
  12. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="VLCCone512x512" translatesAutoresizingMaskIntoConstraints="NO" id="115">
  16. <rect key="frame" x="123" y="175" width="128" height="128"/>
  17. <animations/>
  18. <constraints>
  19. <constraint firstAttribute="width" constant="128" id="SFf-AC-Ub8"/>
  20. <constraint firstAttribute="height" constant="128" id="m2Z-Tl-hAc"/>
  21. </constraints>
  22. </imageView>
  23. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Empty Media Library" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="114">
  24. <rect key="frame" x="103" y="323.5" width="169" height="20.5"/>
  25. <animations/>
  26. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  27. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <activityIndicatorView hidden="YES" contentMode="scaleToFill" hidesWhenStopped="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="122">
  32. <rect key="frame" x="169" y="315" width="37" height="37"/>
  33. <animations/>
  34. </activityIndicatorView>
  35. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="300" translatesAutoresizingMaskIntoConstraints="NO" id="vqV-xO-9Ez">
  36. <rect key="frame" x="37" y="353.5" width="300" height="101.5"/>
  37. <animations/>
  38. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  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="17"/>
  41. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  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="124" y="463" width="126" height="42"/>
  46. <animations/>
  47. <constraints>
  48. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="126" id="ISw-i5-3Bn"/>
  49. </constraints>
  50. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  51. <state key="normal" title="Learn More">
  52. <color key="titleColor" red="0.0" green="0.37647058820000001" blue="0.99607843139999996" alpha="1" colorSpace="calibratedRGB"/>
  53. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  54. </state>
  55. <connections>
  56. <action selector="learnMore:" destination="112" eventType="touchUpInside" id="TQf-Oo-oTD"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <animations/>
  61. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  62. <constraints>
  63. <constraint firstItem="114" firstAttribute="centerY" secondItem="112" secondAttribute="centerY" id="098-OL-ugD"/>
  64. <constraint firstItem="115" firstAttribute="top" secondItem="112" secondAttribute="top" constant="100" id="0iO-j4-F4t"/>
  65. <constraint firstItem="122" firstAttribute="centerX" secondItem="112" secondAttribute="centerX" id="1r4-45-cEq"/>
  66. <constraint firstItem="A78-83-MhQ" firstAttribute="centerX" secondItem="112" secondAttribute="centerX" id="Dys-fq-utf"/>
  67. <constraint firstItem="114" firstAttribute="centerX" secondItem="112" secondAttribute="centerX" id="I5K-I4-TIq"/>
  68. <constraint firstItem="vqV-xO-9Ez" firstAttribute="centerY" secondItem="112" secondAttribute="centerY" id="ISD-nk-qjn"/>
  69. <constraint firstItem="vqV-xO-9Ez" firstAttribute="centerX" secondItem="112" secondAttribute="centerX" id="IrI-hi-XZK"/>
  70. <constraint firstItem="115" firstAttribute="centerX" secondItem="112" secondAttribute="centerX" id="SvE-9Q-MUz"/>
  71. <constraint firstItem="122" firstAttribute="centerY" secondItem="112" secondAttribute="centerY" id="cDx-tE-VwH"/>
  72. <constraint firstItem="A78-83-MhQ" firstAttribute="top" secondItem="vqV-xO-9Ez" secondAttribute="bottom" constant="8.5" id="fSe-v5-qdy"/>
  73. <constraint firstItem="114" firstAttribute="top" secondItem="115" secondAttribute="bottom" constant="20" id="pbA-T9-jI3"/>
  74. <constraint firstItem="vqV-xO-9Ez" firstAttribute="top" secondItem="114" secondAttribute="bottom" constant="9.5" id="w3w-k2-PUH"/>
  75. </constraints>
  76. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina47"/>
  77. <variation key="default">
  78. <mask key="constraints">
  79. <exclude reference="0iO-j4-F4t"/>
  80. <exclude reference="ISD-nk-qjn"/>
  81. </mask>
  82. </variation>
  83. <connections>
  84. <outlet property="activityIndicator" destination="122" id="123"/>
  85. <outlet property="emptyLibraryLabel" destination="114" id="119"/>
  86. <outlet property="emptyLibraryLongDescriptionLabel" destination="vqV-xO-9Ez" id="Grj-83-sAj"/>
  87. <outlet property="learnMoreButton" destination="A78-83-MhQ" id="z6i-rn-FZx"/>
  88. </connections>
  89. <point key="canvasLocation" x="368.5" y="66"/>
  90. </view>
  91. </objects>
  92. <resources>
  93. <image name="VLCCone512x512" width="512" height="512"/>
  94. </resources>
  95. </document>