STTablePhotoCell.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="367" id="KGk-i7-Jjw" customClass="STTablePhotoCell">
  15. <rect key="frame" x="0.0" y="0.0" width="380" height="367"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="380" height="366"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Hu4-io-ey3">
  22. <rect key="frame" x="0.0" y="0.0" width="380" height="366"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  24. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="0yw-dT-PJ2" customClass="STCollectionPhotoFlowLayout">
  25. <size key="itemSize" width="50" height="50"/>
  26. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  27. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  28. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  29. </collectionViewFlowLayout>
  30. <connections>
  31. <outlet property="dataSource" destination="-1" id="OZy-qB-23U"/>
  32. <outlet property="delegate" destination="-1" id="wRW-A0-tI2"/>
  33. </connections>
  34. </collectionView>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Uk-KA-Gsw">
  36. <rect key="frame" x="8" y="366" width="372" height="1"/>
  37. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  38. <constraints>
  39. <constraint firstAttribute="height" constant="1" id="gBY-aX-tPL"/>
  40. </constraints>
  41. </view>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="trailing" secondItem="Hu4-io-ey3" secondAttribute="trailing" id="Eoy-f4-8lT"/>
  45. <constraint firstItem="Hu4-io-ey3" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Hf3-AM-2oA"/>
  46. <constraint firstItem="6Uk-KA-Gsw" firstAttribute="top" secondItem="Hu4-io-ey3" secondAttribute="bottom" id="TXJ-Ck-cLW"/>
  47. <constraint firstAttribute="trailing" secondItem="6Uk-KA-Gsw" secondAttribute="trailing" id="XPJ-3F-XUH"/>
  48. <constraint firstItem="Hu4-io-ey3" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="axk-y5-Twa"/>
  49. <constraint firstAttribute="bottom" secondItem="6Uk-KA-Gsw" secondAttribute="bottom" id="qB4-bG-RXV"/>
  50. <constraint firstItem="6Uk-KA-Gsw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="quD-PE-ubp"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outlet property="collectionView" destination="Hu4-io-ey3" id="Yp6-D9-oDB"/>
  55. <outlet property="separatorView" destination="6Uk-KA-Gsw" id="Cqe-2N-Q0q"/>
  56. </connections>
  57. <point key="canvasLocation" x="-242" y="65.5"/>
  58. </tableViewCell>
  59. </objects>
  60. </document>