| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
- <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="BogoPKAudienceCell">
- <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="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="g4F-Dc-KPB">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- </imageView>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstItem="g4F-Dc-KPB" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="5sW-tb-yLb"/>
- <constraint firstAttribute="bottom" secondItem="g4F-Dc-KPB" secondAttribute="bottom" id="IUU-GC-2OI"/>
- <constraint firstItem="g4F-Dc-KPB" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="i8Q-NR-ok1"/>
- <constraint firstAttribute="trailing" secondItem="g4F-Dc-KPB" secondAttribute="trailing" id="wXI-y5-Fdf"/>
- </constraints>
- <connections>
- <outlet property="imgView" destination="g4F-Dc-KPB" id="Ub3-ig-tcJ"/>
- </connections>
- <point key="canvasLocation" x="-122" y="55"/>
- </collectionViewCell>
- </objects>
- </document>
|