added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / NewsDetails / Cells / SimpleGalleryCollectionViewCell.xib
diff --git a/iOS/WolneLektury/Screens/NewsDetails/Cells/SimpleGalleryCollectionViewCell.xib b/iOS/WolneLektury/Screens/NewsDetails/Cells/SimpleGalleryCollectionViewCell.xib
new file mode 100644 (file)
index 0000000..10d7d0d
--- /dev/null
@@ -0,0 +1,40 @@
+<?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"/>
+        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SimpleGalleryCollectionViewCell" customModule="WolneLektury" customModuleProvider="target">
+            <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
+            <autoresizingMask key="autoresizingMask"/>
+            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
+                <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
+                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
+                <subviews>
+                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IDE-fz-O4z">
+                        <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
+                    </imageView>
+                </subviews>
+            </view>
+            <color key="backgroundColor" red="0.0" green="0.50196078430000002" blue="0.53333333329999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+            <constraints>
+                <constraint firstAttribute="trailing" secondItem="IDE-fz-O4z" secondAttribute="trailing" id="TwC-hX-Qhb"/>
+                <constraint firstItem="IDE-fz-O4z" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="agT-iN-Bsk"/>
+                <constraint firstItem="IDE-fz-O4z" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="h1a-qt-6tB"/>
+                <constraint firstAttribute="bottom" secondItem="IDE-fz-O4z" secondAttribute="bottom" id="qnC-3p-OiC"/>
+            </constraints>
+            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
+            <connections>
+                <outlet property="imageView" destination="IDE-fz-O4z" id="RNJ-tf-tlx"/>
+            </connections>
+        </collectionViewCell>
+    </objects>
+</document>