KMAdvertisementShowView_iOS.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="KMAdvertisementShowView_iOS" customModule="KMAdvertisement_iOS">
  13. <connections>
  14. <outlet property="contentView" destination="lh2-T5-G3l" id="n0s-TT-w30"/>
  15. <outlet property="imageView" destination="xDZ-XM-pRr" id="6qi-FE-loe"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="lh2-T5-G3l">
  20. <rect key="frame" x="0.0" y="0.0" width="507" height="204"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xDZ-XM-pRr">
  24. <rect key="frame" x="0.0" y="59" width="507" height="111"/>
  25. </imageView>
  26. </subviews>
  27. <viewLayoutGuide key="safeArea" id="juu-uM-k6R"/>
  28. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  29. <constraints>
  30. <constraint firstItem="xDZ-XM-pRr" firstAttribute="top" secondItem="juu-uM-k6R" secondAttribute="top" id="HOk-ti-Hy7"/>
  31. <constraint firstItem="xDZ-XM-pRr" firstAttribute="leading" secondItem="juu-uM-k6R" secondAttribute="leading" id="YXN-IS-m9W"/>
  32. <constraint firstItem="xDZ-XM-pRr" firstAttribute="trailing" secondItem="juu-uM-k6R" secondAttribute="trailing" id="hg2-lA-QtP"/>
  33. <constraint firstItem="juu-uM-k6R" firstAttribute="bottom" secondItem="xDZ-XM-pRr" secondAttribute="bottom" id="ibA-3s-h0z"/>
  34. </constraints>
  35. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  36. <point key="canvasLocation" x="-454.19847328244271" y="79.577464788732399"/>
  37. </view>
  38. </objects>
  39. <resources>
  40. <systemColor name="systemBackgroundColor">
  41. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. </systemColor>
  43. </resources>
  44. </document>