Main.storyboard 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="wQg-tq-qST">
  14. <objects>
  15. <viewController id="whP-gf-Uak" customClass="LXMViewController" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
  18. <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="csD-eE-1EB">
  25. <rect key="frame" x="63" y="318" width="30" height="30"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <state key="normal" title="play"/>
  28. <connections>
  29. <action selector="handlePlayButtonTapped:" destination="whP-gf-Uak" eventType="touchUpInside" id="Uuq-GI-O0g"/>
  30. </connections>
  31. </button>
  32. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aul-LY-sJd">
  33. <rect key="frame" x="128" y="318" width="42" height="30"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. <state key="normal" title="pause"/>
  36. <connections>
  37. <action selector="handlePauseButtonTapped:" destination="whP-gf-Uak" eventType="touchUpInside" id="GPQ-fs-3fb"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="305" y="433"/>
  47. </scene>
  48. </scenes>
  49. </document>