RQUnDoProjectTableViewCell.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQUnDoProjectTableViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Bk9-2Z-u5w">
  20. <rect key="frame" x="16" y="0.0" width="313" height="130"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="未开发" translatesAutoresizingMaskIntoConstraints="NO" id="5tl-8x-nhi">
  23. <rect key="frame" x="92.666666666666686" y="1" width="128" height="128"/>
  24. <constraints>
  25. <constraint firstAttribute="width" secondItem="5tl-8x-nhi" secondAttribute="height" multiplier="1:1" id="9pY-qt-CQp"/>
  26. </constraints>
  27. </imageView>
  28. </subviews>
  29. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <constraints>
  31. <constraint firstItem="5tl-8x-nhi" firstAttribute="centerY" secondItem="Bk9-2Z-u5w" secondAttribute="centerY" id="VTJ-YR-ke8"/>
  32. <constraint firstItem="5tl-8x-nhi" firstAttribute="centerX" secondItem="Bk9-2Z-u5w" secondAttribute="centerX" id="iJu-3D-H8Y"/>
  33. </constraints>
  34. </view>
  35. </subviews>
  36. <constraints>
  37. <constraint firstAttribute="bottom" secondItem="Bk9-2Z-u5w" secondAttribute="bottom" id="9sC-f7-bVS"/>
  38. <constraint firstItem="Bk9-2Z-u5w" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="jeb-bZ-euK"/>
  39. <constraint firstItem="Bk9-2Z-u5w" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="jtU-PN-mPo"/>
  40. <constraint firstAttribute="trailing" secondItem="Bk9-2Z-u5w" secondAttribute="trailing" constant="16" id="s9c-YC-GoF"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <connections>
  45. <outlet property="myAdView" destination="Bk9-2Z-u5w" id="x7j-It-6vq"/>
  46. </connections>
  47. <point key="canvasLocation" x="53" y="42"/>
  48. </tableViewCell>
  49. </objects>
  50. <resources>
  51. <image name="未开发" width="128" height="128"/>
  52. </resources>
  53. </document>