HomeHotMusicCollectionCell.xib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="HomeHotMusicCollectionCell">
  14. <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b3a-8z-Zhd">
  21. <rect key="frame" x="0.0" y="0.0" width="318" height="277"/>
  22. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. <userDefinedRuntimeAttributes>
  24. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  25. <real key="value" value="10"/>
  26. </userDefinedRuntimeAttribute>
  27. <userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
  28. <size key="value" width="0.0" height="2"/>
  29. </userDefinedRuntimeAttribute>
  30. <userDefinedRuntimeAttribute type="color" keyPath="shadowUIColor">
  31. <color key="value" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="0.10000000000000001" colorSpace="custom" customColorSpace="calibratedRGB"/>
  32. </userDefinedRuntimeAttribute>
  33. <userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
  34. <real key="value" value="1"/>
  35. </userDefinedRuntimeAttribute>
  36. <userDefinedRuntimeAttribute type="number" keyPath="shadowRadius">
  37. <real key="value" value="2"/>
  38. </userDefinedRuntimeAttribute>
  39. </userDefinedRuntimeAttributes>
  40. </view>
  41. </subviews>
  42. </view>
  43. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  44. <constraints>
  45. <constraint firstItem="b3a-8z-Zhd" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1jb-2p-Wg2"/>
  46. <constraint firstItem="b3a-8z-Zhd" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="faw-3N-sfO"/>
  47. <constraint firstAttribute="bottom" secondItem="b3a-8z-Zhd" secondAttribute="bottom" id="jN3-T3-8xE"/>
  48. <constraint firstAttribute="trailing" secondItem="b3a-8z-Zhd" secondAttribute="trailing" id="tEC-pF-toV"/>
  49. </constraints>
  50. <size key="customSize" width="318" height="277"/>
  51. <connections>
  52. <outlet property="containerView" destination="b3a-8z-Zhd" id="X3l-nF-jpD"/>
  53. </connections>
  54. <point key="canvasLocation" x="326.08695652173918" y="153.68303571428569"/>
  55. </collectionViewCell>
  56. </objects>
  57. </document>