-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBucketTableViewCell.xib
More file actions
56 lines (56 loc) · 5 KB
/
BucketTableViewCell.xib
File metadata and controls
56 lines (56 loc) · 5 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="myCell" rowHeight="64" id="KGk-i7-Jjw" customClass="MyCustomCell" customModule="myCustomCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="64"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YEv-Ou-mcV">
<rect key="frame" x="203" y="13" width="30" height="30"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="15"/>
<state key="normal" title="Info">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z5z-H3-pxT">
<rect key="frame" x="253" y="13" width="57" height="30"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="15"/>
<state key="normal" title="Remove">
<color key="titleColor" red="0.94509810209274292" green="0.32941177487373352" blue="0.22745099663734436" alpha="1" colorSpace="deviceRGB"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sag-J0-OiG">
<rect key="frame" x="28" y="8" width="157" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.035294119268655777" green="0.32549020648002625" blue="0.31372550129890442" alpha="1" colorSpace="deviceRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Bf-6v-zD0">
<rect key="frame" x="28" y="36" width="284" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
<color key="textColor" red="0.0" green="0.63921570777893066" blue="0.60000002384185791" alpha="1" colorSpace="deviceRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<outlet property="bucketInfo" destination="YEv-Ou-mcV" id="Phe-Fm-Z8f"/>
<outlet property="bucketInfoButton" destination="YEv-Ou-mcV" id="L25-w6-wD7"/>
<outlet property="bucketRemoveButton" destination="Z5z-H3-pxT" id="0zU-f3-i1D"/>
<outlet property="subInfo" destination="7Bf-6v-zD0" id="68Z-KF-euV"/>
<outlet property="title" destination="sag-J0-OiG" id="Ksq-Vl-xrb"/>
</connections>
<point key="canvasLocation" x="512" y="232"/>
</tableViewCell>
</objects>
</document>