|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="JMR-3a-qCz"> |
3 | 3 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
| 6 | + <capability name="Constraints to layout margins" minToolsVersion="6.0"/> |
5 | 7 | </dependencies> |
6 | 8 | <scenes> |
7 | 9 | <!--View Controller--> |
8 | 10 | <scene sceneID="tne-QT-ifu"> |
9 | 11 | <objects> |
10 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 12 | + <viewController storyboardIdentifier="ViewController" id="BYZ-38-t0r" customClass="ViewController" customModule="HelloRest" customModuleProvider="target" sceneMemberID="viewController"> |
11 | 13 | <layoutGuides> |
12 | 14 | <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
13 | 15 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
14 | 16 | </layoutGuides> |
15 | 17 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
16 | 18 | <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
17 | 19 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 20 | + <subviews> |
| 21 | + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="yMQ-rS-8Ze"> |
| 22 | + <rect key="frame" x="30" y="0.0" width="540" height="600"/> |
| 23 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 24 | + </tableView> |
| 25 | + </subviews> |
18 | 26 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 27 | + <constraints> |
| 28 | + <constraint firstItem="yMQ-rS-8Ze" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="topMargin" id="79v-4f-Jeh"/> |
| 29 | + <constraint firstItem="yMQ-rS-8Ze" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="10" id="Cvy-mk-jJ5"/> |
| 30 | + <constraint firstAttribute="trailingMargin" secondItem="yMQ-rS-8Ze" secondAttribute="trailing" constant="10" id="D3O-3F-lGd"/> |
| 31 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="yMQ-rS-8Ze" secondAttribute="bottom" id="lOV-5D-G8u"/> |
| 32 | + </constraints> |
19 | 33 | </view> |
| 34 | + <navigationItem key="navigationItem" id="bhD-w0-KCM"/> |
| 35 | + <connections> |
| 36 | + <outlet property="tableView" destination="yMQ-rS-8Ze" id="Xha-8v-nek"/> |
| 37 | + </connections> |
20 | 38 | </viewController> |
21 | 39 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
22 | 40 | </objects> |
| 41 | + <point key="canvasLocation" x="1588" y="522"/> |
| 42 | + </scene> |
| 43 | + <!--Navigation Controller--> |
| 44 | + <scene sceneID="d5F-4k-jHV"> |
| 45 | + <objects> |
| 46 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="JMR-3a-qCz" sceneMemberID="viewController"> |
| 47 | + <toolbarItems/> |
| 48 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="WIR-Lf-qLA"> |
| 49 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| 50 | + <autoresizingMask key="autoresizingMask"/> |
| 51 | + </navigationBar> |
| 52 | + <nil name="viewControllers"/> |
| 53 | + <connections> |
| 54 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="Cf6-4G-KwB"/> |
| 55 | + </connections> |
| 56 | + </navigationController> |
| 57 | + <placeholder placeholderIdentifier="IBFirstResponder" id="GUe-6J-KJY" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 58 | + </objects> |
| 59 | + <point key="canvasLocation" x="859" y="515"/> |
23 | 60 | </scene> |
24 | 61 | </scenes> |
25 | 62 | </document> |
0 commit comments