-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBatchCollectionViewItem.xib
69 lines (69 loc) · 5.35 KB
/
BatchCollectionViewItem.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
68
69
<?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"/>
<view id="cx3-xd-JcS" customClass="BatchItemView">
<rect key="frame" x="0.0" y="0.0" width="563" height="291"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="B7A-uD-pF8" customClass="ThumbView">
<rect key="frame" x="0.0" y="207" width="563" height="80"/>
<constraints>
<constraint firstAttribute="height" constant="80" id="0fd-Ku-nGb"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="gYD-IL-bM1"/>
</imageView>
<textField verticalHuggingPriority="1000" verticalCompressionResistancePriority="1000" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5K5-Yd-Gss">
<rect key="frame" x="18" y="193" width="527" height="14"/>
<constraints>
<constraint firstAttribute="height" relation="lessThanOrEqual" constant="28" id="GGP-DN-EKS"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="14" id="TOG-1M-fRP"/>
</constraints>
<textFieldCell key="cell" controlSize="small" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="center" title="Label" id="cfr-UK-DgW">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="751" verticalCompressionResistancePriority="751" translatesAutoresizingMaskIntoConstraints="NO" id="doK-2h-v4o">
<rect key="frame" x="242" y="172" width="80" height="17"/>
<constraints>
<constraint firstAttribute="width" constant="80" id="TmK-37-ccq"/>
<constraint firstAttribute="height" constant="16" id="xNn-vg-pYx"/>
</constraints>
<buttonCell key="cell" type="inline" title="Include" bezelStyle="inline" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="upa-7e-WET">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystemBold"/>
</buttonCell>
</button>
</subviews>
<constraints>
<constraint firstItem="B7A-uD-pF8" firstAttribute="leading" secondItem="cx3-xd-JcS" secondAttribute="leading" id="2Ms-7V-AaO"/>
<constraint firstItem="5K5-Yd-Gss" firstAttribute="leading" secondItem="cx3-xd-JcS" secondAttribute="leading" constant="20" id="6mb-gM-5bV"/>
<constraint firstAttribute="trailing" secondItem="B7A-uD-pF8" secondAttribute="trailing" id="EiW-RC-LwV"/>
<constraint firstItem="5K5-Yd-Gss" firstAttribute="top" secondItem="B7A-uD-pF8" secondAttribute="bottom" id="Prc-2q-UwY"/>
<constraint firstItem="B7A-uD-pF8" firstAttribute="top" secondItem="cx3-xd-JcS" secondAttribute="top" constant="4" id="Vxe-Dg-hug"/>
<constraint firstItem="doK-2h-v4o" firstAttribute="centerX" secondItem="cx3-xd-JcS" secondAttribute="centerX" id="ZRd-y7-aai"/>
<constraint firstItem="doK-2h-v4o" firstAttribute="top" secondItem="5K5-Yd-Gss" secondAttribute="bottom" constant="4" id="phT-H9-KBL"/>
<constraint firstAttribute="trailing" secondItem="5K5-Yd-Gss" secondAttribute="trailing" constant="20" id="ptK-PI-aNf"/>
</constraints>
<point key="canvasLocation" x="195.5" y="149.5"/>
</view>
<collectionViewItem id="XK8-ZF-4lc" customClass="BatchCollectionViewItem">
<connections>
<outlet property="addRemoveButton" destination="doK-2h-v4o" id="HFZ-cs-uaq"/>
<outlet property="batchItemView" destination="cx3-xd-JcS" id="3UO-FJ-Cqx"/>
<outlet property="nameTextField" destination="5K5-Yd-Gss" id="Saw-ly-e38"/>
<outlet property="thumbView" destination="B7A-uD-pF8" id="beT-SU-yyV"/>
<outlet property="view" destination="cx3-xd-JcS" id="Hg3-A7-by6"/>
</connections>
</collectionViewItem>
</objects>
</document>