1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <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" id="gTV-IL-0wX" customClass="RQUnDoProjectCell">
- <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kEV-bH-bLz">
- <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="未开发" translatesAutoresizingMaskIntoConstraints="NO" id="SKe-uz-SPA">
- <rect key="frame" x="108.66666666666669" y="1" width="128" height="128"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="SKe-uz-SPA" secondAttribute="height" multiplier="1:1" id="Uqn-Wq-b1V"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="SKe-uz-SPA" firstAttribute="centerX" secondItem="kEV-bH-bLz" secondAttribute="centerX" id="bIA-oD-4Ci"/>
- <constraint firstItem="SKe-uz-SPA" firstAttribute="centerY" secondItem="kEV-bH-bLz" secondAttribute="centerY" id="uXz-gy-uce"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="kEV-bH-bLz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="1eS-Ag-D46"/>
- <constraint firstItem="kEV-bH-bLz" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="OAp-nS-9eo"/>
- <constraint firstAttribute="bottom" secondItem="kEV-bH-bLz" secondAttribute="bottom" id="bAm-xR-ZBW"/>
- <constraint firstItem="SKe-uz-SPA" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" multiplier="128/345" id="oYT-9S-gE1"/>
- <constraint firstAttribute="trailing" secondItem="kEV-bH-bLz" secondAttribute="trailing" id="qYh-zG-6w0"/>
- </constraints>
- <point key="canvasLocation" x="-6" y="42"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="未开发" width="128" height="128"/>
- </resources>
- </document>
|