|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6205" systemVersion="13E28" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="vXZ-lx-hvc"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13528" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6198"/> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13526"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
5 | 10 | </dependencies> |
6 | 11 | <scenes> |
7 | 12 | <!--View Controller--> |
|
13 | 18 | <viewControllerLayoutGuide type="bottom" id="FWu-lM-DgI"/> |
14 | 19 | </layoutGuides> |
15 | 20 | <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> |
16 | | - <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
17 | 22 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
18 | 23 | <subviews> |
19 | 24 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PYP-s7-f1D"> |
20 | | - <rect key="frame" x="131" y="37" width="37" height="30"/> |
| 25 | + <rect key="frame" x="169" y="37" width="37" height="30"/> |
21 | 26 | <state key="normal" title="Once"> |
22 | | - <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 27 | + <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
23 | 28 | </state> |
24 | 29 | <connections> |
25 | | - <action selector="doButton:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="fwk-A6-DeQ"/> |
| 30 | + <action selector="doDuck:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="f4x-fE-NrT"/> |
26 | 31 | </connections> |
27 | 32 | </button> |
28 | 33 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hoa-Xy-UTv"> |
29 | | - <rect key="frame" x="123" y="129" width="52" height="30"/> |
30 | | - <state key="normal" title="Forever"> |
31 | | - <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 34 | + <rect key="frame" x="160" y="129" width="55" height="30"/> |
| 35 | + <state key="normal" title="Looping"> |
| 36 | + <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
32 | 37 | </state> |
33 | 38 | <connections> |
34 | | - <action selector="doButton:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="Vr5-L5-pzD"/> |
| 39 | + <action selector="doLoop:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="81m-vI-j5c"/> |
| 40 | + </connections> |
| 41 | + </button> |
| 42 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gWS-N5-8XR"> |
| 43 | + <rect key="frame" x="171.5" y="224" width="32" height="30"/> |
| 44 | + <state key="normal" title="Stop"> |
| 45 | + <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 46 | + </state> |
| 47 | + <connections> |
| 48 | + <action selector="doStop:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="7Ke-GS-f89"/> |
35 | 49 | </connections> |
36 | 50 | </button> |
37 | | - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="To stop after tapping Forever, summon Control Center to see remote controls, tap playpause button." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="veA-6I-L3B"> |
38 | | - <rect key="frame" x="20" y="202" width="280" height="62"/> |
39 | | - <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> |
40 | | - <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
41 | | - <nil key="highlightedColor"/> |
42 | | - </label> |
43 | 51 | </subviews> |
44 | | - <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 52 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
45 | 53 | <constraints> |
| 54 | + <constraint firstItem="gWS-N5-8XR" firstAttribute="top" secondItem="hoa-Xy-UTv" secondAttribute="bottom" constant="65" id="03d-Ng-99n"/> |
46 | 55 | <constraint firstItem="hoa-Xy-UTv" firstAttribute="top" secondItem="PYP-s7-f1D" secondAttribute="bottom" constant="62" id="EJh-Dg-2XR"/> |
47 | | - <constraint firstAttribute="trailing" secondItem="veA-6I-L3B" secondAttribute="trailing" constant="20" id="IYT-58-bOM"/> |
| 56 | + <constraint firstItem="gWS-N5-8XR" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="P2z-LK-dLU"/> |
48 | 57 | <constraint firstItem="PYP-s7-f1D" firstAttribute="top" secondItem="Vun-3T-snA" secondAttribute="bottom" constant="17" id="QLF-1K-AEy"/> |
49 | | - <constraint firstAttribute="centerX" secondItem="PYP-s7-f1D" secondAttribute="centerX" constant="10.5" id="QgB-84-Pb0"/> |
50 | | - <constraint firstItem="veA-6I-L3B" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="20" id="XmN-5X-now"/> |
51 | | - <constraint firstAttribute="centerX" secondItem="hoa-Xy-UTv" secondAttribute="centerX" constant="11" id="e3B-ae-lF7"/> |
52 | | - <constraint firstItem="veA-6I-L3B" firstAttribute="top" secondItem="hoa-Xy-UTv" secondAttribute="bottom" constant="43" id="tOD-8o-Ktd"/> |
| 58 | + <constraint firstAttribute="centerX" secondItem="PYP-s7-f1D" secondAttribute="centerX" id="QgB-84-Pb0"/> |
| 59 | + <constraint firstAttribute="centerX" secondItem="hoa-Xy-UTv" secondAttribute="centerX" id="e3B-ae-lF7"/> |
53 | 60 | </constraints> |
54 | 61 | </view> |
55 | 62 | </viewController> |
56 | 63 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> |
57 | 64 | </objects> |
58 | 65 | </scene> |
59 | 66 | </scenes> |
60 | | - <simulatedMetricsContainer key="defaultSimulatedMetrics"> |
61 | | - <simulatedStatusBarMetrics key="statusBar"/> |
62 | | - <simulatedOrientationMetrics key="orientation"/> |
63 | | - <simulatedScreenMetrics key="destination" type="retina4"> |
64 | | - <size key="portraitSize" width="320" height="568"/> |
65 | | - <size key="landscapeSize" width="568" height="320"/> |
66 | | - </simulatedScreenMetrics> |
67 | | - </simulatedMetricsContainer> |
68 | 67 | </document> |
0 commit comments