File: WaveviewViewController.xib

package info (click to toggle)
csound 1%3A6.18.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,416 kB
  • sloc: ansic: 192,636; cpp: 14,151; javascript: 9,654; objc: 9,181; java: 3,337; python: 3,333; sh: 1,783; yacc: 1,255; xml: 985; perl: 635; lisp: 411; tcl: 341; lex: 217; makefile: 126
file content (82 lines) | stat: -rw-r--r-- 6,630 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="WaveviewViewController" customModule="Csound_iOS_SwiftExamples" customModuleProvider="target">
            <connections>
                <outlet property="titleLabel" destination="DBM-mW-gYZ" id="n8M-bf-GxH"/>
                <outlet property="view" destination="1" id="3"/>
                <outlet property="waveview" destination="myc-jy-vNv" id="V7D-dy-Se6"/>
            </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="460"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4" customClass="Waveview">
                    <rect key="frame" x="0.0" y="100" width="320" height="260"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="myc-jy-vNv" customClass="Waveview" customModule="Csound_iOS_SwiftExamples" customModuleProvider="target">
                            <rect key="frame" x="0.0" y="8" width="320" height="260"/>
                            <color key="backgroundColor" red="0.14266735406091369" green="0.14266735406091369" blue="0.14266735406091369" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        </view>
                    </subviews>
                    <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="myc-jy-vNv" secondAttribute="trailing" id="0f5-Vg-dxT"/>
                        <constraint firstItem="myc-jy-vNv" firstAttribute="leading" secondItem="4" secondAttribute="leading" id="Kar-dx-QEK"/>
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sine" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DBM-mW-gYZ">
                    <rect key="frame" x="143.5" y="71" width="33.5" height="21"/>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VcG-Sh-N7z">
                    <rect key="frame" x="16" y="69" width="25" height="25"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="25" id="dBP-GG-3na"/>
                        <constraint firstAttribute="height" constant="25" id="vxV-UM-JA1"/>
                    </constraints>
                    <state key="normal" title="Button" image="InfoButtonWhite"/>
                    <connections>
                        <action selector="showInfo:" destination="-1" eventType="touchUpInside" id="z6h-6O-BSV"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="DBM-mW-gYZ" firstAttribute="top" secondItem="1" secondAttribute="top" constant="71" id="63h-6J-3oO"/>
                <constraint firstItem="VcG-Sh-N7z" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="16" id="7Nx-S1-GDo"/>
                <constraint firstItem="myc-jy-vNv" firstAttribute="top" secondItem="DBM-mW-gYZ" secondAttribute="bottom" constant="16" id="OfG-YO-3qJ"/>
                <constraint firstAttribute="trailing" secondItem="4" secondAttribute="trailing" id="Qhq-0c-AH0"/>
                <constraint firstAttribute="centerX" secondItem="4" secondAttribute="centerX" id="YZb-Kf-9Cs"/>
                <constraint firstAttribute="bottom" secondItem="myc-jy-vNv" secondAttribute="bottom" constant="92" id="cGS-4N-cP6"/>
                <constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="100" id="d3G-yd-Qvm"/>
                <constraint firstItem="4" firstAttribute="top" secondItem="1" secondAttribute="top" constant="100" id="eGU-bd-5cI"/>
                <constraint firstAttribute="centerY" secondItem="4" secondAttribute="centerY" id="ePc-O1-OW5"/>
                <constraint firstItem="VcG-Sh-N7z" firstAttribute="centerY" secondItem="DBM-mW-gYZ" secondAttribute="centerY" id="o6Z-el-XPD"/>
                <constraint firstItem="4" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="tqQ-82-l7Z"/>
                <constraint firstItem="DBM-mW-gYZ" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="zBX-Rv-JHd"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
        </view>
    </objects>
    <resources>
        <image name="InfoButtonWhite" width="25" height="25"/>
    </resources>
    <simulatedMetricsContainer key="defaultSimulatedMetrics">
        <simulatedStatusBarMetrics key="statusBar"/>
        <simulatedOrientationMetrics key="orientation"/>
        <simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
    </simulatedMetricsContainer>
</document>