annotate IntroViewController.xib @ 52:89944ab3e129 tip

fix oF linker errors ios8
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 03 Feb 2015 13:18:23 +0000
parents d0f6c5293d6a
children
rev   line source
rt300@0 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
rt300@45 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
rt300@0 3 <dependencies>
rt300@45 4 <deployment identifier="iOS"/>
rt300@45 5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
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@42 20 <rect key="frame" x="133" y="529" 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@42 23 <color key="titleColor" red="0.28627450980392155" green="0.80784313725490198" blue="0.73333333333333328" 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@45 31 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="WDx-XU-GHx">
rt300@50 32 <rect key="frame" x="548" y="529" 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@45 43 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="ngS-Bg-YOQ">
rt300@50 44 <rect key="frame" x="338" y="529" width="152" height="61"/>
rt300@20 45 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@45 46 <state key="normal" title="DEMO" 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@45 51 <action selector="enterDemoMode:" destination="-1" eventType="touchUpInside" id="3B6-Qt-Rdf"/>
rt300@20 52 <action selector="hide:" destination="-1" eventType="touchUpInside" id="pSz-nO-BgA"/>
rt300@20 53 </connections>
rt300@20 54 </button>
rt300@45 55 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="Lu7-vf-MBo">
rt300@50 56 <rect key="frame" x="747" y="529" width="152" height="61"/>
rt300@32 57 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@50 58 <state key="normal" title="MEMORY" backgroundImage="buttron.png">
rt300@32 59 <color key="titleColor" red="0.28581259669999998" green="0.80918817929999998" blue="0.7302696877" alpha="1" colorSpace="calibratedRGB"/>
rt300@32 60 <color key="titleShadowColor" red="0.0" green="0.79530400820000002" blue="0.776555734" alpha="1" colorSpace="calibratedRGB"/>
rt300@32 61 </state>
rt300@32 62 <connections>
rt300@32 63 <action selector="enterPerformMode:" destination="-1" eventType="touchUpInside" id="8IK-qh-e6h"/>
rt300@32 64 <action selector="hide:" destination="-1" eventType="touchUpInside" id="hEY-Hb-kXd"/>
rt300@32 65 </connections>
rt300@32 66 </button>
rt300@32 67 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="6 PARAMETER CHALLENGE" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="50">
rt300@42 68 <rect key="frame" x="384" y="76" width="256" height="24"/>
rt300@0 69 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@0 70 <fontDescription key="fontDescription" type="system" pointSize="20"/>
rt300@42 71 <color key="textColor" red="0.3843137254901961" green="0.74117647058823533" blue="0.6470588235294118" alpha="1" colorSpace="calibratedRGB"/>
rt300@0 72 <nil key="highlightedColor"/>
rt300@0 73 </label>
rt300@45 74 <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" id="kLk-IB-COx">
rt300@42 75 <rect key="frame" x="370" y="370" width="284" height="29"/>
rt300@27 76 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@27 77 <segments>
rt300@27 78 <segment title="SLIDERS"/>
rt300@27 79 <segment title="LEAP"/>
rt300@27 80 </segments>
rt300@27 81 <connections>
rt300@27 82 <action selector="oninterfaceSelect:" destination="-1" eventType="valueChanged" id="CA1-3J-YuB"/>
rt300@27 83 </connections>
rt300@27 84 </segmentedControl>
rt300@50 85 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Welcome to the 6 parameter challenge. Please select an interface type and experiment stage. " textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="39" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="14">
rt300@50 86 <rect key="frame" x="126" y="114" width="773" height="248"/>
rt300@50 87 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
rt300@50 88 <fontDescription key="fontDescription" type="system" pointSize="17"/>
rt300@50 89 <color key="textColor" red="0.43737351462381929" green="0.85799400252525249" blue="0.7533196695497848" alpha="1" colorSpace="calibratedRGB"/>
rt300@50 90 <nil key="highlightedColor"/>
rt300@50 91 </label>
rt300@0 92 </subviews>
rt300@0 93 <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
rt300@45 94 <nil key="simulatedStatusBarMetrics"/>
rt300@0 95 <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
rt300@0 96 </view>
rt300@0 97 </objects>
rt300@0 98 <resources>
rt300@0 99 <image name="buttron.png" width="150" height="60"/>
rt300@0 100 </resources>
rt300@45 101 <simulatedMetricsContainer key="defaultSimulatedMetrics">
rt300@45 102 <simulatedStatusBarMetrics key="statusBar"/>
rt300@45 103 <simulatedOrientationMetrics key="orientation"/>
rt300@45 104 <simulatedScreenMetrics key="destination"/>
rt300@45 105 </simulatedMetricsContainer>
rt300@20 106 </document>