123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <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">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="cBO-i2-gze">
- <objects>
- <viewController id="lA4-ro-Ofe" customClass="PDFViewController" customModule="Demo" customModuleProvider="target" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="Rhx-Xm-zHc"/>
- <viewControllerLayoutGuide type="bottom" id="9tD-Eb-9d5"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="xJ6-2m-mYq">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <webView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7LL-RX-fgX">
- <rect key="frame" x="180" y="193" width="240" height="128"/>
- <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
- </webView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <connections>
- <outlet property="webView" destination="7LL-RX-fgX" id="wZ3-bf-eza"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="6ww-PI-g02" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="635" y="386"/>
- </scene>
- </scenes>
- </document>
|