RQUnDoProjectCell.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQUnDoProjectCell">
  13. <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kEV-bH-bLz">
  20. <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="未开发" translatesAutoresizingMaskIntoConstraints="NO" id="SKe-uz-SPA">
  23. <rect key="frame" x="108.66666666666669" y="1" width="128" height="128"/>
  24. <constraints>
  25. <constraint firstAttribute="width" secondItem="SKe-uz-SPA" secondAttribute="height" multiplier="1:1" id="Uqn-Wq-b1V"/>
  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="SKe-uz-SPA" firstAttribute="centerX" secondItem="kEV-bH-bLz" secondAttribute="centerX" id="bIA-oD-4Ci"/>
  32. <constraint firstItem="SKe-uz-SPA" firstAttribute="centerY" secondItem="kEV-bH-bLz" secondAttribute="centerY" id="uXz-gy-uce"/>
  33. </constraints>
  34. </view>
  35. </subviews>
  36. </view>
  37. <constraints>
  38. <constraint firstItem="kEV-bH-bLz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="1eS-Ag-D46"/>
  39. <constraint firstItem="kEV-bH-bLz" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="OAp-nS-9eo"/>
  40. <constraint firstAttribute="bottom" secondItem="kEV-bH-bLz" secondAttribute="bottom" id="bAm-xR-ZBW"/>
  41. <constraint firstItem="SKe-uz-SPA" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" multiplier="128/345" id="oYT-9S-gE1"/>
  42. <constraint firstAttribute="trailing" secondItem="kEV-bH-bLz" secondAttribute="trailing" id="qYh-zG-6w0"/>
  43. </constraints>
  44. <point key="canvasLocation" x="-6" y="42"/>
  45. </collectionViewCell>
  46. </objects>
  47. <resources>
  48. <image name="未开发" width="128" height="128"/>
  49. </resources>
  50. </document>