-
Notifications
You must be signed in to change notification settings - Fork 917
Expand file tree
/
Copy pathMainWindow.xib
More file actions
53 lines (53 loc) · 3.41 KB
/
MainWindow.xib
File metadata and controls
53 lines (53 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIApplication">
<connections>
<outlet property="delegate" destination="3" id="99"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<customObject id="3" customClass="AppDelegate" customModule="TPKeyboardAvoidingSwiftSample" customModuleProvider="target">
<connections>
<outlet property="tabBarController" destination="106" id="113"/>
<outlet property="window" destination="2" id="9"/>
</connections>
</customObject>
<window opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</window>
<tabBarController id="106">
<extendedEdge key="edgesForExtendedLayout"/>
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="107">
<rect key="frame" x="0.0" y="431" width="320" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tabBar>
<viewControllers>
<viewController nibName="FirstView" id="108" customClass="FirstViewController" customModule="TPKeyboardAvoidingSwiftSample" customModuleProvider="target">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="View" id="111"/>
</viewController>
<viewController nibName="SecondView" id="109" customClass="SecondViewController" customModule="TPKeyboardAvoidingSwiftSample" customModuleProvider="target">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="Table" id="110"/>
</viewController>
<viewController nibName="ThirdCollectionView" id="nln-bS-lnV" customClass="ThirdViewController" customModule="TPKeyboardAvoidingSwiftSample" customModuleProvider="target">
<tabBarItem key="tabBarItem" title="Collection VIew" id="VM4-H5-NPW"/>
</viewController>
</viewControllers>
</tabBarController>
</objects>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>