PDFViewController.storyboard 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="lA4-ro-Ofe">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
  6. </dependencies>
  7. <scenes>
  8. <!--View Controller-->
  9. <scene sceneID="cBO-i2-gze">
  10. <objects>
  11. <viewController id="lA4-ro-Ofe" customClass="PDFViewController" customModule="Demo" customModuleProvider="target" sceneMemberID="viewController">
  12. <layoutGuides>
  13. <viewControllerLayoutGuide type="top" id="Rhx-Xm-zHc"/>
  14. <viewControllerLayoutGuide type="bottom" id="9tD-Eb-9d5"/>
  15. </layoutGuides>
  16. <view key="view" contentMode="scaleToFill" id="xJ6-2m-mYq">
  17. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <webView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7LL-RX-fgX">
  21. <rect key="frame" x="180" y="193" width="240" height="128"/>
  22. <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
  23. </webView>
  24. </subviews>
  25. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  26. </view>
  27. <connections>
  28. <outlet property="webView" destination="7LL-RX-fgX" id="wZ3-bf-eza"/>
  29. </connections>
  30. </viewController>
  31. <placeholder placeholderIdentifier="IBFirstResponder" id="6ww-PI-g02" userLabel="First Responder" sceneMemberID="firstResponder"/>
  32. </objects>
  33. <point key="canvasLocation" x="635" y="386"/>
  34. </scene>
  35. </scenes>
  36. </document>