sliderCollectionVCell.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="14460.20"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="sliderCollectionVCELL" id="gTV-IL-0wX" customClass="sliderCollectionVCell">
  15. <rect key="frame" x="0.0" y="0.0" width="103" height="93"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="103" height="93"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="w3Z-Nv-jZh">
  22. <rect key="frame" x="0.0" y="0.0" width="103" height="93"/>
  23. </imageView>
  24. </subviews>
  25. </view>
  26. <constraints>
  27. <constraint firstItem="w3Z-Nv-jZh" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="5Lc-i9-KGn"/>
  28. <constraint firstItem="w3Z-Nv-jZh" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="8Tt-LX-ZjG"/>
  29. <constraint firstAttribute="bottom" secondItem="w3Z-Nv-jZh" secondAttribute="bottom" id="JJ4-gq-XZk"/>
  30. <constraint firstAttribute="trailing" secondItem="w3Z-Nv-jZh" secondAttribute="trailing" id="SUR-4T-xQZ"/>
  31. </constraints>
  32. <size key="customSize" width="103" height="93"/>
  33. <connections>
  34. <outlet property="imgV" destination="w3Z-Nv-jZh" id="Ien-XY-H1h"/>
  35. </connections>
  36. <point key="canvasLocation" x="172" y="133.5832083958021"/>
  37. </collectionViewCell>
  38. </objects>
  39. </document>