VLCEmptyLibraryView~ipad.xib 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment defaultVersion="1552" identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  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="scaleToFill" id="112" customClass="EmptyLibraryView">
  12. <rect key="frame" x="0.0" y="0.0" width="412" height="980"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <view contentMode="scaleToFill" id="121">
  16. <rect key="frame" x="0.0" y="268" width="412" height="460"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="AppIcon512x512.png" id="115">
  20. <rect key="frame" x="142" y="26" width="128" height="128"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. </imageView>
  23. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Empty Media Library" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="114">
  24. <rect key="frame" x="66" y="191" width="280" height="21"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  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" id="122">
  32. <rect key="frame" x="188" y="319" width="37" height="37"/>
  33. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  34. </activityIndicatorView>
  35. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="vqV-xO-9Ez">
  36. <rect key="frame" x="56" y="220" width="301" height="179"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  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" buttonType="roundedRect" lineBreakMode="middleTruncation" id="A78-83-MhQ">
  45. <rect key="frame" x="143" y="398" width="126" height="42"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  47. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  48. <state key="normal" title="Learn More">
  49. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  50. </state>
  51. <connections>
  52. <action selector="learnMore:" destination="112" eventType="touchUpInside" id="TQf-Oo-oTD"/>
  53. </connections>
  54. </button>
  55. </subviews>
  56. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  57. </view>
  58. </subviews>
  59. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  60. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  61. <connections>
  62. <outlet property="activityIndicator" destination="122" id="123"/>
  63. <outlet property="emptyLibraryLabel" destination="114" id="119"/>
  64. <outlet property="emptyLibraryLongDescriptionLabel" destination="vqV-xO-9Ez" id="Grj-83-sAj"/>
  65. </connections>
  66. </view>
  67. </objects>
  68. <resources>
  69. <image name="AppIcon512x512.png" width="512" height="512"/>
  70. </resources>
  71. </document>