|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="14A238x" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="P0K-fG-x68"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6153.11"/> |
| 5 | + </dependencies> |
| 6 | + <scenes> |
| 7 | + <!--View Controller - Swift Example--> |
| 8 | + <scene sceneID="ufC-wZ-h7g"> |
| 9 | + <objects> |
| 10 | + <viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="SwiftExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 11 | + <layoutGuides> |
| 12 | + <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/> |
| 13 | + <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/> |
| 14 | + </layoutGuides> |
| 15 | + <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> |
| 17 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 18 | + <subviews> |
| 19 | + <button appearanceType="aqua" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pRd-1W-njR"> |
| 20 | + <rect key="frame" x="187" y="158" width="106" height="30"/> |
| 21 | + <state key="normal" title="View table view"> |
| 22 | + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 23 | + </state> |
| 24 | + <connections> |
| 25 | + <segue destination="b2E-rT-I2x" kind="show" id="hah-qh-vTj"/> |
| 26 | + </connections> |
| 27 | + </button> |
| 28 | + <button appearanceType="aqua" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Vam-Mi-Rqo"> |
| 29 | + <rect key="frame" x="207" y="317" width="66" height="30"/> |
| 30 | + <state key="normal" title="View web"> |
| 31 | + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 32 | + </state> |
| 33 | + <connections> |
| 34 | + <segue destination="wf8-3g-qWu" kind="show" id="WfQ-Sr-6bb"/> |
| 35 | + </connections> |
| 36 | + </button> |
| 37 | + </subviews> |
| 38 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 39 | + <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| 40 | + </view> |
| 41 | + <navigationItem key="navigationItem" title="Swift Example" id="deA-8j-SSQ"/> |
| 42 | + </viewController> |
| 43 | + <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> |
| 44 | + </objects> |
| 45 | + <point key="canvasLocation" x="1044" y="303"/> |
| 46 | + </scene> |
| 47 | + <!--Web View Controller--> |
| 48 | + <scene sceneID="VOw-Q8-ULY"> |
| 49 | + <objects> |
| 50 | + <viewController id="wf8-3g-qWu" customClass="WebViewController" customModule="SwiftExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 51 | + <layoutGuides> |
| 52 | + <viewControllerLayoutGuide type="top" id="3O0-E3-k1G"/> |
| 53 | + <viewControllerLayoutGuide type="bottom" id="NIx-Kj-uFu"/> |
| 54 | + </layoutGuides> |
| 55 | + <view key="view" contentMode="scaleToFill" id="B6u-0k-lLM"> |
| 56 | + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> |
| 57 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 58 | + <subviews> |
| 59 | + <webView appearanceType="aqua" contentMode="scaleToFill" fixedFrame="YES" scalesPageToFit="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K28-0f-qxu"> |
| 60 | + <rect key="frame" x="0.0" y="64" width="480" height="416"/> |
| 61 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 62 | + <dataDetectorType key="dataDetectorTypes" link="YES"/> |
| 63 | + </webView> |
| 64 | + </subviews> |
| 65 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 66 | + <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| 67 | + </view> |
| 68 | + <connections> |
| 69 | + <outlet property="webView" destination="K28-0f-qxu" id="Rc9-3z-qZb"/> |
| 70 | + </connections> |
| 71 | + </viewController> |
| 72 | + <placeholder placeholderIdentifier="IBFirstResponder" id="U1o-2E-873" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 73 | + </objects> |
| 74 | + <point key="canvasLocation" x="1044" y="835"/> |
| 75 | + </scene> |
| 76 | + <!--Table View Controller--> |
| 77 | + <scene sceneID="NnP-1b-wea"> |
| 78 | + <objects> |
| 79 | + <tableViewController id="b2E-rT-I2x" customClass="TableViewController" customModule="SwiftExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 80 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="sBK-2t-OEb"> |
| 81 | + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> |
| 82 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 83 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 84 | + <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| 85 | + <prototypes> |
| 86 | + <tableViewCell contentMode="scaleToFill" ambiguous="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="cell" id="JiL-7a-MXQ"> |
| 87 | + <autoresizingMask key="autoresizingMask"/> |
| 88 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JiL-7a-MXQ" id="paO-fp-k2N"> |
| 89 | + <autoresizingMask key="autoresizingMask"/> |
| 90 | + </tableViewCellContentView> |
| 91 | + </tableViewCell> |
| 92 | + </prototypes> |
| 93 | + <connections> |
| 94 | + <outlet property="dataSource" destination="b2E-rT-I2x" id="Xg6-cS-p7G"/> |
| 95 | + <outlet property="delegate" destination="b2E-rT-I2x" id="bSw-U0-Jsh"/> |
| 96 | + </connections> |
| 97 | + </tableView> |
| 98 | + </tableViewController> |
| 99 | + <placeholder placeholderIdentifier="IBFirstResponder" id="XpV-KF-eus" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 100 | + </objects> |
| 101 | + <point key="canvasLocation" x="1600" y="303"/> |
| 102 | + </scene> |
| 103 | + <!--Navigation Controller--> |
| 104 | + <scene sceneID="50b-LK-qIY"> |
| 105 | + <objects> |
| 106 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="P0K-fG-x68" sceneMemberID="viewController"> |
| 107 | + <toolbarItems/> |
| 108 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="vVO-bz-bIa"> |
| 109 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| 110 | + <autoresizingMask key="autoresizingMask"/> |
| 111 | + </navigationBar> |
| 112 | + <nil name="viewControllers"/> |
| 113 | + <connections> |
| 114 | + <segue destination="vXZ-lx-hvc" kind="relationship" relationship="rootViewController" id="s9q-qo-Z0T"/> |
| 115 | + </connections> |
| 116 | + </navigationController> |
| 117 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dJ9-qX-U4t" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 118 | + </objects> |
| 119 | + <point key="canvasLocation" x="352" y="303"/> |
| 120 | + </scene> |
| 121 | + </scenes> |
| 122 | +</document> |
0 commit comments