| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?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" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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="BogoNoblePrivilegeCell">
- <rect key="frame" x="0.0" y="0.0" width="197" height="117"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="197" height="117"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jrW-cm-3QQ">
- <rect key="frame" x="75.5" y="10" width="46" height="46"/>
- <constraints>
- <constraint firstAttribute="width" constant="46" id="f17-H7-6bM"/>
- <constraint firstAttribute="height" constant="46" id="yBD-TD-prv"/>
- </constraints>
- </imageView>
- <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">
- <rect key="frame" x="3" y="68" width="191" height="13.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <color key="textColor" red="0.74509803921568629" green="0.59607843137254901" blue="0.32941176470588235" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="YSx-Op-txO" secondAttribute="trailing" constant="3" id="2WJ-YP-ugx"/>
- <constraint firstItem="jrW-cm-3QQ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="10" id="UB4-hB-mV1"/>
- <constraint firstItem="YSx-Op-txO" firstAttribute="centerX" secondItem="jrW-cm-3QQ" secondAttribute="centerX" id="iA7-gE-hgw"/>
- <constraint firstItem="YSx-Op-txO" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="3" id="t9X-Yh-tRf"/>
- <constraint firstItem="jrW-cm-3QQ" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="v2u-H8-f5L"/>
- <constraint firstItem="YSx-Op-txO" firstAttribute="top" secondItem="jrW-cm-3QQ" secondAttribute="bottom" constant="12" id="vnC-JP-gPu"/>
- </constraints>
- <size key="customSize" width="197" height="117"/>
- <connections>
- <outlet property="iconImgView" destination="jrW-cm-3QQ" id="tZ1-rM-vz0"/>
- <outlet property="privilegeLabel" destination="YSx-Op-txO" id="0RW-jO-liD"/>
- </connections>
- <point key="canvasLocation" x="152.89855072463769" y="71.316964285714278"/>
- </collectionViewCell>
- </objects>
- </document>
|