MyWorkSpaceCell.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="MyWorkSpaceCell" id="gTV-IL-0wX" customClass="MyWorkSpaceCell">
  14. <rect key="frame" x="0.0" y="0.0" width="40" height="65"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="40" height="65"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="工作-箭头" translatesAutoresizingMaskIntoConstraints="NO" id="4ai-FC-62d">
  21. <rect key="frame" x="13" y="20" width="14" height="10"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="14" id="ZqM-8E-CAN"/>
  24. <constraint firstAttribute="height" constant="10" id="gFm-U4-7eu"/>
  25. </constraints>
  26. </imageView>
  27. </subviews>
  28. </view>
  29. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <constraints>
  31. <constraint firstItem="4ai-FC-62d" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="20" id="ZWc-I6-yg6"/>
  32. <constraint firstItem="4ai-FC-62d" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="crp-GM-XpO"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  35. <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
  36. </collectionViewCell>
  37. </objects>
  38. <resources>
  39. <image name="工作-箭头" width="14" height="9.5"/>
  40. </resources>
  41. </document>