123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="MyWorkSpaceCell" id="gTV-IL-0wX" customClass="MyWorkSpaceCell">
- <rect key="frame" x="0.0" y="0.0" width="40" height="65"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="40" height="65"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="工作-箭头" translatesAutoresizingMaskIntoConstraints="NO" id="4ai-FC-62d">
- <rect key="frame" x="13" y="20" width="14" height="10"/>
- <constraints>
- <constraint firstAttribute="width" constant="14" id="ZqM-8E-CAN"/>
- <constraint firstAttribute="height" constant="10" id="gFm-U4-7eu"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="4ai-FC-62d" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="20" id="ZWc-I6-yg6"/>
- <constraint firstItem="4ai-FC-62d" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="crp-GM-XpO"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="工作-箭头" width="14" height="9.5"/>
- </resources>
- </document>
|