-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiPhone-Letter.xib
33 lines (33 loc) · 2.06 KB
/
iPhone-Letter.xib
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13C64" 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"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="tailTruncation" id="Itt-k7-U2s" customClass="LetterButton">
<rect key="frame" x="0.0" y="0.0" width="65" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<accessibility key="accessibilityConfiguration" label="LetterBtn"/>
<gestureRecognizers/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<state key="normal" backgroundImage="Mid Piece.png">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<outletCollection property="gestureRecognizers" destination="tLM-dR-iGA" appends="YES" id="eBk-sg-Wj0"/>
</connections>
</button>
<panGestureRecognizer minimumNumberOfTouches="1" id="tLM-dR-iGA">
<connections>
<action selector="handlePan:" destination="Itt-k7-U2s" id="LcQ-m3-CaZ"/>
</connections>
</panGestureRecognizer>
</objects>
<resources>
<image name="Mid Piece.png" width="253" height="194"/>
</resources>
</document>