|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
3 | | - <device id="retina4_7" orientation="portrait"> |
4 | | - <adaptation id="fullscreen"/> |
5 | | - </device> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
6 | 4 | <dependencies> |
7 | | - <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
9 | 6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
10 | 7 | </dependencies> |
11 | 8 | <scenes> |
|
20 | 17 | <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> |
21 | 18 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
22 | 19 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 20 | + <subviews> |
| 21 | + <stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="i34-fY-1XS"> |
| 22 | + <rect key="frame" x="148.5" y="20" width="78" height="30"/> |
| 23 | + <subviews> |
| 24 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="f7D-BY-YhD"> |
| 25 | + <rect key="frame" x="0.0" y="0.0" width="30" height="30"/> |
| 26 | + <state key="normal" title="left"/> |
| 27 | + <connections> |
| 28 | + <action selector="performLeftAnimation" destination="vXZ-lx-hvc" eventType="touchUpInside" id="iS9-cu-0OI"/> |
| 29 | + </connections> |
| 30 | + </button> |
| 31 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ril-CM-xny"> |
| 32 | + <rect key="frame" x="46" y="0.0" width="32" height="30"/> |
| 33 | + <state key="normal" title="right"/> |
| 34 | + <connections> |
| 35 | + <action selector="performRightAnimation" destination="vXZ-lx-hvc" eventType="touchUpInside" id="Al8-n6-05o"/> |
| 36 | + </connections> |
| 37 | + </button> |
| 38 | + </subviews> |
| 39 | + </stackView> |
| 40 | + </subviews> |
23 | 41 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 42 | + <constraints> |
| 43 | + <constraint firstItem="i34-fY-1XS" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="heS-kE-gf2"/> |
| 44 | + <constraint firstItem="i34-fY-1XS" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="20" id="qAT-79-JH1"/> |
| 45 | + </constraints> |
24 | 46 | </view> |
| 47 | + <connections> |
| 48 | + <outlet property="stackView" destination="i34-fY-1XS" id="Sx3-GM-jVv"/> |
| 49 | + </connections> |
25 | 50 | </viewController> |
26 | 51 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> |
27 | 52 | </objects> |
| 53 | + <point key="canvasLocation" x="138" y="134"/> |
28 | 54 | </scene> |
29 | 55 | </scenes> |
30 | 56 | </document> |
0 commit comments