VLCFirstStepsSixthPageViewController~iphone.xib 3.9 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="VLCFirstStepsSixthPageViewController">
  9. <connections>
  10. <outlet property="flossDescriptionLabel" destination="RNO-mo-7OT" id="mnB-vD-Ybw"/>
  11. <outlet property="learnMoreButton" destination="IqZ-6V-1cm" id="HOi-2l-hUC"/>
  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="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="RNO-mo-7OT">
  21. <rect key="frame" x="20" y="207" width="280" height="173"/>
  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. <string key="text">VLC for iOS is free and open source software developed by volunteers.
  25. We hope you enjoy it.</string>
  26. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  27. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="AppIcon512x512.png" id="TKA-c3-IgQ">
  31. <rect key="frame" x="96" y="77" width="128" height="128"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  33. </imageView>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="IqZ-6V-1cm">
  35. <rect key="frame" x="20" y="380" width="280" height="42"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  38. <state key="normal" title="Learn More">
  39. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  40. </state>
  41. <connections>
  42. <action selector="learnMore:" destination="-1" eventType="touchUpInside" id="PUv-99-Dye"/>
  43. </connections>
  44. </button>
  45. </subviews>
  46. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  47. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  48. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  49. </view>
  50. </objects>
  51. <resources>
  52. <image name="AppIcon512x512.png" width="512" height="512"/>
  53. </resources>
  54. </document>