VLCFirstStepsSixthPageViewController.xib 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="VLCFirstStepsSixthPageViewController">
  9. <connections>
  10. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  11. </connections>
  12. </placeholder>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="442"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="13" adjustsLetterSpacingToFitWidth="YES" id="RNO-mo-7OT">
  19. <rect key="frame" x="20" y="207" width="280" height="165"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  21. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  22. <string key="text">VLC for iOS is free and open source software developed by volunteers.
  23. We hope you enjoy it.</string>
  24. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  25. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="AppIcon512x512.png" id="TKA-c3-IgQ">
  29. <rect key="frame" x="96" y="77" width="128" height="128"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  31. </imageView>
  32. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="IqZ-6V-1cm">
  33. <rect key="frame" x="20" y="380" width="280" height="42"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  36. <state key="normal" title="Learn More">
  37. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  38. </state>
  39. <connections>
  40. <action selector="learnMore:" destination="-1" eventType="touchUpInside" id="PUv-99-Dye"/>
  41. </connections>
  42. </button>
  43. </subviews>
  44. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  45. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  46. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  47. </view>
  48. </objects>
  49. <resources>
  50. <image name="AppIcon512x512.png" width="512" height="512"/>
  51. </resources>
  52. </document>