VLCFirstStepsFirstPageViewController~iphone.xib 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <development version="5100" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFirstPageViewController">
  10. <connections>
  11. <outlet property="actualContentView" destination="szX-n8-ywr" id="s5r-Ul-ngZ"/>
  12. <outlet property="subtitleLabel" destination="qwa-E6-Xqt" id="uNa-2x-dLS"/>
  13. <outlet property="titleLabel" destination="9PV-SL-Vhc" id="Tk4-rY-AWt"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="442"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" id="szX-n8-ywr">
  23. <rect key="frame" x="0.0" y="90" width="320" height="360"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  25. <subviews>
  26. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="First steps to Sync and Play Your Media." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="qwa-E6-Xqt">
  27. <rect key="frame" x="27" y="214" width="266" height="126"/>
  28. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  29. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="22"/>
  31. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Welcome" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="9PV-SL-Vhc">
  35. <rect key="frame" x="20" y="176" width="280" height="30"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  37. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  38. <fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
  39. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="VLCCone512x512" id="OP3-O6-gak">
  43. <rect key="frame" x="96" y="20" width="128" height="128"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  45. </imageView>
  46. </subviews>
  47. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  48. </view>
  49. </subviews>
  50. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  51. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  52. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  53. </view>
  54. </objects>
  55. <resources>
  56. <image name="VLCCone512x512" width="512" height="512"/>
  57. </resources>
  58. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  59. <simulatedStatusBarMetrics key="statusBar"/>
  60. <simulatedOrientationMetrics key="orientation"/>
  61. <simulatedScreenMetrics key="destination" type="retina4"/>
  62. </simulatedMetricsContainer>
  63. </document>