blob: 46827444e07205165f756856e43cf9881a6881da [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ChangeAudioVolumeVC">
<connections>
<outlet property="muteButton" destination="p0H-hp-24m" id="f0Z-FH-2VX"/>
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="Hz6-mo-xeY">
<rect key="frame" x="0.0" y="0.0" width="30" height="114"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView distribution="equalSpacing" orientation="vertical" alignment="centerX" spacing="2" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="F4N-Bd-KEg">
<rect key="frame" x="0.0" y="5" width="30" height="104"/>
<subviews>
<slider horizontalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QjF-4g-sbB">
<rect key="frame" x="6" y="36" width="19" height="70"/>
<constraints>
<constraint firstAttribute="height" constant="65" id="0Cc-46-IMi"/>
</constraints>
<sliderCell key="cell" alignment="left" minValue="-1" maxValue="1" tickMarkPosition="right" sliderType="linear" id="Hpw-Pa-agz"/>
<connections>
<action selector="setDeviceVolume:" target="-2" id="C3U-dF-5H5"/>
</connections>
</slider>
<box verticalHuggingPriority="751" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ZER-VK-bb8">
<rect key="frame" x="0.0" y="27" width="30" height="5"/>
</box>
<button translatesAutoresizingMaskIntoConstraints="NO" id="p0H-hp-24m">
<rect key="frame" x="5" y="0.0" width="20" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="jOh-PZ-X2R"/>
<constraint firstAttribute="width" constant="20" id="nc1-ZP-uOt"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="sound_off" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="hY0-ei-SL4">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<color key="contentTintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="104" id="rlc-dU-Meh"/>
<constraint firstAttribute="width" constant="30" id="uiO-J1-Ueh"/>
</constraints>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="F4N-Bd-KEg" secondAttribute="bottom" constant="5" id="GRs-cT-ycq"/>
<constraint firstItem="F4N-Bd-KEg" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="glw-Jz-r9F"/>
<constraint firstAttribute="trailing" secondItem="F4N-Bd-KEg" secondAttribute="trailing" id="kYS-Ei-psh"/>
<constraint firstItem="F4N-Bd-KEg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="yUI-YF-ddg"/>
</constraints>
<point key="canvasLocation" x="-298" y="167"/>
</customView>
</objects>
<resources>
<image name="sound_off" width="70" height="70"/>
</resources>
</document>