-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestViewController.xib
More file actions
52 lines (52 loc) · 3.81 KB
/
TestViewController.xib
File metadata and controls
52 lines (52 loc) · 3.81 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TestViewController" customModule="TestViewController" customModuleProvider="target">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="59j-kh-mKC">
<rect key="frame" x="15" y="318.5" width="345" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="345" id="Lgg-VO-gtk"/>
<constraint firstAttribute="height" constant="30" id="ib5-sn-UY6"/>
</constraints>
<state key="normal" title="Button"/>
<connections>
<action selector="alert:" destination="-1" eventType="touchUpInside" id="Gr2-Kj-9NC"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S09-s5-zbb">
<rect key="frame" x="0.0" y="447" width="375" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="WoO-C9-6UG"/>
</constraints>
<state key="normal" title="Super.Alert"/>
<connections>
<action selector="alertSheet:" destination="-1" eventType="touchUpInside" id="JH6-D2-jnH"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="S09-s5-zbb" firstAttribute="top" secondItem="59j-kh-mKC" secondAttribute="bottom" constant="98.5" id="9Kc-rI-Veb"/>
<constraint firstItem="59j-kh-mKC" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="CMf-Kx-roc"/>
<constraint firstItem="59j-kh-mKC" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="KcA-Nk-G9V"/>
<constraint firstItem="S09-s5-zbb" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="gf3-hM-hLz"/>
<constraint firstAttribute="trailing" secondItem="S09-s5-zbb" secondAttribute="trailing" id="piD-Ld-J6f"/>
</constraints>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina47"/>
<point key="canvasLocation" x="302.5" y="354.5"/>
</view>
</objects>
</document>