ArtistCollectionViewCell.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="fI9-1M-oXc" userLabel="Artist Collection View Cell" customClass="ArtistCollectionViewCell" customModule="VLC" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="480" height="80"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  18. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  19. <rect key="frame" x="0.0" y="0.0" width="480" height="80"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Nb7-g2-bfe">
  23. <rect key="frame" x="0.0" y="0.0" width="480" height="80"/>
  24. <subviews>
  25. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Pzk-JI-feR" userLabel="Thumbnail">
  26. <rect key="frame" x="0.0" y="12" width="56" height="56"/>
  27. <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="56" id="J0U-RA-XMJ"/>
  30. <constraint firstAttribute="width" secondItem="Pzk-JI-feR" secondAttribute="height" multiplier="1:1" id="rER-R7-FEy"/>
  31. </constraints>
  32. </imageView>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yqb-DZ-IMW" userLabel="Titlelabel">
  34. <rect key="frame" x="64" y="30" width="416" height="20.5"/>
  35. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. </stackView>
  41. </subviews>
  42. </view>
  43. <constraints>
  44. <constraint firstItem="Nb7-g2-bfe" firstAttribute="leading" secondItem="35G-Qy-Qgr" secondAttribute="leading" id="5ci-DO-npT"/>
  45. <constraint firstItem="35G-Qy-Qgr" firstAttribute="bottom" secondItem="Nb7-g2-bfe" secondAttribute="bottom" id="EYI-Xl-HI5"/>
  46. <constraint firstItem="35G-Qy-Qgr" firstAttribute="trailing" secondItem="Nb7-g2-bfe" secondAttribute="trailing" id="NBx-qQ-d6o"/>
  47. <constraint firstItem="Nb7-g2-bfe" firstAttribute="top" secondItem="35G-Qy-Qgr" secondAttribute="top" id="SYo-ET-B2N"/>
  48. </constraints>
  49. <viewLayoutGuide key="safeArea" id="35G-Qy-Qgr"/>
  50. <size key="customSize" width="480" height="213"/>
  51. <connections>
  52. <outlet property="thumbnailView" destination="Pzk-JI-feR" id="EIq-7H-jM2"/>
  53. <outlet property="titleLabel" destination="Yqb-DZ-IMW" id="OMw-8z-eHS"/>
  54. </connections>
  55. <point key="canvasLocation" x="110" y="-53.5"/>
  56. </collectionViewCell>
  57. </objects>
  58. </document>