-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDraggableView.xib
More file actions
32 lines (32 loc) · 2.08 KB
/
DraggableView.xib
File metadata and controls
32 lines (32 loc) · 2.08 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="13B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1536" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DraggableView">
<connections>
<outlet property="mContentView" destination="cmI-aW-y4H" id="MZU-hW-0QX"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="cmI-aW-y4H">
<rect key="frame" x="0.0" y="0.0" width="64" height="64"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="0.0" blue="0.094009157199999999" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<state key="highlighted">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="onButtonTouchDown:" destination="-1" eventType="touchDown" id="TIQ-Gn-cxv"/>
<action selector="onButtonTouchUpInside:" destination="-1" eventType="touchUpInside" id="THR-bc-dQj"/>
<action selector="wasDragged:forEvent:" destination="-1" eventType="touchDragInside" id="kLu-2Y-VLS"/>
</connections>
</button>
</objects>
</document>