VLCEmptyLibraryView~iphone.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" 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="20" customClass="EmptyLibraryView">
  12. <rect key="frame" x="0.0" y="0.0" width="320" height="525"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <view contentMode="scaleToFill" id="29">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="525"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="AppIcon512x512.png" id="21">
  20. <rect key="frame" x="96" y="96" 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="22">
  24. <rect key="frame" x="20" y="255" 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. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="23">
  32. <rect key="frame" x="20" y="284" width="280" height="146"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  34. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  35. <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>
  36. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  37. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <activityIndicatorView hidden="YES" contentMode="scaleToFill" hidesWhenStopped="YES" style="whiteLarge" id="30">
  41. <rect key="frame" x="142" y="366" width="37" height="37"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  43. </activityIndicatorView>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="18Y-dw-VoK">
  45. <rect key="frame" x="20" y="421" width="280" 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="20" eventType="touchUpInside" id="Z4i-2X-Z3b"/>
  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="30" id="31"/>
  63. <outlet property="emptyLibraryLabel" destination="22" id="27"/>
  64. <outlet property="emptyLibraryLongDescriptionLabel" destination="23" id="28"/>
  65. <outlet property="learnMoreButton" destination="18Y-dw-VoK" id="GOw-a1-qSK"/>
  66. </connections>
  67. </view>
  68. </objects>
  69. <resources>
  70. <image name="AppIcon512x512.png" width="512" height="512"/>
  71. </resources>
  72. </document>