| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="choseMuiscVC">
- <connections>
- <outlet property="backBtn" destination="reV-6G-zX7" id="Rnf-Ha-5ee"/>
- <outlet property="closeBtn" destination="cCc-KP-4ik" id="ITW-KB-cKv"/>
- <outlet property="msearchbar" destination="gIL-MS-uKJ" id="oPu-CY-04D"/>
- <outlet property="mtableview" destination="Q1M-HY-Voy" id="QRg-HR-IGx"/>
- <outlet property="mtopconsth" destination="4bW-nr-pQy" id="Sow-4f-hwa"/>
- <outlet property="searchBtn" destination="3wh-CR-Wtm" id="WTs-jg-Pyl"/>
- <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="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5H0-Wa-NRb">
- <rect key="frame" x="0.0" y="0.0" width="414" height="55"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="My Playlist" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hit-zD-wPN">
- <rect key="frame" x="168.33333333333334" y="20" width="77.333333333333343" height="36"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="G9g-96-Qhk"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.10196078431372549" green="0.10196078431372549" blue="0.10196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField hidden="YES" opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="搜索歌曲" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gIL-MS-uKJ">
- <rect key="frame" x="35" y="20" width="364" height="36"/>
- <color key="backgroundColor" red="0.98039215686274506" green="0.98039215686274506" blue="0.98039215686274506" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="Npl-QO-kfI"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" returnKeyType="search"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="18"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cCc-KP-4ik">
- <rect key="frame" x="360" y="20.666666666666671" width="35" height="35"/>
- <constraints>
- <constraint firstAttribute="height" constant="35" id="TXa-Dl-wPb"/>
- <constraint firstAttribute="width" constant="35" id="YRJ-5Q-GPz"/>
- </constraints>
- <state key="normal" image="关闭 (8)"/>
- <connections>
- <action selector="backBtClicked:" destination="-1" eventType="touchUpInside" id="ufm-vZ-uej"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3wh-CR-Wtm">
- <rect key="frame" x="20" y="27" width="18" height="22"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="搜索 (10)"/>
- </button>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="reV-6G-zX7">
- <rect key="frame" x="20" y="27" width="10" height="22"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="返回 (1)"/>
- <connections>
- <action selector="backClick:" destination="-1" eventType="touchUpInside" id="D2L-L4-esT"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="cCc-KP-4ik" firstAttribute="top" secondItem="5H0-Wa-NRb" secondAttribute="top" constant="20.5" id="2KR-oq-gu8"/>
- <constraint firstItem="gIL-MS-uKJ" firstAttribute="centerY" secondItem="reV-6G-zX7" secondAttribute="centerY" id="3wK-cw-8Zo"/>
- <constraint firstAttribute="height" constant="55" id="4bW-nr-pQy"/>
- <constraint firstAttribute="trailing" secondItem="gIL-MS-uKJ" secondAttribute="trailing" constant="15" id="BC1-L1-ljY"/>
- <constraint firstItem="reV-6G-zX7" firstAttribute="centerY" secondItem="3wh-CR-Wtm" secondAttribute="centerY" id="ERj-jj-WRo"/>
- <constraint firstItem="Hit-zD-wPN" firstAttribute="centerX" secondItem="5H0-Wa-NRb" secondAttribute="centerX" id="Ptr-zO-EuW"/>
- <constraint firstItem="reV-6G-zX7" firstAttribute="leading" secondItem="3wh-CR-Wtm" secondAttribute="leading" id="UP9-Su-pyo"/>
- <constraint firstItem="gIL-MS-uKJ" firstAttribute="top" secondItem="5H0-Wa-NRb" secondAttribute="top" constant="20" id="buB-ww-BL4"/>
- <constraint firstItem="3wh-CR-Wtm" firstAttribute="leading" secondItem="5H0-Wa-NRb" secondAttribute="leading" constant="20" id="dFJ-0G-Tvx"/>
- <constraint firstItem="3wh-CR-Wtm" firstAttribute="top" secondItem="5H0-Wa-NRb" secondAttribute="top" constant="27" id="jD3-xU-Qkq"/>
- <constraint firstItem="gIL-MS-uKJ" firstAttribute="leading" secondItem="5H0-Wa-NRb" secondAttribute="leading" constant="35" id="k2r-x3-1rq"/>
- <constraint firstAttribute="trailing" secondItem="cCc-KP-4ik" secondAttribute="trailing" constant="19" id="okp-dl-197"/>
- <constraint firstItem="Hit-zD-wPN" firstAttribute="centerY" secondItem="reV-6G-zX7" secondAttribute="centerY" id="rMd-Ef-xzH"/>
- </constraints>
- </view>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Q1M-HY-Voy">
- <rect key="frame" x="0.0" y="55" width="414" height="584"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="DpK-dU-WA8"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="5H0-Wa-NRb" secondAttribute="trailing" id="1z1-e8-67t"/>
- <constraint firstAttribute="trailing" secondItem="Q1M-HY-Voy" secondAttribute="trailing" id="797-zT-0am"/>
- <constraint firstItem="5H0-Wa-NRb" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="DfM-mg-kpj"/>
- <constraint firstItem="Q1M-HY-Voy" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Ev0-rE-eTp"/>
- <constraint firstItem="5H0-Wa-NRb" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Hxz-lS-BNM"/>
- <constraint firstAttribute="bottom" secondItem="Q1M-HY-Voy" secondAttribute="bottom" constant="97" id="IMP-JR-tiM"/>
- <constraint firstItem="Q1M-HY-Voy" firstAttribute="top" secondItem="5H0-Wa-NRb" secondAttribute="bottom" id="tkK-c6-J6V"/>
- </constraints>
- <point key="canvasLocation" x="-95.200000000000003" y="348.57571214392806"/>
- </view>
- </objects>
- <resources>
- <image name="关闭 (8)" width="17" height="17"/>
- <image name="搜索 (10)" width="18" height="18"/>
- <image name="返回 (1)" width="10" height="17"/>
- </resources>
- </document>
|