BogoPKAudienceCell.xib 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="BogoPKAudienceCell">
  14. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="g4F-Dc-KPB">
  21. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  22. </imageView>
  23. </subviews>
  24. </view>
  25. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  26. <constraints>
  27. <constraint firstItem="g4F-Dc-KPB" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="5sW-tb-yLb"/>
  28. <constraint firstAttribute="bottom" secondItem="g4F-Dc-KPB" secondAttribute="bottom" id="IUU-GC-2OI"/>
  29. <constraint firstItem="g4F-Dc-KPB" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="i8Q-NR-ok1"/>
  30. <constraint firstAttribute="trailing" secondItem="g4F-Dc-KPB" secondAttribute="trailing" id="wXI-y5-Fdf"/>
  31. </constraints>
  32. <connections>
  33. <outlet property="imgView" destination="g4F-Dc-KPB" id="Ub3-ig-tcJ"/>
  34. </connections>
  35. <point key="canvasLocation" x="-122" y="55"/>
  36. </collectionViewCell>
  37. </objects>
  38. </document>