CFImageViewCell.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  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" reuseIdentifier="CFImageViewCell" id="gTV-IL-0wX" customClass="CFImageViewCell" customModule="O2Platform" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="135" height="132"/>
  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="135" height="132"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="file_unknown_icon" translatesAutoresizingMaskIntoConstraints="NO" id="DAv-dh-nKI">
  23. <rect key="frame" x="0.0" y="0.0" width="135" height="132"/>
  24. </imageView>
  25. </subviews>
  26. </view>
  27. <constraints>
  28. <constraint firstAttribute="trailing" secondItem="DAv-dh-nKI" secondAttribute="trailing" id="2A5-X7-vZV"/>
  29. <constraint firstAttribute="bottom" secondItem="DAv-dh-nKI" secondAttribute="bottom" id="UOi-3W-ZAR"/>
  30. <constraint firstItem="DAv-dh-nKI" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="gOi-Ut-pr1"/>
  31. <constraint firstItem="DAv-dh-nKI" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="pxf-6f-7cs"/>
  32. </constraints>
  33. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  34. <size key="customSize" width="135" height="132"/>
  35. <connections>
  36. <outlet property="cloudImageView" destination="DAv-dh-nKI" id="cUg-XC-AKH"/>
  37. </connections>
  38. <point key="canvasLocation" x="193.47826086956522" y="149.33035714285714"/>
  39. </collectionViewCell>
  40. </objects>
  41. <resources>
  42. <image name="file_unknown_icon" width="40" height="40"/>
  43. </resources>
  44. </document>