HomeTableViewCell.xib 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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" 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="14460.20"/>
  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="10" rowHeight="181" id="KGk-i7-Jjw" customClass="HomeTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="181"/>
  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="180.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="34T-DY-5cb">
  23. <rect key="frame" x="15" y="15" width="290" height="165.5"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="165.5" id="bcR-Fg-lcP"/>
  26. </constraints>
  27. </imageView>
  28. </subviews>
  29. <constraints>
  30. <constraint firstAttribute="trailing" secondItem="34T-DY-5cb" secondAttribute="trailing" constant="15" id="4L2-HA-4cM"/>
  31. <constraint firstItem="34T-DY-5cb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="9h3-9u-Bgp"/>
  32. <constraint firstAttribute="bottom" secondItem="34T-DY-5cb" secondAttribute="bottom" id="q3E-CD-2gW"/>
  33. <constraint firstItem="34T-DY-5cb" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="tTc-Td-SCA"/>
  34. </constraints>
  35. </tableViewCellContentView>
  36. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  37. <connections>
  38. <outlet property="img" destination="34T-DY-5cb" id="vTH-zp-cQ0"/>
  39. <outlet property="imgHeight" destination="bcR-Fg-lcP" id="3fy-3i-ajh"/>
  40. </connections>
  41. <point key="canvasLocation" x="-45" y="125"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>