BogoNoblePrivilegeCell.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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" 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="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="BogoNoblePrivilegeCell">
  13. <rect key="frame" x="0.0" y="0.0" width="197" height="117"/>
  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="197" height="117"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jrW-cm-3QQ">
  20. <rect key="frame" x="75.5" y="10" width="46" height="46"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="46" id="f17-H7-6bM"/>
  23. <constraint firstAttribute="height" constant="46" id="yBD-TD-prv"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YSx-Op-txO">
  27. <rect key="frame" x="3" y="68" width="191" height="13.5"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  29. <color key="textColor" red="0.74509803921568629" green="0.59607843137254901" blue="0.32941176470588235" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. </view>
  34. <constraints>
  35. <constraint firstAttribute="trailing" secondItem="YSx-Op-txO" secondAttribute="trailing" constant="3" id="2WJ-YP-ugx"/>
  36. <constraint firstItem="jrW-cm-3QQ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="10" id="UB4-hB-mV1"/>
  37. <constraint firstItem="YSx-Op-txO" firstAttribute="centerX" secondItem="jrW-cm-3QQ" secondAttribute="centerX" id="iA7-gE-hgw"/>
  38. <constraint firstItem="YSx-Op-txO" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="3" id="t9X-Yh-tRf"/>
  39. <constraint firstItem="jrW-cm-3QQ" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="v2u-H8-f5L"/>
  40. <constraint firstItem="YSx-Op-txO" firstAttribute="top" secondItem="jrW-cm-3QQ" secondAttribute="bottom" constant="12" id="vnC-JP-gPu"/>
  41. </constraints>
  42. <size key="customSize" width="197" height="117"/>
  43. <connections>
  44. <outlet property="iconImgView" destination="jrW-cm-3QQ" id="tZ1-rM-vz0"/>
  45. <outlet property="privilegeLabel" destination="YSx-Op-txO" id="0RW-jO-liD"/>
  46. </connections>
  47. <point key="canvasLocation" x="152.89855072463769" y="71.316964285714278"/>
  48. </collectionViewCell>
  49. </objects>
  50. </document>