Created
July 15, 2016 17:33
-
-
Save EtherTyper/73109dae8dd7cffc6432423ad7449e2c to your computer and use it in GitHub Desktop.
Sneak Peek...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11129.15" systemVersion="16A201w" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="2EY-dj-TaU"> | |
| <dependencies> | |
| <deployment identifier="iOS"/> | |
| <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11103.10"/> | |
| <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
| </dependencies> | |
| <scenes> | |
| <!--View Controller--> | |
| <scene sceneID="4IC-26-v4M"> | |
| <objects> | |
| <viewController id="ixM-e9-F32" customClass="ViewController" sceneMemberID="viewController"> | |
| <layoutGuides> | |
| <viewControllerLayoutGuide type="top" id="pCZ-tN-b2L"/> | |
| <viewControllerLayoutGuide type="bottom" id="3bE-Bh-vFG"/> | |
| </layoutGuides> | |
| <view key="view" contentMode="scaleToFill" id="GMK-sj-U8H"> | |
| <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
| <subviews> | |
| <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Direction" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sSb-6D-E7J"> | |
| <frame key="frameInset" minX="153" minY="150" width="69" height="21"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <fontDescription key="fontDescription" type="system" pointSize="17"/> | |
| <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| <nil key="highlightedColor"/> | |
| </label> | |
| <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8G2-n0-Lbt"> | |
| <frame key="frameInset" minX="187" width="188" height="667"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <state key="normal"> | |
| <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </state> | |
| <connections> | |
| <action selector="rightButton:" destination="ixM-e9-F32" eventType="touchUpInside" id="Z71-t1-a5j"/> | |
| </connections> | |
| </button> | |
| <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Finn.png" translatesAutoresizingMaskIntoConstraints="NO" id="5rv-Ub-fpm"> | |
| <frame key="frameInset" minX="152" minY="526" width="70" height="121"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| </imageView> | |
| <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VIu-rK-mIB"> | |
| <frame key="frameInset" width="187" height="667"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <state key="normal"> | |
| <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </state> | |
| <connections> | |
| <action selector="leftButton:" destination="ixM-e9-F32" eventType="touchUpInside" id="Hgh-Mz-BNv"/> | |
| </connections> | |
| </button> | |
| </subviews> | |
| <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </view> | |
| <connections> | |
| <outlet property="directionStatus" destination="sSb-6D-E7J" id="dqk-lr-P7P"/> | |
| <outlet property="finnCharc" destination="5rv-Ub-fpm" id="tBh-0h-Fdo"/> | |
| </connections> | |
| </viewController> | |
| <placeholder placeholderIdentifier="IBFirstResponder" id="6jR-UZ-d53" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
| </objects> | |
| <point key="canvasLocation" x="-265.5" y="430.5"/> | |
| </scene> | |
| <!--Initial View--> | |
| <scene sceneID="klG-7V-yM6"> | |
| <objects> | |
| <viewController id="2EY-dj-TaU" customClass="InitialView" sceneMemberID="viewController"> | |
| <layoutGuides> | |
| <viewControllerLayoutGuide type="top" id="qqZ-fX-MfT"/> | |
| <viewControllerLayoutGuide type="bottom" id="enL-rR-LL7"/> | |
| </layoutGuides> | |
| <view key="view" contentMode="scaleToFill" id="UWM-wB-l3B"> | |
| <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
| <subviews> | |
| <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iMf-b3-zUZ"> | |
| <frame key="frameInset" width="375" height="667"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <subviews> | |
| <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Death Dodger" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vlw-5D-o0f"> | |
| <frame key="frameInset" minX="47" minY="48" width="359" height="149"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <fontDescription key="fontDescription" name="IowanOldStyle-Roman" family="Iowan Old Style" pointSize="38"/> | |
| <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| <nil key="highlightedColor"/> | |
| </label> | |
| <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Coded by Animator Joe and others. " lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qfn-sA-1zt"> | |
| <frame key="frameInset" minX="47" minY="166" width="271" height="24"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <fontDescription key="fontDescription" name="IowanOldStyle-Roman" family="Iowan Old Style" pointSize="17"/> | |
| <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| <nil key="highlightedColor"/> | |
| </label> | |
| <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3LW-O9-9Tb"> | |
| <frame key="frameInset" minX="-103" minY="440" width="359" height="73"/> | |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | |
| <fontDescription key="fontDescription" name="IowanOldStyle-Roman" family="Iowan Old Style" pointSize="27"/> | |
| <state key="normal" title="Start!"> | |
| <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </state> | |
| <connections> | |
| <action selector="startButton:" destination="2EY-dj-TaU" eventType="touchUpInside" id="7Go-jg-kh0"/> | |
| <segue destination="ixM-e9-F32" kind="presentation" modalTransitionStyle="crossDissolve" id="tMc-Ap-X4g"/> | |
| </connections> | |
| </button> | |
| </subviews> | |
| <color key="backgroundColor" red="0.76824674516385782" green="0.96951893678719037" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </view> | |
| </subviews> | |
| <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| </view> | |
| </viewController> | |
| <placeholder placeholderIdentifier="IBFirstResponder" id="eBP-vZ-fqf" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
| </objects> | |
| <point key="canvasLocation" x="-801.5" y="430.5"/> | |
| </scene> | |
| </scenes> | |
| <resources> | |
| <image name="Finn.png" width="100" height="173"/> | |
| </resources> | |
| </document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment