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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PhotoBroswerVC">
<connections>
<outlet property="btnRight" destination="d2q-sR-DMR" id="je4-hp-XXK"/>
<outlet property="scrollView" destination="RLq-hQ-X8E" id="Zjo-9h-zSA"/>
<outlet property="scrollViewRightMarginC" destination="Tvg-wG-r5c" id="OXi-IA-O76"/>
<outlet property="topBarHeightC" destination="z0u-B8-TAv" id="twn-SD-aHw"/>
<outlet property="topBarLabel" destination="2GQ-dh-k6A" id="qIS-hF-hWW"/>
<outlet property="topBarView" destination="aju-yJ-YWP" id="EHe-Z8-sdY"/>
<outlet property="view" destination="iN0-l3-epB" id="zub-Uj-0zk"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RLq-hQ-X8E" customClass="PBScrollView">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<connections>
<outlet property="delegate" destination="-1" id="0DS-ez-gbh"/>
</connections>
</scrollView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aju-yJ-YWP" userLabel="TopBarView">
<rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
<subviews>
<toolbar clipsSubviews="YES" userInteractionEnabled="NO" alpha="0.5" contentMode="scaleAspectFill" barStyle="blackTranslucent" translatesAutoresizingMaskIntoConstraints="NO" id="j0X-oO-d7p">
<rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
<items/>
<color key="tintColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
</toolbar>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2GQ-dh-k6A">
<rect key="frame" x="187.5" y="42" width="0.0" height="0.0"/>
<fontDescription key="fontDescription" type="system" pointSize="20"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="d2q-sR-DMR" userLabel="SaveButton" customClass="PBSaveBtn">
<rect key="frame" x="333" y="26" width="32" height="32"/>
<constraints>
<constraint firstAttribute="width" secondItem="d2q-sR-DMR" secondAttribute="height" multiplier="1:1" id="TmB-sW-eqQ"/>
<constraint firstAttribute="height" constant="10" id="aFd-Y2-aNH"/>
<constraint firstAttribute="width" constant="32" id="xjB-4h-BUr"/>
</constraints>
<state key="normal">
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="aFd-Y2-aNH"/>
</mask>
</variation>
<connections>
<action selector="rightBtnClick:" destination="-1" eventType="touchUpInside" id="xK3-uE-lQp"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DNA-Uz-FcA" userLabel="BackButton">
<rect key="frame" x="5" y="27" width="30" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="Xg8-2e-nOK"/>
<constraint firstAttribute="width" constant="30" id="gwc-jc-ZC6"/>
</constraints>
<state key="normal" image="ic_back_white">
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="leftBtnClick:" destination="-1" eventType="touchUpInside" id="dSd-rT-waU"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="2GQ-dh-k6A" secondAttribute="centerY" constant="-10" id="0Q9-Ux-ped"/>
<constraint firstItem="j0X-oO-d7p" firstAttribute="top" secondItem="aju-yJ-YWP" secondAttribute="top" id="4ci-id-PLD"/>
<constraint firstAttribute="height" constant="64" id="MMc-Xx-tCw"/>
<constraint firstItem="DNA-Uz-FcA" firstAttribute="leading" secondItem="aju-yJ-YWP" secondAttribute="leading" constant="5" id="MwV-ra-BNA"/>
<constraint firstAttribute="trailing" secondItem="d2q-sR-DMR" secondAttribute="trailing" constant="10" id="RaB-Gb-9qX"/>
<constraint firstItem="j0X-oO-d7p" firstAttribute="leading" secondItem="aju-yJ-YWP" secondAttribute="leading" id="UNo-68-8de"/>
<constraint firstAttribute="bottom" secondItem="j0X-oO-d7p" secondAttribute="bottom" id="Wdb-hj-076"/>
<constraint firstAttribute="centerX" secondItem="2GQ-dh-k6A" secondAttribute="centerX" id="Zkm-NY-RWy"/>
<constraint firstAttribute="trailing" secondItem="j0X-oO-d7p" secondAttribute="trailing" id="a03-Mf-v8T"/>
<constraint firstAttribute="centerY" secondItem="DNA-Uz-FcA" secondAttribute="centerY" constant="-10" id="j8c-PB-e1D"/>
<constraint firstAttribute="centerY" secondItem="d2q-sR-DMR" secondAttribute="centerY" constant="-10" id="qLQ-62-abe"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="aju-yJ-YWP" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="04D-fi-2NY"/>
<constraint firstAttribute="bottom" secondItem="RLq-hQ-X8E" secondAttribute="bottom" id="NXy-TB-ShD"/>
<constraint firstAttribute="trailing" secondItem="RLq-hQ-X8E" secondAttribute="trailing" id="Tvg-wG-r5c"/>
<constraint firstItem="RLq-hQ-X8E" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="grk-ds-Vu1"/>
<constraint firstAttribute="trailing" secondItem="aju-yJ-YWP" secondAttribute="trailing" id="mdb-vv-b3Q"/>
<constraint firstItem="RLq-hQ-X8E" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="mr6-yK-Tcv"/>
<constraint firstItem="aju-yJ-YWP" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="z0u-B8-TAv"/>
</constraints>
<point key="canvasLocation" x="-906" y="292"/>
</view>
</objects>
<resources>
<image name="ic_back_white" width="20" height="18"/>
</resources>
</document>