|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6162" systemVersion="14A238h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc"> |
3 | 3 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6160"/> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6153.11"/> |
5 | 5 | </dependencies>
|
6 | 6 | <scenes>
|
7 | 7 | <!--View Controller-->
|
8 | 8 | <scene sceneID="ufC-wZ-h7g">
|
9 | 9 | <objects>
|
10 |
| - <viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 10 | + <viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="SwiftTutorial" customModuleProvider="target" sceneMemberID="viewController"> |
11 | 11 | <layoutGuides>
|
12 | 12 | <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
|
13 | 13 | <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
|
14 | 14 | </layoutGuides>
|
15 | 15 | <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
|
16 | 16 | <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
17 | 17 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
| 18 | + <subviews> |
| 19 | + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="0Ds-au-UhU"> |
| 20 | + <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
| 21 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 22 | + <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> |
| 23 | + <rect key="frame" x="0.0" y="20" width="320" height="620"/> |
| 24 | + </variation> |
| 25 | + <connections> |
| 26 | + <outlet property="dataSource" destination="vXZ-lx-hvc" id="zjb-t3-X4e"/> |
| 27 | + <outlet property="delegate" destination="vXZ-lx-hvc" id="cOJ-QO-w7l"/> |
| 28 | + </connections> |
| 29 | + </tableView> |
| 30 | + </subviews> |
18 | 31 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
| 32 | + <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| 33 | + <variation key="default"> |
| 34 | + <mask key="subviews"> |
| 35 | + <exclude reference="0Ds-au-UhU"/> |
| 36 | + </mask> |
| 37 | + </variation> |
| 38 | + <variation key="heightClass=regular-widthClass=compact"> |
| 39 | + <mask key="subviews"> |
| 40 | + <include reference="0Ds-au-UhU"/> |
| 41 | + </mask> |
| 42 | + </variation> |
19 | 43 | </view>
|
20 | 44 | </viewController>
|
21 | 45 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
|
22 | 46 | </objects>
|
| 47 | + <point key="canvasLocation" x="228" y="159.75"/> |
23 | 48 | </scene>
|
24 | 49 | </scenes>
|
25 | 50 | </document>
|
0 commit comments