KMAdvertisementShowScroll_iOS.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KMAdvertisementShowScroll_iOS" customModule="KMAdvertisement_iOS">
  13. <connections>
  14. <outlet property="collectionView" destination="fgr-8e-fgc" id="Sre-IR-1my"/>
  15. <outlet property="contentView" destination="iN0-l3-epB" id="wkq-d2-mLP"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="iN0-l3-epB">
  20. <rect key="frame" x="0.0" y="0.0" width="391" height="221"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="fgr-8e-fgc">
  24. <rect key="frame" x="0.0" y="0.0" width="391" height="221"/>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  26. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="qoP-II-eKq">
  27. <size key="itemSize" width="128" height="128"/>
  28. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  29. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  30. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  31. </collectionViewFlowLayout>
  32. </collectionView>
  33. </subviews>
  34. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  35. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  36. <constraints>
  37. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="fgr-8e-fgc" secondAttribute="trailing" id="4rf-wT-SFF"/>
  38. <constraint firstItem="fgr-8e-fgc" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Q4L-zX-UPG"/>
  39. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="fgr-8e-fgc" secondAttribute="bottom" id="Tlz-dX-VlE"/>
  40. <constraint firstItem="fgr-8e-fgc" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="tH4-ZK-Hyc"/>
  41. </constraints>
  42. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  43. <point key="canvasLocation" x="-260" y="-202"/>
  44. </view>
  45. </objects>
  46. <resources>
  47. <systemColor name="systemBackgroundColor">
  48. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. </systemColor>
  50. </resources>
  51. </document>