-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBatchCollectionViewSectionHeader.xib
67 lines (67 loc) · 5.37 KB
/
BatchCollectionViewSectionHeader.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
67
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner"/>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView wantsLayer="YES" id="Z8y-cf-p4C" customClass="BatchCollectionViewSectionHeader">
<rect key="frame" x="0.0" y="0.0" width="720" height="45"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<customView translatesAutoresizingMaskIntoConstraints="NO" id="Xam-pa-IMP" customClass="BatchCollectionViewSectionHeaderBackground">
<rect key="frame" x="0.0" y="0.0" width="720" height="45"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EvL-T5-G3D">
<rect key="frame" x="539" y="14" width="51" height="17"/>
<buttonCell key="cell" type="bevel" title="Discard" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Jns-8K-3Hy">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jyn-Rm-r9Q">
<rect key="frame" x="610" y="14" width="100" height="17"/>
<buttonCell key="cell" type="bevel" title="Add all to Batch" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="a0M-UL-yaG">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
</subviews>
<constraints>
<constraint firstItem="Jyn-Rm-r9Q" firstAttribute="leading" secondItem="EvL-T5-G3D" secondAttribute="trailing" constant="20" id="1Ll-lh-SeA"/>
<constraint firstAttribute="trailing" secondItem="Jyn-Rm-r9Q" secondAttribute="trailing" constant="10" id="Wab-b3-Ua7"/>
<constraint firstItem="EvL-T5-G3D" firstAttribute="centerY" secondItem="Xam-pa-IMP" secondAttribute="centerY" id="bKJ-Qs-e8P"/>
<constraint firstItem="Jyn-Rm-r9Q" firstAttribute="centerY" secondItem="Xam-pa-IMP" secondAttribute="centerY" id="yCH-2N-vID"/>
</constraints>
</customView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zcL-It-C5M">
<rect key="frame" x="20" y="14" width="86" height="17"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Section Title" id="ZDW-Sx-ZaB">
<font key="font" metaFont="systemBold"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstItem="Xam-pa-IMP" firstAttribute="top" secondItem="Z8y-cf-p4C" secondAttribute="top" id="0gW-Mh-pVP"/>
<constraint firstItem="Xam-pa-IMP" firstAttribute="leading" secondItem="Z8y-cf-p4C" secondAttribute="leading" id="IEq-i5-cwF"/>
<constraint firstItem="zcL-It-C5M" firstAttribute="centerY" secondItem="Z8y-cf-p4C" secondAttribute="centerY" id="J5Y-Ye-FwA"/>
<constraint firstAttribute="bottom" secondItem="Xam-pa-IMP" secondAttribute="bottom" id="LaM-Yc-5ZD"/>
<constraint firstAttribute="trailing" secondItem="Xam-pa-IMP" secondAttribute="trailing" id="dyy-3K-ebh"/>
<constraint firstItem="zcL-It-C5M" firstAttribute="leading" secondItem="Z8y-cf-p4C" secondAttribute="leading" constant="22" id="rWC-8j-UXU"/>
</constraints>
<connections>
<outlet property="addToBatchButton" destination="Jyn-Rm-r9Q" id="oxR-AL-xCi"/>
<outlet property="backgroundView" destination="Xam-pa-IMP" id="leM-Fx-mYM"/>
<outlet property="discardItems" destination="EvL-T5-G3D" id="UhF-lf-yMa"/>
<outlet property="sectionTitle" destination="zcL-It-C5M" id="9z8-0X-Jtl"/>
</connections>
<point key="canvasLocation" x="196" y="-157.5"/>
</customView>
</objects>
</document>