-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAQPhotoPickerView.xib
64 lines (64 loc) · 4.29 KB
/
AQPhotoPickerView.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6245" systemVersion="13E28" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AQPhotoPickerViewOwner">
<connections>
<outlet property="decoupledView" destination="hR4-vB-mxm" id="Am3-sA-c5T"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="hR4-vB-mxm" customClass="AQPhotoPickerView">
<rect key="frame" x="0.0" y="44" width="320" height="524"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1">
<rect key="frame" x="96" y="0.0" width="128" height="64"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rfx-c2-zVn">
<rect key="frame" x="64" y="0.0" width="64" height="64"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<state key="normal" image="camera.png"/>
<connections>
<action selector="takePhoto:" destination="hR4-vB-mxm" eventType="touchUpInside" id="4WR-hW-ohO"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DrP-25-pD4">
<rect key="frame" x="0.0" y="0.0" width="64" height="64"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<state key="normal" image="images.png"/>
<connections>
<action selector="selectPhoto:" destination="hR4-vB-mxm" eventType="touchUpInside" id="cfS-80-pdS"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<color key="tintColor" red="0.0039215686269999999" green="0.29411764709999999" blue="0.41960784309999999" alpha="1" colorSpace="calibratedRGB"/>
<gestureRecognizers/>
<nil key="simulatedStatusBarMetrics"/>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" translucent="NO" prompted="NO"/>
<connections>
<outletCollection property="gestureRecognizers" destination="DG6-Yt-k7R" appends="YES" id="Vz0-Ij-ajy"/>
</connections>
</view>
<tapGestureRecognizer id="DG6-Yt-k7R">
<connections>
<action selector="backgroundViewTapped:" destination="hR4-vB-mxm" id="GoO-A9-1Ef"/>
</connections>
</tapGestureRecognizer>
</objects>
<resources>
<image name="camera.png" width="64" height="64"/>
<image name="images.png" width="64" height="64"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>