VLCFirstStepsFirstPageViewController.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="VLCFirstStepsPageOneViewController">
  9. <connections>
  10. <outlet property="subtitleLabel" destination="qwa-E6-Xqt" id="uNa-2x-dLS"/>
  11. <outlet property="titleLabel" destination="9PV-SL-Vhc" id="Tk4-rY-AWt"/>
  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" flexibleMinY="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Welcome" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="9PV-SL-Vhc">
  21. <rect key="frame" x="20" y="266" width="280" height="30"/>
  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="boldSystem" pointSize="25"/>
  25. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="First steps to Sync and Play your Media." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="qwa-E6-Xqt">
  29. <rect key="frame" x="20" y="304" width="280" height="118"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  31. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  33. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="AppIcon512x512.png" id="OP3-O6-gak">
  37. <rect key="frame" x="96" y="110" width="128" height="128"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  39. </imageView>
  40. </subviews>
  41. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  42. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  43. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  44. </view>
  45. </objects>
  46. <resources>
  47. <image name="AppIcon512x512.png" width="512" height="512"/>
  48. </resources>
  49. </document>