| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="SuperPlayerSoundEffectSliderView">
- <rect key="frame" x="0.0" y="0.0" width="200" height="196"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="伴奏" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hNx-Yr-AMx">
- <rect key="frame" x="30" y="168" width="60" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="60" id="RLy-4S-KXM"/>
- <constraint firstAttribute="height" constant="21" id="e7w-ba-CgB"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="人声" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D2o-LI-axS">
- <rect key="frame" x="110" y="168" width="60" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="6rS-OJ-Wn6"/>
- <constraint firstAttribute="width" constant="60" id="YvL-5n-eOD"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.5" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="Mlk-cO-X8A">
- <rect key="frame" x="62.5" y="80" width="155" height="31"/>
- <color key="tintColor" red="1" green="0.2833994983" blue="0.26053302290000002" alpha="1" colorSpace="calibratedRGB"/>
- <connections>
- <action selector="voiceValueChangeClick:" destination="iN0-l3-epB" eventType="valueChanged" id="MPe-Gj-jN1"/>
- </connections>
- </slider>
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.5" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="fMI-5V-d5y">
- <rect key="frame" x="-17.5" y="80" width="155" height="31"/>
- <color key="tintColor" red="1" green="0.2833994983" blue="0.26053302290000002" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="151" id="jKb-qU-cE5"/>
- </constraints>
- <connections>
- <action selector="accompanyChangeValueClick:" destination="iN0-l3-epB" eventType="valueChanged" id="5VI-o9-cal"/>
- </connections>
- </slider>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="hNx-Yr-AMx" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="30" id="0SD-Vy-WEH"/>
- <constraint firstItem="D2o-LI-axS" firstAttribute="centerX" secondItem="Mlk-cO-X8A" secondAttribute="centerX" id="3nG-qk-s5P"/>
- <constraint firstItem="hNx-Yr-AMx" firstAttribute="centerX" secondItem="fMI-5V-d5y" secondAttribute="centerX" id="4iI-X0-Zld"/>
- <constraint firstItem="Mlk-cO-X8A" firstAttribute="centerY" secondItem="fMI-5V-d5y" secondAttribute="centerY" id="EQ0-2Z-NJR"/>
- <constraint firstAttribute="bottom" secondItem="hNx-Yr-AMx" secondAttribute="bottom" constant="7" id="Ekg-8o-XfR"/>
- <constraint firstItem="Mlk-cO-X8A" firstAttribute="height" secondItem="fMI-5V-d5y" secondAttribute="height" id="Nim-vi-1yp"/>
- <constraint firstItem="fMI-5V-d5y" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="80" id="UXA-f3-j04"/>
- <constraint firstAttribute="trailing" secondItem="D2o-LI-axS" secondAttribute="trailing" constant="30" id="Zcy-sg-jHi"/>
- <constraint firstAttribute="bottom" secondItem="D2o-LI-axS" secondAttribute="bottom" constant="7" id="okS-mF-xbI"/>
- <constraint firstItem="Mlk-cO-X8A" firstAttribute="width" secondItem="fMI-5V-d5y" secondAttribute="width" id="ptk-OT-q2x"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="accompanySlider" destination="fMI-5V-d5y" id="qfs-ZY-Qss"/>
- <outlet property="voiceSlider" destination="Mlk-cO-X8A" id="LLY-Yh-Q1P"/>
- </connections>
- <point key="canvasLocation" x="27" y="-68"/>
- </view>
- </objects>
- </document>
|