| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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="BogoLiveGiftViewPeopleCell">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="WrU-3q-FAq">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="15"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- <label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DTv-Ow-UQS">
- <rect key="frame" x="33" y="33" width="17" height="17"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.19692681760204081" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="GrA-z7-L0e"/>
- <constraint firstAttribute="width" constant="17" id="qo6-fT-Ecw"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <real key="value" value="8.5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </label>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IK3-aF-b20">
- <rect key="frame" x="33" y="33" width="17" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="4If-af-Czc"/>
- <constraint firstAttribute="width" constant="17" id="F7v-sN-RbW"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="DTv-Ow-UQS" secondAttribute="bottom" id="4Me-xX-On0"/>
- <constraint firstAttribute="trailing" secondItem="WrU-3q-FAq" secondAttribute="trailing" id="7ZM-CY-h4w"/>
- <constraint firstAttribute="bottom" secondItem="WrU-3q-FAq" secondAttribute="bottom" id="FOY-bd-R1J"/>
- <constraint firstItem="WrU-3q-FAq" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="GB0-oC-2qN"/>
- <constraint firstAttribute="trailing" secondItem="DTv-Ow-UQS" secondAttribute="trailing" id="lzQ-y6-lO4"/>
- <constraint firstAttribute="trailing" secondItem="IK3-aF-b20" secondAttribute="trailing" id="p2r-rn-0DI"/>
- <constraint firstAttribute="bottom" secondItem="IK3-aF-b20" secondAttribute="bottom" id="shc-zv-WQG"/>
- <constraint firstItem="WrU-3q-FAq" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="z3G-lr-Xxx"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <connections>
- <outlet property="iconImageView" destination="WrU-3q-FAq" id="zAl-6N-7UW"/>
- <outlet property="masterImageView" destination="IK3-aF-b20" id="laK-Is-laU"/>
- <outlet property="numberLabel" destination="DTv-Ow-UQS" id="dhd-mf-QFE"/>
- </connections>
- <point key="canvasLocation" x="250.72463768115944" y="163.39285714285714"/>
- </collectionViewCell>
- </objects>
- </document>
|