VLCFirstStepsFourthPageViewController.xib 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFourthPageViewController">
  9. <connections>
  10. <outlet property="accessDescriptionLabel" destination="cEb-8k-t4u" id="JBU-nj-whN"/>
  11. <outlet property="uploadDescriptionLabel" destination="kne-kQ-uVu" id="OXe-Ss-YDA"/>
  12. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  13. </connections>
  14. </placeholder>
  15. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  16. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="442"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" text="Upload Your media to Google Drive or Dropbox." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="kne-kQ-uVu">
  21. <rect key="frame" x="20" y="185" width="280" height="67"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  23. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  25. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sidebar.png" id="9ku-om-rLn">
  29. <rect key="frame" x="20" y="288" width="79" height="125"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  31. </imageView>
  32. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="cloudupload.png" id="8m2-22-qDa">
  33. <rect key="frame" x="20" y="56" width="280" height="140"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  35. </imageView>
  36. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" text="Open the sidebar to select Your Cloud provider and access Your media for downloading or streaming." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="cEb-8k-t4u">
  37. <rect key="frame" x="115" y="260" width="184" height="182"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  39. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  41. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  46. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  47. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  48. </view>
  49. </objects>
  50. <resources>
  51. <image name="cloudupload.png" width="547" height="205"/>
  52. <image name="sidebar.png" width="155" height="246"/>
  53. </resources>
  54. </document>