YunMusicPlayVC.xib 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="YunMusicPlayVC">
  13. <connections>
  14. <outlet property="lrcView" destination="cbe-lZ-wQp" id="UI7-hW-WKx"/>
  15. <outlet property="misicEnd_Btn" destination="3y8-2t-Kef" id="VDy-tv-9XD"/>
  16. <outlet property="musicName_Lab" destination="EK0-nx-xFf" id="xPc-eR-Yzb"/>
  17. <outlet property="pauseMusic_Btn" destination="Wlw-L0-QpI" id="yZQ-43-BSB"/>
  18. <outlet property="soundEffect_Btn" destination="hsd-CB-BRK" id="PXw-nF-mW2"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. </connections>
  21. </placeholder>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  23. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  24. <rect key="frame" x="0.0" y="0.0" width="458" height="140"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hsd-CB-BRK">
  28. <rect key="frame" x="10" y="10" width="60" height="30"/>
  29. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="30" id="0Fe-e5-PaA"/>
  32. <constraint firstAttribute="width" constant="60" id="K3y-N4-1FR"/>
  33. </constraints>
  34. <state key="normal" image="ic_music_eff"/>
  35. <connections>
  36. <action selector="soundefectSet:" destination="-1" eventType="touchUpInside" id="ImF-xA-eLY"/>
  37. </connections>
  38. </button>
  39. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3y8-2t-Kef">
  40. <rect key="frame" x="80" y="10" width="60" height="30"/>
  41. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  42. <state key="normal" image="ic_music_stop"/>
  43. <connections>
  44. <action selector="soundEndBtnClick:" destination="-1" eventType="touchUpInside" id="H1s-HI-Y1g"/>
  45. </connections>
  46. </button>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wlw-L0-QpI">
  48. <rect key="frame" x="10" y="42" width="30" height="30"/>
  49. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="30" id="pK1-gx-f0O"/>
  52. <constraint firstAttribute="width" constant="30" id="tx5-HK-JBa"/>
  53. </constraints>
  54. <state key="normal" image="fw_relive_suspend"/>
  55. <connections>
  56. <action selector="pauseMusic:" destination="-1" eventType="touchUpInside" id="05D-G7-JZP"/>
  57. </connections>
  58. </button>
  59. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EK0-nx-xFf">
  60. <rect key="frame" x="48" y="42" width="402" height="30"/>
  61. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="30" id="J8g-Rk-zn7"/>
  64. </constraints>
  65. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  66. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  67. <nil key="highlightedColor"/>
  68. </label>
  69. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cbe-lZ-wQp" customClass="LrcShowView">
  70. <rect key="frame" x="10" y="74" width="428" height="65"/>
  71. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  72. <constraints>
  73. <constraint firstAttribute="height" constant="65" id="C9y-2t-IVB"/>
  74. </constraints>
  75. </view>
  76. </subviews>
  77. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  78. <constraints>
  79. <constraint firstItem="Wlw-L0-QpI" firstAttribute="top" secondItem="hsd-CB-BRK" secondAttribute="bottom" constant="2" id="1CF-4h-WLL"/>
  80. <constraint firstItem="cbe-lZ-wQp" firstAttribute="top" secondItem="EK0-nx-xFf" secondAttribute="bottom" constant="2" id="7aT-Tf-kRC"/>
  81. <constraint firstItem="cbe-lZ-wQp" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="10" id="FPZ-je-WuQ"/>
  82. <constraint firstItem="3y8-2t-Kef" firstAttribute="height" secondItem="hsd-CB-BRK" secondAttribute="height" id="Jvv-Xo-vVR"/>
  83. <constraint firstItem="3y8-2t-Kef" firstAttribute="leading" secondItem="hsd-CB-BRK" secondAttribute="trailing" constant="10" id="M9S-fs-7bj"/>
  84. <constraint firstItem="3y8-2t-Kef" firstAttribute="centerY" secondItem="hsd-CB-BRK" secondAttribute="centerY" id="NCG-6q-8MI"/>
  85. <constraint firstItem="3y8-2t-Kef" firstAttribute="width" secondItem="hsd-CB-BRK" secondAttribute="width" id="U1M-BJ-Slu"/>
  86. <constraint firstItem="Wlw-L0-QpI" firstAttribute="leading" secondItem="hsd-CB-BRK" secondAttribute="leading" id="Y28-ZN-SKH"/>
  87. <constraint firstItem="hsd-CB-BRK" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="10" id="YH7-ei-oJ8"/>
  88. <constraint firstItem="hsd-CB-BRK" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="10" id="ZbR-k7-NmJ"/>
  89. <constraint firstItem="EK0-nx-xFf" firstAttribute="leading" secondItem="Wlw-L0-QpI" secondAttribute="trailing" constant="8" id="jkY-kl-q2f"/>
  90. <constraint firstAttribute="trailing" secondItem="cbe-lZ-wQp" secondAttribute="trailing" constant="20" id="oHU-C3-Cge"/>
  91. <constraint firstAttribute="trailing" secondItem="EK0-nx-xFf" secondAttribute="trailing" constant="8" id="qB3-VU-vv7"/>
  92. <constraint firstItem="EK0-nx-xFf" firstAttribute="centerY" secondItem="Wlw-L0-QpI" secondAttribute="centerY" id="r2s-Qq-8qG"/>
  93. </constraints>
  94. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  95. <point key="canvasLocation" x="35" y="-149"/>
  96. </view>
  97. </objects>
  98. <resources>
  99. <image name="fw_relive_suspend" width="109" height="109"/>
  100. <image name="ic_music_eff" width="63" height="23"/>
  101. <image name="ic_music_stop" width="63" height="23"/>
  102. </resources>
  103. </document>