InputSoundController.xib 5キロバイト
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="InputSoundController">
            <connections>
                <outlet property="btn0" destination="PpR-jP-zBp" id="3vy-Dd-cfz"/>
                <outlet property="btn1" destination="AoY-L8-av3" id="XJd-q4-Hsz"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MGO-KK-hkK">
                    <rect key="frame" x="0.0" y="23" width="375" height="44"/>
                    <items>
                        <navigationItem title="サウンドの設定" id="3l5-OJ-hVk">
                            <barButtonItem key="leftBarButtonItem" title="戻る" id="aaD-A8-qxu">
                                <connections>
                                    <action selector="cancelButtonClicked:" destination="-1" id="92j-lv-7mZ"/>
                                </connections>
                            </barButtonItem>
                            <barButtonItem key="rightBarButtonItem" title="保存" id="tfS-NB-bAa">
                                <connections>
                                    <action selector="saveButtonClicked:" destination="-1" id="Ct8-Yt-cqf"/>
                                </connections>
                            </barButtonItem>
                        </navigationItem>
                    </items>
                </navigationBar>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PpR-jP-zBp">
                    <rect key="frame" x="140" y="121" width="94" height="30"/>
                    <state key="normal" title="サウンド OFF"/>
                    <connections>
                        <action selector="btn0:" destination="-1" eventType="touchUpInside" id="D2i-qV-r6l"/>
                    </connections>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AoY-L8-av3">
                    <rect key="frame" x="143" y="184" width="88" height="30"/>
                    <state key="normal" title="サウンド ON"/>
                    <connections>
                        <action selector="btn1:" destination="-1" eventType="touchUpInside" id="YsA-cp-CR4"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="PpR-jP-zBp" firstAttribute="top" secondItem="MGO-KK-hkK" secondAttribute="bottom" constant="54" id="4bz-HU-IHi"/>
                <constraint firstItem="AoY-L8-av3" firstAttribute="top" secondItem="PpR-jP-zBp" secondAttribute="bottom" constant="33" id="BWX-2h-now"/>
                <constraint firstItem="MGO-KK-hkK" firstAttribute="centerX" secondItem="PpR-jP-zBp" secondAttribute="centerX" id="HE0-AV-Sn0"/>
                <constraint firstItem="MGO-KK-hkK" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="JBI-H3-7oh"/>
                <constraint firstItem="PpR-jP-zBp" firstAttribute="centerX" secondItem="AoY-L8-av3" secondAttribute="centerX" id="pYf-oQ-Q5a"/>
                <constraint firstAttribute="trailing" secondItem="MGO-KK-hkK" secondAttribute="trailing" id="rjh-dO-gU9"/>
                <constraint firstItem="MGO-KK-hkK" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="23" id="vcv-dy-VMf"/>
            </constraints>
        </view>
        <barButtonItem title="Item" id="kIx-dO-d7Q"/>
    </objects>
</document>