1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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" reuseIdentifier="CFImageViewCell" id="gTV-IL-0wX" customClass="CFImageViewCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="135" height="132"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="135" height="132"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="file_unknown_icon" translatesAutoresizingMaskIntoConstraints="NO" id="DAv-dh-nKI">
- <rect key="frame" x="0.0" y="0.0" width="135" height="132"/>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="DAv-dh-nKI" secondAttribute="trailing" id="2A5-X7-vZV"/>
- <constraint firstAttribute="bottom" secondItem="DAv-dh-nKI" secondAttribute="bottom" id="UOi-3W-ZAR"/>
- <constraint firstItem="DAv-dh-nKI" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="gOi-Ut-pr1"/>
- <constraint firstItem="DAv-dh-nKI" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="pxf-6f-7cs"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
- <size key="customSize" width="135" height="132"/>
- <connections>
- <outlet property="cloudImageView" destination="DAv-dh-nKI" id="cUg-XC-AKH"/>
- </connections>
- <point key="canvasLocation" x="193.47826086956522" y="149.33035714285714"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="file_unknown_icon" width="40" height="40"/>
- </resources>
- </document>
|