forked from 0xced/iOS-Artwork-Extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArtworkViewController.xib
60 lines (60 loc) · 3.67 KB
/
ArtworkViewController.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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment version="4096" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ArtworkViewController">
<connections>
<outlet property="progressView" destination="31" id="33"/>
<outlet property="saveAllButton" destination="32" id="34"/>
<outlet property="searchDisplayController" destination="20" id="22"/>
<outlet property="view" destination="3" id="9"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableView opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" bouncesZoom="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="3">
<rect key="frame" x="0.0" y="0.0" width="320" height="367"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.75" green="0.75" blue="0.75" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<searchBar key="tableHeaderView" contentMode="redraw" id="19">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textInputTraits key="textInputTraits"/>
<connections>
<outlet property="delegate" destination="-1" id="27"/>
</connections>
</searchBar>
<connections>
<outlet property="dataSource" destination="-1" id="29"/>
<outlet property="delegate" destination="-1" id="30"/>
</connections>
</tableView>
<searchDisplayController id="20">
<connections>
<outlet property="delegate" destination="-1" id="26"/>
<outlet property="searchBar" destination="19" id="21"/>
<outlet property="searchContentsController" destination="-1" id="23"/>
<outlet property="searchResultsDataSource" destination="-1" id="24"/>
<outlet property="searchResultsDelegate" destination="-1" id="25"/>
</connections>
</searchDisplayController>
<progressView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" progressViewStyle="bar" id="31">
<rect key="frame" x="0.0" y="0.0" width="100" height="4"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</progressView>
<barButtonItem title="Save All" id="32">
<connections>
<action selector="saveAll" destination="-1" id="35"/>
</connections>
</barButtonItem>
</objects>
</document>