DKPhotoPickerGroupTableViewCell.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="groupCell" rowHeight="80" id="KGk-i7-Jjw" customClass="DKPhotoPickerGroupTableViewCell">
  11. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  12. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  14. <rect key="frame" x="0.0" y="0.0" width="287" height="79"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="sjv-sV-1ct">
  18. <rect key="frame" x="5" y="5" width="70" height="70"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <animations/>
  21. </imageView>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7fN-ha-XL2">
  23. <rect key="frame" x="83" y="41" width="229" height="21"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  25. <animations/>
  26. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  27. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="pxg-7T-Guo">
  31. <rect key="frame" x="83" y="17" width="229" height="21"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <animations/>
  34. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  35. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <animations/>
  40. </tableViewCellContentView>
  41. <animations/>
  42. <connections>
  43. <outlet property="groupImageView" destination="sjv-sV-1ct" id="K9S-Fw-bCA"/>
  44. <outlet property="groupNameLabel" destination="pxg-7T-Guo" id="q1k-6P-yme"/>
  45. <outlet property="groupPicCountLabel" destination="7fN-ha-XL2" id="5qd-TT-eRq"/>
  46. </connections>
  47. <point key="canvasLocation" x="245" y="246"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>