added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Common / Cells / BookTableViewCell.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         <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="BookTableViewCell" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="320" height="137"/>
17             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18             <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
19                 <rect key="frame" x="0.0" y="0.0" width="320" height="136.5"/>
20                 <autoresizingMask key="autoresizingMask"/>
21                 <subviews>
22                     <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="TKE-6b-nvc">
23                         <rect key="frame" x="11" y="3" width="90" height="129.5"/>
24                         <constraints>
25                             <constraint firstAttribute="width" constant="90" id="Ryj-Lc-zUs"/>
26                         </constraints>
27                     </imageView>
28                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqy-pB-CIg" customClass="BookDescriptionView" customModule="WolneLektury" customModuleProvider="target">
29                         <rect key="frame" x="117" y="1" width="187" height="133"/>
30                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
31                         <constraints>
32                             <constraint firstAttribute="height" constant="133" placeholder="YES" id="buW-ph-N24"/>
33                         </constraints>
34                     </view>
35                 </subviews>
36                 <constraints>
37                     <constraint firstItem="sqy-pB-CIg" firstAttribute="height" relation="lessThanOrEqual" secondItem="TKE-6b-nvc" secondAttribute="height" constant="4" id="4ro-Ss-78Y"/>
38                     <constraint firstItem="TKE-6b-nvc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="3" id="BmQ-7n-9hq"/>
39                     <constraint firstAttribute="bottom" secondItem="TKE-6b-nvc" secondAttribute="bottom" constant="4" id="Bps-nc-7vz"/>
40                     <constraint firstAttribute="trailing" secondItem="sqy-pB-CIg" secondAttribute="trailing" constant="16" id="OHs-hb-MnS"/>
41                     <constraint firstItem="sqy-pB-CIg" firstAttribute="leading" secondItem="TKE-6b-nvc" secondAttribute="trailing" constant="16" id="QyD-Pq-h5U"/>
42                     <constraint firstItem="TKE-6b-nvc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="11" id="RMC-zO-C2x"/>
43                     <constraint firstItem="sqy-pB-CIg" firstAttribute="centerY" secondItem="TKE-6b-nvc" secondAttribute="centerY" id="iYB-Up-SDB"/>
44                 </constraints>
45             </tableViewCellContentView>
46             <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
47             <connections>
48                 <outlet property="bookDescriptionView" destination="sqy-pB-CIg" id="52T-PD-5yw"/>
49                 <outlet property="coverImageView" destination="TKE-6b-nvc" id="yuK-Sd-wxF"/>
50             </connections>
51         </tableViewCell>
52     </objects>
53 </document>