123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="HomeHotMusicCollectionCell">
- <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b3a-8z-Zhd">
- <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="10"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
- <size key="value" width="0.0" height="2"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="color" keyPath="shadowUIColor">
- <color key="value" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="0.10000000000000001" colorSpace="custom" customColorSpace="calibratedRGB"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
- <real key="value" value="1"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="shadowRadius">
- <real key="value" value="2"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstItem="b3a-8z-Zhd" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1jb-2p-Wg2"/>
- <constraint firstItem="b3a-8z-Zhd" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="faw-3N-sfO"/>
- <constraint firstAttribute="bottom" secondItem="b3a-8z-Zhd" secondAttribute="bottom" id="jN3-T3-8xE"/>
- <constraint firstAttribute="trailing" secondItem="b3a-8z-Zhd" secondAttribute="trailing" id="tEC-pF-toV"/>
- </constraints>
- <size key="customSize" width="318" height="277"/>
- <connections>
- <outlet property="containerView" destination="b3a-8z-Zhd" id="X3l-nF-jpD"/>
- </connections>
- <point key="canvasLocation" x="326.08695652173918" y="153.68303571428569"/>
- </collectionViewCell>
- </objects>
- </document>
|