BogoDTHeadCell.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="BogoDTHeadCell">
  13. <rect key="frame" x="0.0" y="0.0" width="116" height="116"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="116" height="116"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RWc-f8-F2p">
  20. <rect key="frame" x="0.0" y="0.0" width="116" height="116"/>
  21. </imageView>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="live_preview_cover_dark_bg" translatesAutoresizingMaskIntoConstraints="NO" id="coa-IK-pOg">
  23. <rect key="frame" x="0.0" y="81" width="116" height="35"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="35" id="gUL-lM-SCD"/>
  26. </constraints>
  27. </imageView>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nIq-NM-xaJ">
  29. <rect key="frame" x="10" y="86" width="96" height="20"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="20" id="q2P-J3-2a0"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  35. <state key="normal" title="Button">
  36. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. </state>
  38. </button>
  39. </subviews>
  40. </view>
  41. <constraints>
  42. <constraint firstAttribute="bottom" secondItem="coa-IK-pOg" secondAttribute="bottom" id="06h-8b-LM1"/>
  43. <constraint firstAttribute="bottom" secondItem="nIq-NM-xaJ" secondAttribute="bottom" constant="10" id="ArX-aY-H7C"/>
  44. <constraint firstAttribute="trailing" secondItem="coa-IK-pOg" secondAttribute="trailing" id="B0Q-fg-ICL"/>
  45. <constraint firstAttribute="bottom" secondItem="RWc-f8-F2p" secondAttribute="bottom" id="Brl-tJ-jl8"/>
  46. <constraint firstItem="RWc-f8-F2p" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="IFW-0r-H4l"/>
  47. <constraint firstItem="coa-IK-pOg" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="VD8-qx-511"/>
  48. <constraint firstAttribute="trailing" secondItem="nIq-NM-xaJ" secondAttribute="trailing" constant="10" id="bAV-Pa-j54"/>
  49. <constraint firstAttribute="trailing" secondItem="RWc-f8-F2p" secondAttribute="trailing" id="fBo-Ng-DHY"/>
  50. <constraint firstItem="RWc-f8-F2p" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="nwg-79-iD2"/>
  51. <constraint firstItem="nIq-NM-xaJ" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="10" id="xus-X5-4kn"/>
  52. </constraints>
  53. <size key="customSize" width="208" height="171"/>
  54. <connections>
  55. <outlet property="imgView" destination="RWc-f8-F2p" id="CDi-xq-Vdy"/>
  56. <outlet property="topicTitleBtn" destination="nIq-NM-xaJ" id="Rcn-Wo-mfX"/>
  57. </connections>
  58. <point key="canvasLocation" x="82.608695652173921" y="127.90178571428571"/>
  59. </collectionViewCell>
  60. </objects>
  61. <resources>
  62. <image name="live_preview_cover_dark_bg" width="140" height="50"/>
  63. </resources>
  64. </document>