-
Notifications
You must be signed in to change notification settings - Fork 1
/
DemoImageEditor.xib
executable file
·66 lines (66 loc) · 4.09 KB
/
DemoImageEditor.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
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" variant="6xAndEarlier" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1296" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3746"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DemoImageEditor">
<connections>
<outlet property="frameView" destination="32" id="51"/>
<outlet property="saveButton" destination="31" id="59"/>
<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="20" width="320" height="460"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view clipsSubviews="YES" contentMode="scaleToFill" id="32" userLabel="Frame" customClass="HFImageEditorFrameView">
<rect key="frame" x="0.0" y="0.0" width="320" height="416"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="0.096031021899999999" alpha="1" colorSpace="calibratedWhite"/>
</view>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="30">
<rect key="frame" x="0.0" y="416" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<items>
<barButtonItem title="Cancel" id="48">
<connections>
<action selector="cancelAction:" destination="-1" id="63"/>
</connections>
</barButtonItem>
<barButtonItem width="31" style="plain" systemItem="fixedSpace" id="60"/>
<barButtonItem title="S" width="25" id="52">
<connections>
<action selector="setSquareAction:" destination="-1" id="64"/>
</connections>
</barButtonItem>
<barButtonItem title="L" width="25" id="53">
<connections>
<action selector="setLandscapeAction:" destination="-1" id="65"/>
</connections>
</barButtonItem>
<barButtonItem title="P" width="25" id="54">
<connections>
<action selector="setLPortraitAction:" destination="-1" id="66"/>
</connections>
</barButtonItem>
<barButtonItem width="31" style="plain" systemItem="fixedSpace" id="61"/>
<barButtonItem title="Save" width="61" id="31">
<color key="tintColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<action selector="doneAction:" destination="-1" id="62"/>
</connections>
</barButtonItem>
</items>
<color key="tintColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
</toolbar>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<gestureRecognizers/>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
</view>
</objects>
</document>