-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAPSimplePass_iPad.storyboard
61 lines (61 loc) · 4.64 KB
/
APSimplePass_iPad.storyboard
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4514" systemVersion="13C64" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1536" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
</dependencies>
<scenes>
<!--Simple Pass-->
<scene sceneID="GWv-7e-kYf">
<objects>
<viewController storyboardIdentifier="APSimplePass" wantsFullScreenLayout="YES" id="Xen-OG-nBK" customClass="APSimplePass" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="t23-io-Rfh">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" alpha="0.60000000000000009" contentMode="top" id="Jos-3S-rT7">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
</imageView>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Set Passcode" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="G1a-VR-ids" userLabel="PhraseTitleLabel">
<rect key="frame" x="244" y="289" width="280" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Verify Passcode" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="J4x-ik-6wT" userLabel="PhraseSubtitleLabel">
<rect key="frame" x="244" y="289" width="280" height="21"/>
<fontDescription key="fontDescription" type="italicSystem" pointSize="15"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" id="Eqt-ah-U0Y" userLabel="Container">
<rect key="frame" x="174" y="215" width="400" height="548"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<nil key="simulatedStatusBarMetrics"/>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<simulatedOrientationMetrics key="simulatedOrientationMetrics"/>
<connections>
<outlet property="container" destination="Eqt-ah-U0Y" id="3sh-c6-RmR"/>
<outlet property="imageView" destination="Jos-3S-rT7" id="JXT-zT-WEM"/>
<outlet property="phraseSubtitleLabel" destination="J4x-ik-6wT" id="pRc-gv-f2Y"/>
<outlet property="phraseTitleLabel" destination="G1a-VR-ids" id="IXp-CT-NwD"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="LUu-XJ-M5T" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-30" y="-303"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>