KSCloudBeatView.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="KSCloudBeatView">
  13. <rect key="frame" x="0.0" y="0.0" width="962" height="447"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nw6-6b-dtX">
  17. <rect key="frame" x="898" y="383" width="44" height="44"/>
  18. <constraints>
  19. <constraint firstAttribute="height" constant="44" id="50I-5Q-KEi"/>
  20. <constraint firstAttribute="width" constant="44" id="Fq3-2D-x47"/>
  21. </constraints>
  22. <state key="normal" image="cancle_button"/>
  23. <connections>
  24. <action selector="canclePlay:" destination="iN0-l3-epB" eventType="touchUpInside" id="A8a-hZ-y7x"/>
  25. </connections>
  26. </button>
  27. </subviews>
  28. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.52000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
  29. <constraints>
  30. <constraint firstAttribute="trailing" secondItem="Nw6-6b-dtX" secondAttribute="trailing" constant="20" id="0tM-AI-iEc"/>
  31. <constraint firstAttribute="bottom" secondItem="Nw6-6b-dtX" secondAttribute="bottom" constant="20" id="jly-MO-n7X"/>
  32. </constraints>
  33. <nil key="simulatedTopBarMetrics"/>
  34. <nil key="simulatedBottomBarMetrics"/>
  35. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  36. <point key="canvasLocation" x="473.91304347826093" y="-50.558035714285715"/>
  37. </view>
  38. </objects>
  39. <resources>
  40. <image name="cancle_button" width="20" height="20"/>
  41. </resources>
  42. </document>