123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
- <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="KSCloudBeatView">
- <rect key="frame" x="0.0" y="0.0" width="962" height="447"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nw6-6b-dtX">
- <rect key="frame" x="898" y="383" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="50I-5Q-KEi"/>
- <constraint firstAttribute="width" constant="44" id="Fq3-2D-x47"/>
- </constraints>
- <state key="normal" image="cancle_button"/>
- <connections>
- <action selector="canclePlay:" destination="iN0-l3-epB" eventType="touchUpInside" id="A8a-hZ-y7x"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.52000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Nw6-6b-dtX" secondAttribute="trailing" constant="20" id="0tM-AI-iEc"/>
- <constraint firstAttribute="bottom" secondItem="Nw6-6b-dtX" secondAttribute="bottom" constant="20" id="jly-MO-n7X"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <point key="canvasLocation" x="473.91304347826093" y="-50.558035714285715"/>
- </view>
- </objects>
- <resources>
- <image name="cancle_button" width="20" height="20"/>
- </resources>
- </document>
|