-
Notifications
You must be signed in to change notification settings - Fork 0
/
KVMMainViewController.xib
58 lines (58 loc) · 3.77 KB
/
KVMMainViewController.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3746"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KVMMainViewController">
<connections>
<outlet property="arrowView" destination="cl2-UY-HGg" id="ka2-4J-Vgj"/>
<outlet property="layerControl" destination="dm1-Kd-p6F" id="qfW-HF-Zs7"/>
<outlet property="panRecognizer" destination="dSI-V6-Ex7" id="fvD-DY-Uy6"/>
<outlet property="switchBoardView" destination="x0z-Qw-kab" id="UyG-63-xYY"/>
<outlet property="view" destination="1" id="3"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="1">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="arrow.png" translatesAutoresizingMaskIntoConstraints="NO" id="cl2-UY-HGg">
<rect key="frame" x="60" y="409" width="200" height="40"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<gestureRecognizers/>
</imageView>
<segmentedControl opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="dm1-Kd-p6F">
<rect key="frame" x="60" y="38" width="200" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<segments>
<segment title=""/>
<segment title=""/>
</segments>
</segmentedControl>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="x0z-Qw-kab">
<rect key="frame" x="29" y="109" width="262" height="262"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<gestureRecognizers/>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<gestureRecognizers/>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
<connections>
<outletCollection property="gestureRecognizers" destination="dSI-V6-Ex7" appends="YES" id="Odr-ue-g2F"/>
</connections>
</view>
<panGestureRecognizer minimumNumberOfTouches="1" id="dSI-V6-Ex7">
<connections>
<action selector="didPan:" destination="-1" id="D7I-Ug-9aR"/>
<outlet property="delegate" destination="-1" id="txq-mu-EMR"/>
</connections>
</panGestureRecognizer>
</objects>
<resources>
<image name="arrow.png" width="240" height="30"/>
</resources>
</document>