1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina3_5" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TrappedGeneratorViewController">
<connections>
<outlet property="view" destination="1" id="3"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="1">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="68" y="84" width="185" height="30"/>
<state key="normal" title="Render Trapped in Convert">
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="generateTrappedToDocumentsFolder:" destination="-1" eventType="touchUpInside" id="18"/>
</connections>
</button>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="tailTruncation" numberOfLines="6" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="47" y="130" width="225" height="122"/>
<string key="text">This will generate Dr. Richard Boulanger's "Trapped in Convert" to the Documents folder of this application. This example demonstrates how to use Csound as a batch renderer.</string>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8Ts-He-EqS">
<rect key="frame" x="145" y="303" width="30" height="30"/>
<state key="normal" title="Play"/>
<connections>
<action selector="play:" destination="-1" eventType="touchUpInside" id="FQj-Rc-BKM"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5zY-xC-ArJ">
<rect key="frame" x="144" y="341" width="32" height="30"/>
<state key="normal" title="Stop"/>
<connections>
<action selector="stop:" destination="-1" eventType="touchUpInside" id="eQ2-Oa-Mw1"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yHZ-6L-BH1">
<rect key="frame" x="16" y="87" width="25" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="vsz-5Z-EOE"/>
<constraint firstAttribute="width" constant="25" id="w5K-4F-95M"/>
</constraints>
<state key="normal" title="Button" image="InfoButton"/>
<connections>
<action selector="showInfo:" destination="-1" eventType="touchUpInside" id="n29-dm-dPk"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="8" firstAttribute="top" secondItem="4" secondAttribute="bottom" constant="16" id="4kD-mx-yAa"/>
<constraint firstAttribute="trailing" secondItem="8" secondAttribute="trailing" constant="48" id="BHu-IQ-dJd"/>
<constraint firstItem="yHZ-6L-BH1" firstAttribute="centerY" secondItem="4" secondAttribute="centerY" id="BTQ-8S-0Io"/>
<constraint firstItem="5zY-xC-ArJ" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="Ra2-8k-EbH"/>
<constraint firstItem="8" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="47" id="Vfs-zh-G9Y"/>
<constraint firstItem="5zY-xC-ArJ" firstAttribute="top" secondItem="8Ts-He-EqS" secondAttribute="bottom" constant="8" id="YBw-O0-elq"/>
<constraint firstItem="yHZ-6L-BH1" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="16" id="dl5-Lg-EsN"/>
<constraint firstItem="8Ts-He-EqS" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="eoX-3O-0N8"/>
<constraint firstItem="8Ts-He-EqS" firstAttribute="top" secondItem="8" secondAttribute="bottom" constant="51" id="gvc-5t-b13"/>
<constraint firstItem="8" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="n5C-oy-auF"/>
<constraint firstItem="4" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="r2k-3q-OjW"/>
<constraint firstItem="4" firstAttribute="top" secondItem="1" secondAttribute="top" constant="84" id="zOU-ED-60P"/>
</constraints>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
</view>
</objects>
<resources>
<image name="InfoButton" width="25" height="25"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>
|