OOSelectPersonTableViewCell.xib 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" 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. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="0.0" rowHeight="70" id="KGk-i7-Jjw" customClass="OOSelectPersonTableViewCell" customModule="O2Platform" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="70"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="69.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="gNJ-YZ-inw">
  23. <rect key="frame" x="0.0" y="0.0" width="320" height="69.5"/>
  24. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Tk3-V9-lhJ">
  26. <size key="itemSize" width="60" height="60"/>
  27. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  28. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  29. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  30. </collectionViewFlowLayout>
  31. </collectionView>
  32. </subviews>
  33. <constraints>
  34. <constraint firstAttribute="bottom" secondItem="gNJ-YZ-inw" secondAttribute="bottom" id="LFW-CT-HRL"/>
  35. <constraint firstItem="gNJ-YZ-inw" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Zh3-eh-crm"/>
  36. <constraint firstItem="gNJ-YZ-inw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="iRh-gy-ocP"/>
  37. <constraint firstAttribute="trailing" secondItem="gNJ-YZ-inw" secondAttribute="trailing" id="yFQ-aF-2tc"/>
  38. </constraints>
  39. </tableViewCellContentView>
  40. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  41. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  42. <connections>
  43. <outlet property="personCollectionView" destination="gNJ-YZ-inw" id="2AH-Am-cWQ"/>
  44. </connections>
  45. <point key="canvasLocation" x="135" y="59"/>
  46. </tableViewCell>
  47. </objects>
  48. </document>