-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMain_iPad.storyboard
More file actions
81 lines (81 loc) · 5.96 KB
/
Main_iPad.storyboard
File metadata and controls
81 lines (81 loc) · 5.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7525" systemVersion="14C1514" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="bI0-rc-sHz">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7516"/>
</dependencies>
<scenes>
<!--Tab Bar Controller-->
<scene sceneID="h1s-Vr-iAg">
<objects>
<tabBarController id="bI0-rc-sHz" sceneMemberID="viewController">
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" id="n8m-CH-uXr">
<rect key="frame" x="0.0" y="0.0" width="768" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tabBar>
<connections>
<segue destination="BYZ-38-t0r" kind="relationship" relationship="viewControllers" id="tFA-BL-Ny4"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="qkr-V9-Ixo" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-644" y="318"/>
</scene>
<!--Item-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="NPViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="768" height="975"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="9L3-s0-Fal">
<rect key="frame" x="188" y="925" width="391" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="391" id="LN9-at-wOs"/>
<constraint firstAttribute="height" constant="30" id="Vlo-Rq-tQQ"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<connections>
<outlet property="delegate" destination="BYZ-38-t0r" id="OvY-qt-zg3"/>
</connections>
</textField>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Text field on bottom is moving with keyboard." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fCq-1e-7Pq">
<rect key="frame" x="210" y="477" width="349" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="fCq-1e-7Pq" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" priority="750" id="ENL-tS-SDK"/>
<constraint firstItem="9L3-s0-Fal" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="OJu-QO-fnq"/>
<constraint firstAttribute="centerX" secondItem="fCq-1e-7Pq" secondAttribute="centerX" id="Ugk-34-Gph"/>
<constraint firstItem="9L3-s0-Fal" firstAttribute="top" relation="greaterThanOrEqual" secondItem="fCq-1e-7Pq" secondAttribute="bottom" constant="8" symbolic="YES" id="nUk-2c-WCX"/>
<constraint firstAttribute="bottom" secondItem="9L3-s0-Fal" secondAttribute="bottom" priority="750" constant="20" symbolic="YES" id="pv6-kZ-IpM"/>
</constraints>
</view>
<extendedEdge key="edgesForExtendedLayout" top="YES"/>
<tabBarItem key="tabBarItem" title="Item" id="uVo-fU-Nz8"/>
<connections>
<outlet property="bottomTextField" destination="9L3-s0-Fal" id="g9y-1C-aae"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>