猎豆优选

ZLPhotoBrowserCell.xib 5.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" 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="13173"/>
  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" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="ZLPhotoBrowserCell" rowHeight="75" id="KGk-i7-Jjw" customClass="ZLPhotoBrowserCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="65"/>
  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="287" height="64.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="si3-7g-P4k">
  22. <rect key="frame" x="12" y="1" width="63" height="63"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="63" id="DVK-qs-sWd"/>
  25. </constraints>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vtq-1w-Wle">
  28. <rect key="frame" x="83" y="20" width="42" height="25"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="25" id="nRo-Vp-JeI"/>
  31. </constraints>
  32. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  33. <nil key="textColor"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Iu8-6b-5Wi">
  37. <rect key="frame" x="135" y="21" width="42" height="21"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  39. <color key="textColor" red="0.33333333333333331" green="0.3333333432674408" blue="0.3333333432674408" alpha="0.78571051520270274" colorSpace="custom" customColorSpace="sRGB"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="bottom" secondItem="si3-7g-P4k" secondAttribute="bottom" constant="1" id="5z5-Kt-SXm"/>
  45. <constraint firstItem="vtq-1w-Wle" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="E3M-mK-mqr"/>
  46. <constraint firstItem="si3-7g-P4k" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="GBz-rH-3mY"/>
  47. <constraint firstItem="Iu8-6b-5Wi" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Rep-vf-UUr"/>
  48. <constraint firstItem="Iu8-6b-5Wi" firstAttribute="leading" secondItem="vtq-1w-Wle" secondAttribute="trailing" constant="10" id="ePV-yx-5KQ"/>
  49. <constraint firstItem="vtq-1w-Wle" firstAttribute="leading" secondItem="si3-7g-P4k" secondAttribute="trailing" constant="8" id="n1E-gJ-A4a"/>
  50. <constraint firstItem="si3-7g-P4k" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="1" id="raz-F0-sX9"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outlet property="headImageView" destination="si3-7g-P4k" id="OIk-be-u3i"/>
  55. <outlet property="labCount" destination="Iu8-6b-5Wi" id="qpb-J4-eCQ"/>
  56. <outlet property="labTitle" destination="vtq-1w-Wle" id="SzR-Hl-daw"/>
  57. </connections>
  58. <point key="canvasLocation" x="154" y="202.5"/>
  59. </tableViewCell>
  60. </objects>
  61. </document>