added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Common / Cells / BookTableViewCell.xib
diff --git a/iOS/WolneLektury/Screens/Common/Cells/BookTableViewCell.xib b/iOS/WolneLektury/Screens/Common/Cells/BookTableViewCell.xib
new file mode 100644 (file)
index 0000000..1064ae9
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+    <device id="retina4_7" orientation="portrait">
+        <adaptation id="fullscreen"/>
+    </device>
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
+        <capability name="Safe area layout guides" minToolsVersion="9.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" id="KGk-i7-Jjw" customClass="BookTableViewCell" customModule="WolneLektury" customModuleProvider="target">
+            <rect key="frame" x="0.0" y="0.0" width="320" height="137"/>
+            <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="136.5"/>
+                <autoresizingMask key="autoresizingMask"/>
+                <subviews>
+                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="TKE-6b-nvc">
+                        <rect key="frame" x="11" y="3" width="90" height="129.5"/>
+                        <constraints>
+                            <constraint firstAttribute="width" constant="90" id="Ryj-Lc-zUs"/>
+                        </constraints>
+                    </imageView>
+                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqy-pB-CIg" customClass="BookDescriptionView" customModule="WolneLektury" customModuleProvider="target">
+                        <rect key="frame" x="117" y="1" width="187" height="133"/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
+                        <constraints>
+                            <constraint firstAttribute="height" constant="133" placeholder="YES" id="buW-ph-N24"/>
+                        </constraints>
+                    </view>
+                </subviews>
+                <constraints>
+                    <constraint firstItem="sqy-pB-CIg" firstAttribute="height" relation="lessThanOrEqual" secondItem="TKE-6b-nvc" secondAttribute="height" constant="4" id="4ro-Ss-78Y"/>
+                    <constraint firstItem="TKE-6b-nvc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="3" id="BmQ-7n-9hq"/>
+                    <constraint firstAttribute="bottom" secondItem="TKE-6b-nvc" secondAttribute="bottom" constant="4" id="Bps-nc-7vz"/>
+                    <constraint firstAttribute="trailing" secondItem="sqy-pB-CIg" secondAttribute="trailing" constant="16" id="OHs-hb-MnS"/>
+                    <constraint firstItem="sqy-pB-CIg" firstAttribute="leading" secondItem="TKE-6b-nvc" secondAttribute="trailing" constant="16" id="QyD-Pq-h5U"/>
+                    <constraint firstItem="TKE-6b-nvc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="11" id="RMC-zO-C2x"/>
+                    <constraint firstItem="sqy-pB-CIg" firstAttribute="centerY" secondItem="TKE-6b-nvc" secondAttribute="centerY" id="iYB-Up-SDB"/>
+                </constraints>
+            </tableViewCellContentView>
+            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
+            <connections>
+                <outlet property="bookDescriptionView" destination="sqy-pB-CIg" id="52T-PD-5yw"/>
+                <outlet property="coverImageView" destination="TKE-6b-nvc" id="yuK-Sd-wxF"/>
+            </connections>
+        </tableViewCell>
+    </objects>
+</document>