|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="iyO-1W-12E"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="bXc-Pm-PMg"> |
3 | 3 | <device id="retina5_5" orientation="portrait"> |
4 | 4 | <adaptation id="fullscreen"/> |
5 | 5 | </device> |
|
13 | 13 | <objects> |
14 | 14 | <tableViewController id="iyO-1W-12E" customClass="ExampleViewController" customModule="ScrollableStackView_Example" customModuleProvider="target" sceneMemberID="viewController"> |
15 | 15 | <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="eZe-G7-ypE"> |
16 | | - <rect key="frame" x="0.0" y="64" width="414" height="672"/> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="414" height="736"/> |
17 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
18 | 18 | <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
19 | 19 | <prototypes> |
20 | 20 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="bUr-eS-XDZ"> |
21 | 21 | <rect key="frame" x="0.0" y="28" width="414" height="44"/> |
22 | 22 | <autoresizingMask key="autoresizingMask"/> |
23 | 23 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bUr-eS-XDZ" id="R13-Wp-JUw"> |
24 | | - <rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/> |
| 24 | + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> |
25 | 25 | <autoresizingMask key="autoresizingMask"/> |
26 | 26 | </tableViewCellContentView> |
27 | 27 | </tableViewCell> |
|
31 | 31 | <outlet property="delegate" destination="iyO-1W-12E" id="IuM-Ka-XYW"/> |
32 | 32 | </connections> |
33 | 33 | </tableView> |
34 | | - <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" translucent="NO" prompted="NO"/> |
35 | | - <refreshControl key="refreshControl" opaque="NO" multipleTouchEnabled="YES" contentMode="center" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" id="WPM-Qd-TGu"> |
36 | | - <autoresizingMask key="autoresizingMask"/> |
37 | | - </refreshControl> |
| 34 | + <navigationItem key="navigationItem" id="tr1-NJ-sxR"/> |
| 35 | + <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/> |
38 | 36 | </tableViewController> |
39 | 37 | <placeholder placeholderIdentifier="IBFirstResponder" id="d3v-rG-j6g" userLabel="First Responder" sceneMemberID="firstResponder"/> |
40 | 38 | </objects> |
41 | | - <point key="canvasLocation" x="-1483" y="-55"/> |
| 39 | + <point key="canvasLocation" x="-576.81159420289862" y="-55.434782608695656"/> |
42 | 40 | </scene> |
43 | 41 | <!--Vertical Layout View Controller--> |
44 | 42 | <scene sceneID="qhS-Y9-vB6"> |
|
53 | 51 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
54 | 52 | <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
55 | 53 | </view> |
| 54 | + <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/> |
56 | 55 | </viewController> |
57 | 56 | <placeholder placeholderIdentifier="IBFirstResponder" id="x2W-aS-xJR" userLabel="First Responder" sceneMemberID="firstResponder"/> |
58 | 57 | </objects> |
59 | | - <point key="canvasLocation" x="-820" y="-53"/> |
| 58 | + <point key="canvasLocation" x="-577" y="624"/> |
| 59 | + </scene> |
| 60 | + <!--Navigation Controller--> |
| 61 | + <scene sceneID="dbw-aw-ut5"> |
| 62 | + <objects> |
| 63 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="bXc-Pm-PMg" sceneMemberID="viewController"> |
| 64 | + <toolbarItems/> |
| 65 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="v1k-PZ-lhd"> |
| 66 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 67 | + <autoresizingMask key="autoresizingMask"/> |
| 68 | + </navigationBar> |
| 69 | + <nil name="viewControllers"/> |
| 70 | + <connections> |
| 71 | + <segue destination="iyO-1W-12E" kind="relationship" relationship="rootViewController" id="1dH-T8-WwL"/> |
| 72 | + </connections> |
| 73 | + </navigationController> |
| 74 | + <placeholder placeholderIdentifier="IBFirstResponder" id="tXT-pt-pJc" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 75 | + </objects> |
| 76 | + <point key="canvasLocation" x="-1484.057971014493" y="-55.434782608695656"/> |
60 | 77 | </scene> |
61 | 78 | </scenes> |
62 | 79 | </document> |
0 commit comments