-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathHideView.xib
More file actions
31 lines (31 loc) · 2.25 KB
/
HideView.xib
File metadata and controls
31 lines (31 loc) · 2.25 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="HideView"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7VF-qN-5iX">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<state key="normal" title="Click to Hide Me!"/>
<connections>
<action selector="hideButtonTapped:" destination="-1" eventType="touchUpInside" id="fmk-Hx-cLL"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="7VF-qN-5iX" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="55Q-Ce-fmn"/>
<constraint firstItem="7VF-qN-5iX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Hdc-ST-Zu2"/>
<constraint firstAttribute="trailing" secondItem="7VF-qN-5iX" secondAttribute="trailing" id="ID6-dW-h45"/>
<constraint firstAttribute="bottom" secondItem="7VF-qN-5iX" secondAttribute="bottom" id="N2d-wZ-vxV"/>
</constraints>
</view>
</objects>
</document>