-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCUViewController.xib
More file actions
49 lines (49 loc) · 3.65 KB
/
CUViewController.xib
File metadata and controls
49 lines (49 loc) · 3.65 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CUViewController">
<connections>
<outlet property="animationButton" destination="bkJ-Rd-CXp" id="7Ip-Dm-2CB"/>
<outlet property="scrollView" destination="Ood-Nz-64p" id="zqt-6j-iES"/>
<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="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ood-Nz-64p">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
</scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bkJ-Rd-CXp">
<rect key="frame" x="12" y="287" width="148" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="148" id="TtK-Ez-Ln4"/>
</constraints>
<state key="normal" title="Button">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="clicked:" destination="-1" eventType="touchUpInside" id="ima-ti-K5B"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="Ood-Nz-64p" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Gb9-HT-xSm"/>
<constraint firstItem="Ood-Nz-64p" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="MfN-qd-ZSb"/>
<constraint firstAttribute="bottom" secondItem="Ood-Nz-64p" secondAttribute="bottom" id="NUO-2Z-tcY"/>
<constraint firstItem="bkJ-Rd-CXp" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="287" id="fI7-kc-w5M"/>
<constraint firstItem="bkJ-Rd-CXp" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="12" id="vYg-4f-U7Z"/>
<constraint firstAttribute="trailing" secondItem="Ood-Nz-64p" secondAttribute="trailing" id="y0a-lh-UwE"/>
</constraints>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
</view>
</objects>
</document>