added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / NewsDetails / Cells / SimpleGalleryCollectionViewCell.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="SimpleGalleryCollectionViewCell" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
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="50" height="50"/>
20                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
21                 <subviews>
22                     <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IDE-fz-O4z">
23                         <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
24                     </imageView>
25                 </subviews>
26             </view>
27             <color key="backgroundColor" red="0.0" green="0.50196078430000002" blue="0.53333333329999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
28             <constraints>
29                 <constraint firstAttribute="trailing" secondItem="IDE-fz-O4z" secondAttribute="trailing" id="TwC-hX-Qhb"/>
30                 <constraint firstItem="IDE-fz-O4z" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="agT-iN-Bsk"/>
31                 <constraint firstItem="IDE-fz-O4z" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="h1a-qt-6tB"/>
32                 <constraint firstAttribute="bottom" secondItem="IDE-fz-O4z" secondAttribute="bottom" id="qnC-3p-OiC"/>
33             </constraints>
34             <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
35             <connections>
36                 <outlet property="imageView" destination="IDE-fz-O4z" id="RNJ-tf-tlx"/>
37             </connections>
38         </collectionViewCell>
39     </objects>
40 </document>