annotate IntroViewController.xib @ 20:1e6d4ece1572

intro screen with mode options. seems to work.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 22 Oct 2014 16:47:11 +0100
parents a223551fdc1f
children 5cf2b80909fc
rev   line source
rt300@0 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
rt300@20 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5056" systemVersion="14A389" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
rt300@0 3 <dependencies>
rt300@0 4 <deployment defaultVersion="1280" identifier="iOS"/>
rt300@20 5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
rt300@0 6 </dependencies>
rt300@0 7 <objects>
rt300@0 8 <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="IntroViewController">
rt300@0 9 <connections>
rt300@0 10 <outlet property="text" destination="14" id="57"/>
rt300@0 11 <outlet property="view" destination="2" id="3"/>
rt300@0 12 </connections>
rt300@0 13 </placeholder>
rt300@0 14 <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
rt300@0 15 <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
rt300@0 16 <rect key="frame" x="0.0" y="0.0" width="1024" height="768"/>
rt300@0 17 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@0 18 <subviews>
rt300@0 19 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="4">
rt300@20 20 <rect key="frame" x="328" y="626" width="154" height="61"/>
rt300@0 21 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@20 22 <state key="normal" title="EXP" backgroundImage="buttron.png">
rt300@0 23 <color key="titleColor" red="0.28581259671449843" green="0.80918817934782605" blue="0.73026968770868927" alpha="1" colorSpace="calibratedRGB"/>
rt300@0 24 <color key="titleShadowColor" red="0.0" green="0.79530400815217395" blue="0.77655573399798061" alpha="1" colorSpace="calibratedRGB"/>
rt300@0 25 </state>
rt300@0 26 <connections>
rt300@20 27 <action selector="enterExpMode:" destination="-1" eventType="touchUpInside" id="CrH-pf-5B1"/>
rt300@0 28 <action selector="hide:" destination="-1" eventType="touchUpInside" id="55"/>
rt300@0 29 </connections>
rt300@0 30 </button>
rt300@20 31 <button appearanceType="aqua" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="WDx-XU-GHx">
rt300@20 32 <rect key="frame" x="510" y="626" width="142" height="61"/>
rt300@20 33 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@20 34 <state key="normal" title="TRAIN" backgroundImage="buttron.png">
rt300@20 35 <color key="titleColor" red="0.28581259669999998" green="0.80918817929999998" blue="0.7302696877" alpha="1" colorSpace="calibratedRGB"/>
rt300@20 36 <color key="titleShadowColor" red="0.0" green="0.79530400820000002" blue="0.776555734" alpha="1" colorSpace="calibratedRGB"/>
rt300@20 37 </state>
rt300@20 38 <connections>
rt300@20 39 <action selector="enterTrainMode:" destination="-1" eventType="touchUpInside" id="ptd-it-odB"/>
rt300@20 40 <action selector="hide:" destination="-1" eventType="touchUpInside" id="097-DM-YsD"/>
rt300@20 41 </connections>
rt300@20 42 </button>
rt300@20 43 <button appearanceType="aqua" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="ngS-Bg-YOQ">
rt300@20 44 <rect key="frame" x="679" y="626" width="152" height="61"/>
rt300@20 45 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@20 46 <state key="normal" title="SEARCH" backgroundImage="buttron.png">
rt300@20 47 <color key="titleColor" red="0.28581259669999998" green="0.80918817929999998" blue="0.7302696877" alpha="1" colorSpace="calibratedRGB"/>
rt300@20 48 <color key="titleShadowColor" red="0.0" green="0.79530400820000002" blue="0.776555734" alpha="1" colorSpace="calibratedRGB"/>
rt300@20 49 </state>
rt300@20 50 <connections>
rt300@20 51 <action selector="enterSearchMode:" destination="-1" eventType="touchUpInside" id="uD3-wA-ZcD"/>
rt300@20 52 <action selector="hide:" destination="-1" eventType="touchUpInside" id="pSz-nO-BgA"/>
rt300@20 53 </connections>
rt300@20 54 </button>
rt300@20 55 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Welcome to RIFTATHON." lineBreakMode="tailTruncation" numberOfLines="39" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="14">
rt300@0 56 <rect key="frame" x="158" y="-139" width="773" height="735"/>
rt300@0 57 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@0 58 <fontDescription key="fontDescription" type="system" pointSize="17"/>
rt300@0 59 <color key="textColor" red="0.72194573409571561" green="1" blue="0.83094137152153613" alpha="1" colorSpace="calibratedRGB"/>
rt300@0 60 <nil key="highlightedColor"/>
rt300@0 61 </label>
rt300@0 62 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="TWEAKATHON" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="50">
rt300@0 63 <rect key="frame" x="451" y="50" width="134" height="24"/>
rt300@0 64 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@0 65 <fontDescription key="fontDescription" type="system" pointSize="20"/>
rt300@0 66 <color key="textColor" red="0.33826699840000002" green="0.9053322399" blue="1" alpha="1" colorSpace="calibratedRGB"/>
rt300@0 67 <nil key="highlightedColor"/>
rt300@0 68 </label>
rt300@0 69 </subviews>
rt300@0 70 <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
rt300@0 71 <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
rt300@0 72 <simulatedScreenMetrics key="simulatedDestinationMetrics"/>
rt300@0 73 </view>
rt300@0 74 </objects>
rt300@0 75 <resources>
rt300@0 76 <image name="buttron.png" width="150" height="60"/>
rt300@0 77 </resources>
rt300@20 78 </document>