Main.storyboard 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  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. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="tne-QT-ifu">
  14. <objects>
  15. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="KMAdvertisementDemo_iOS" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GjK-dz-e6V" customClass="KMAdvertisementShowView_iOS" customModule="KMAdvertisement_iOS">
  21. <rect key="frame" x="0.0" y="59" width="393" height="128"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  23. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  24. </view>
  25. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3nv-91-Kht">
  26. <rect key="frame" x="0.0" y="195" width="393" height="128"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  28. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  29. </view>
  30. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BNu-is-QR4" customClass="KMAdvertisementShowScroll_iOS" customModule="KMAdvertisement_iOS">
  31. <rect key="frame" x="0.0" y="331" width="393" height="120"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  34. </view>
  35. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IfQ-fb-Pwx">
  36. <rect key="frame" x="0.0" y="521" width="393" height="120"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  39. </view>
  40. </subviews>
  41. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  42. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  43. </view>
  44. <connections>
  45. <outlet property="advertisementScroll" destination="BNu-is-QR4" id="efc-2t-trx"/>
  46. <outlet property="advertisementView" destination="GjK-dz-e6V" id="AP7-IK-5s8"/>
  47. <outlet property="showScrollView" destination="IfQ-fb-Pwx" id="IKy-qs-UlQ"/>
  48. <outlet property="showView" destination="3nv-91-Kht" id="W1X-4V-wVH"/>
  49. </connections>
  50. </viewController>
  51. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  52. </objects>
  53. <point key="canvasLocation" x="130.53435114503816" y="-34.507042253521128"/>
  54. </scene>
  55. </scenes>
  56. <resources>
  57. <systemColor name="systemBackgroundColor">
  58. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. </systemColor>
  60. </resources>
  61. </document>