VDLMainViewController.xib 2.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment defaultVersion="1552" identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VDLMainViewController">
  9. <connections>
  10. <outlet property="view" destination="1" id="3"/>
  11. </connections>
  12. </placeholder>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="1">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9Rz-Bs-fHG">
  19. <rect key="frame" x="86" y="269" width="149" height="30"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <state key="normal" title="Start Playback">
  22. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  23. </state>
  24. <connections>
  25. <action selector="startPlayback:" destination="-1" eventType="touchUpInside" id="rRa-Q4-l36"/>
  26. </connections>
  27. </button>
  28. </subviews>
  29. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  30. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  31. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  32. </view>
  33. </objects>
  34. </document>