added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Library / Cells / BookCollectionViewCell.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="BookCollectionViewCell" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="120" height="177"/>
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="120" height="177"/>
20                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
21                 <subviews>
22                     <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WdZ-Zj-o2C">
23                         <rect key="frame" x="0.0" y="0.0" width="120" height="177"/>
24                         <subviews>
25                             <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Szm-VA-cOa">
26                                 <rect key="frame" x="0.0" y="0.0" width="120" height="177"/>
27                             </imageView>
28                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ANs-UY-S9s" customClass="BookImageOverlayView" customModule="WolneLektury" customModuleProvider="target">
29                                 <rect key="frame" x="0.0" y="0.0" width="120" height="177"/>
30                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
31                             </view>
32                         </subviews>
33                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
34                         <constraints>
35                             <constraint firstItem="ANs-UY-S9s" firstAttribute="top" secondItem="WdZ-Zj-o2C" secondAttribute="top" id="4V4-ks-5DN"/>
36                             <constraint firstItem="Szm-VA-cOa" firstAttribute="top" secondItem="WdZ-Zj-o2C" secondAttribute="top" id="BBq-Jz-nhP"/>
37                             <constraint firstItem="Szm-VA-cOa" firstAttribute="leading" secondItem="WdZ-Zj-o2C" secondAttribute="leading" id="IgI-63-NmP"/>
38                             <constraint firstItem="ANs-UY-S9s" firstAttribute="leading" secondItem="WdZ-Zj-o2C" secondAttribute="leading" id="JhP-0Q-bxs"/>
39                             <constraint firstAttribute="bottom" secondItem="ANs-UY-S9s" secondAttribute="bottom" id="Lqk-wk-M0L"/>
40                             <constraint firstAttribute="trailing" secondItem="ANs-UY-S9s" secondAttribute="trailing" id="acf-5r-Rq0"/>
41                             <constraint firstAttribute="trailing" secondItem="Szm-VA-cOa" secondAttribute="trailing" id="caQ-KN-YeF"/>
42                             <constraint firstAttribute="bottom" secondItem="Szm-VA-cOa" secondAttribute="bottom" id="qt4-vM-fJB"/>
43                         </constraints>
44                     </view>
45                 </subviews>
46             </view>
47             <constraints>
48                 <constraint firstAttribute="trailing" secondItem="WdZ-Zj-o2C" secondAttribute="trailing" id="QBE-gO-ugl"/>
49                 <constraint firstItem="WdZ-Zj-o2C" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="SEv-HY-8oh"/>
50                 <constraint firstAttribute="bottom" secondItem="WdZ-Zj-o2C" secondAttribute="bottom" id="awn-OT-5yB"/>
51                 <constraint firstItem="WdZ-Zj-o2C" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="ff7-iD-yeX"/>
52             </constraints>
53             <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
54             <connections>
55                 <outlet property="bgView" destination="WdZ-Zj-o2C" id="bj0-kK-F7M"/>
56                 <outlet property="coverImageView" destination="Szm-VA-cOa" id="d4A-Kf-4z1"/>
57                 <outlet property="overlayView" destination="ANs-UY-S9s" id="Ov9-Sx-B4k"/>
58             </connections>
59             <point key="canvasLocation" x="34" y="134.5"/>
60         </collectionViewCell>
61     </objects>
62 </document>