added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Search / Cells / SearchFilterCollectionViewCell.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3     <device id="retina4_7" orientation="portrait">
4         <adaptation id="fullscreen"/>
5     </device>
6     <dependencies>
7         <deployment identifier="iOS"/>
8         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
10         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
11     </dependencies>
12     <objects>
13         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
14         <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
15         <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SearchFilterCollectionViewCell" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="181" height="44"/>
17             <autoresizingMask key="autoresizingMask"/>
18             <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
19                 <rect key="frame" x="0.0" y="0.0" width="181" height="44"/>
20                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
21                 <subviews>
22                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nva-d8-i6t">
23                         <rect key="frame" x="4" y="9" width="173" height="26"/>
24                         <subviews>
25                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fow-zA-bpI">
26                                 <rect key="frame" x="10" y="7" width="135" height="12"/>
27                                 <fontDescription key="fontDescription" type="system" weight="medium" pointSize="10"/>
28                                 <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
29                                 <nil key="highlightedColor"/>
30                             </label>
31                             <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="navbar_close-small" translatesAutoresizingMaskIntoConstraints="NO" id="o8d-qe-icZ">
32                                 <rect key="frame" x="155" y="9" width="8" height="8"/>
33                                 <constraints>
34                                     <constraint firstAttribute="height" constant="8" id="8z7-wb-e3P"/>
35                                     <constraint firstAttribute="width" constant="8" id="T7P-wR-VHu"/>
36                                 </constraints>
37                             </imageView>
38                         </subviews>
39                         <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
40                         <constraints>
41                             <constraint firstItem="o8d-qe-icZ" firstAttribute="centerY" secondItem="Nva-d8-i6t" secondAttribute="centerY" id="9Vt-bT-Nl6"/>
42                             <constraint firstItem="o8d-qe-icZ" firstAttribute="leading" secondItem="fow-zA-bpI" secondAttribute="trailing" constant="10" id="Kss-Ho-SNe"/>
43                             <constraint firstItem="fow-zA-bpI" firstAttribute="leading" secondItem="Nva-d8-i6t" secondAttribute="leading" constant="10" id="WVg-6A-mAf"/>
44                             <constraint firstAttribute="trailing" secondItem="o8d-qe-icZ" secondAttribute="trailing" constant="10" id="dk1-ih-bxG"/>
45                             <constraint firstAttribute="height" constant="26" id="kWf-zO-agm"/>
46                             <constraint firstItem="fow-zA-bpI" firstAttribute="centerY" secondItem="o8d-qe-icZ" secondAttribute="centerY" id="pJS-P6-tVw"/>
47                         </constraints>
48                     </view>
49                 </subviews>
50             </view>
51             <constraints>
52                 <constraint firstItem="Nva-d8-i6t" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="4" id="BTp-mh-yd2"/>
53                 <constraint firstItem="Nva-d8-i6t" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="EH7-TQ-TKr"/>
54                 <constraint firstAttribute="trailing" secondItem="Nva-d8-i6t" secondAttribute="trailing" constant="4" id="Tjl-ql-jM7"/>
55             </constraints>
56             <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
57             <size key="customSize" width="181" height="40"/>
58             <connections>
59                 <outlet property="bgView" destination="Nva-d8-i6t" id="JLc-zu-XDN"/>
60                 <outlet property="closeImageView" destination="o8d-qe-icZ" id="ZEi-CL-DSi"/>
61                 <outlet property="titleLabel" destination="fow-zA-bpI" id="PJa-h9-MSR"/>
62             </connections>
63             <point key="canvasLocation" x="99.5" y="54"/>
64         </collectionViewCell>
65     </objects>
66     <resources>
67         <image name="navbar_close-small" width="7" height="7"/>
68     </resources>
69 </document>