|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina6_12" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | + </dependencies> |
| 11 | + <scenes> |
| 12 | + <!--View Controller--> |
| 13 | + <scene sceneID="tne-QT-ifu"> |
| 14 | + <objects> |
| 15 | + <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> |
| 16 | + <view key="view" contentMode="scaleToFill" id="Oyg-2e-E3s"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="393" height="852"/> |
| 18 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <navigationBar contentMode="scaleToFill" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hhe-gC-tCT"> |
| 21 | + <rect key="frame" x="0.0" y="59" width="393" height="44"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="44" id="i5N-kV-dMS"/> |
| 24 | + </constraints> |
| 25 | + <items> |
| 26 | + <navigationItem title="Gesturedeck Example ObjC" largeTitleDisplayMode="always" id="iAI-P9-NOR"/> |
| 27 | + </items> |
| 28 | + </navigationBar> |
| 29 | + <stackView opaque="NO" contentMode="scaleToFill" spacing="40" translatesAutoresizingMaskIntoConstraints="NO" id="WFZ-iy-P2G"> |
| 30 | + <rect key="frame" x="10" y="123" width="373" height="40"/> |
| 31 | + <subviews> |
| 32 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ypy-rt-nGB"> |
| 33 | + <rect key="frame" x="0.0" y="0.0" width="166.66666666666666" height="40"/> |
| 34 | + <state key="normal" title="Button"/> |
| 35 | + <buttonConfiguration key="configuration" style="filled" title="Start"/> |
| 36 | + <connections> |
| 37 | + <action selector="onStartButtonTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Jw3-tb-1ZF"/> |
| 38 | + </connections> |
| 39 | + </button> |
| 40 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sXD-SP-rII"> |
| 41 | + <rect key="frame" x="206.66666666666663" y="0.0" width="166.33333333333337" height="40"/> |
| 42 | + <state key="normal" title="Button"/> |
| 43 | + <buttonConfiguration key="configuration" style="filled" title="Stop"/> |
| 44 | + <connections> |
| 45 | + <action selector="onStopButtonTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="GOR-1o-lt8"/> |
| 46 | + </connections> |
| 47 | + </button> |
| 48 | + </subviews> |
| 49 | + <constraints> |
| 50 | + <constraint firstAttribute="height" relation="lessThanOrEqual" constant="40" id="zfB-7g-6om"/> |
| 51 | + </constraints> |
| 52 | + </stackView> |
| 53 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="shf-p4-1tW"> |
| 54 | + <rect key="frame" x="0.0" y="184.66666666666666" width="393" height="1"/> |
| 55 | + <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 56 | + <constraints> |
| 57 | + <constraint firstAttribute="height" constant="1" id="22L-Or-1dw"/> |
| 58 | + <constraint firstAttribute="height" relation="greaterThanOrEqual" id="HEg-3T-Wl1"/> |
| 59 | + </constraints> |
| 60 | + </view> |
| 61 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="ZgI-WI-9IS"> |
| 62 | + <rect key="frame" x="0.0" y="173" width="393" height="645"/> |
| 63 | + <subviews> |
| 64 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Perform Gestures" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YXW-24-v9X"> |
| 65 | + <rect key="frame" x="0.0" y="0.0" width="393" height="645"/> |
| 66 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 67 | + <nil key="textColor"/> |
| 68 | + <nil key="highlightedColor"/> |
| 69 | + </label> |
| 70 | + </subviews> |
| 71 | + </stackView> |
| 72 | + </subviews> |
| 73 | + <viewLayoutGuide key="safeArea" id="Cza-J9-hGS"/> |
| 74 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 75 | + <constraints> |
| 76 | + <constraint firstItem="shf-p4-1tW" firstAttribute="trailing" secondItem="Cza-J9-hGS" secondAttribute="trailing" id="0Z1-V1-vVh"/> |
| 77 | + <constraint firstItem="Cza-J9-hGS" firstAttribute="bottom" secondItem="ZgI-WI-9IS" secondAttribute="bottom" id="2id-G5-p6y"/> |
| 78 | + <constraint firstItem="WFZ-iy-P2G" firstAttribute="top" secondItem="hhe-gC-tCT" secondAttribute="bottom" constant="20" id="6tu-Fp-NwV"/> |
| 79 | + <constraint firstItem="ZgI-WI-9IS" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" id="7Uv-JR-6Vd"/> |
| 80 | + <constraint firstItem="shf-p4-1tW" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" id="BTl-qH-Rgg"/> |
| 81 | + <constraint firstItem="Cza-J9-hGS" firstAttribute="trailing" secondItem="shf-p4-1tW" secondAttribute="trailing" id="DGB-aN-w9G"/> |
| 82 | + <constraint firstItem="WFZ-iy-P2G" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" constant="10" id="Dii-2J-7do"/> |
| 83 | + <constraint firstItem="Cza-J9-hGS" firstAttribute="trailing" secondItem="WFZ-iy-P2G" secondAttribute="trailing" constant="10" id="EE6-El-aqj"/> |
| 84 | + <constraint firstItem="ZgI-WI-9IS" firstAttribute="trailing" secondItem="Cza-J9-hGS" secondAttribute="trailing" id="FHz-AT-px4"/> |
| 85 | + <constraint firstItem="hhe-gC-tCT" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" id="PGB-xt-mWD"/> |
| 86 | + <constraint firstItem="WFZ-iy-P2G" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" constant="10" id="Teo-Wt-Ofe"/> |
| 87 | + <constraint firstItem="hhe-gC-tCT" firstAttribute="trailing" secondItem="Cza-J9-hGS" secondAttribute="trailing" id="acP-Cl-dGw"/> |
| 88 | + <constraint firstItem="hhe-gC-tCT" firstAttribute="top" secondItem="Cza-J9-hGS" secondAttribute="top" id="e9Y-1d-srV"/> |
| 89 | + <constraint firstItem="Cza-J9-hGS" firstAttribute="trailing" secondItem="ZgI-WI-9IS" secondAttribute="trailing" id="iYQ-VD-aC2"/> |
| 90 | + <constraint firstItem="ZgI-WI-9IS" firstAttribute="top" secondItem="WFZ-iy-P2G" secondAttribute="bottom" constant="10" id="ihh-at-Sje"/> |
| 91 | + <constraint firstItem="ZgI-WI-9IS" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" id="kBX-Xx-oxN"/> |
| 92 | + <constraint firstItem="shf-p4-1tW" firstAttribute="leading" secondItem="Cza-J9-hGS" secondAttribute="leading" id="r59-Pi-gW6"/> |
| 93 | + <constraint firstItem="Cza-J9-hGS" firstAttribute="trailing" secondItem="WFZ-iy-P2G" secondAttribute="trailing" constant="10" id="y5c-hM-xLj"/> |
| 94 | + <constraint firstItem="ZgI-WI-9IS" firstAttribute="top" secondItem="WFZ-iy-P2G" secondAttribute="bottom" constant="10" id="z63-6a-oyE"/> |
| 95 | + <constraint firstItem="shf-p4-1tW" firstAttribute="top" secondItem="WFZ-iy-P2G" secondAttribute="bottom" constant="21.670000000000002" id="zru-NN-IdD"/> |
| 96 | + </constraints> |
| 97 | + </view> |
| 98 | + <connections> |
| 99 | + <outlet property="btnStart" destination="ypy-rt-nGB" id="aAE-al-suz"/> |
| 100 | + <outlet property="btnStop" destination="sXD-SP-rII" id="kbY-jQ-eX1"/> |
| 101 | + </connections> |
| 102 | + </viewController> |
| 103 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 104 | + </objects> |
| 105 | + <point key="canvasLocation" x="131" y="-27"/> |
| 106 | + </scene> |
| 107 | + </scenes> |
| 108 | + <resources> |
| 109 | + <systemColor name="systemBackgroundColor"> |
| 110 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 111 | + </systemColor> |
| 112 | + </resources> |
| 113 | +</document> |
0 commit comments