-
Notifications
You must be signed in to change notification settings - Fork 0
/
GuideTableViewCell.xib
64 lines (64 loc) · 5.24 KB
/
GuideTableViewCell.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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</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="GuideTableViewCell" rowHeight="173" id="KGk-i7-Jjw" customClass="GuideTableViewCell" customModule="Jakobskinder" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="173"/>
<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="173"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="U7I-kw-Eae">
<rect key="frame" x="0.0" y="38" width="320" height="135"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="135" id="lUk-GK-xgK"/>
</constraints>
<collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="hsf-U2-152">
<size key="itemSize" width="128" height="128"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
</collectionView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1iA-fN-FmG">
<rect key="frame" x="8" y="8" width="304" height="22"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="1iA-fN-FmG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="G5z-jH-8cm"/>
<constraint firstItem="U7I-kw-Eae" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Guw-ss-gDu"/>
<constraint firstAttribute="trailing" secondItem="1iA-fN-FmG" secondAttribute="trailing" constant="8" id="cpe-FJ-RCR"/>
<constraint firstAttribute="trailing" secondItem="U7I-kw-Eae" secondAttribute="trailing" id="dCD-m9-vgb"/>
<constraint firstItem="U7I-kw-Eae" firstAttribute="top" secondItem="1iA-fN-FmG" secondAttribute="bottom" constant="8" id="fhf-jQ-82D"/>
<constraint firstAttribute="bottom" secondItem="U7I-kw-Eae" secondAttribute="bottom" id="p7K-Yg-9HD"/>
<constraint firstItem="1iA-fN-FmG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="reV-33-D8Z"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<connections>
<outlet property="collectionView" destination="U7I-kw-Eae" id="pDD-bS-KtT"/>
<outlet property="titleLabel" destination="1iA-fN-FmG" id="ySK-79-dDP"/>
</connections>
<point key="canvasLocation" x="102.89855072463769" y="153.01339285714286"/>
</tableViewCell>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>