1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQUnDoProjectTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="345" height="130"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Bk9-2Z-u5w">
- <rect key="frame" x="16" y="0.0" width="313" height="130"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="未开发" translatesAutoresizingMaskIntoConstraints="NO" id="5tl-8x-nhi">
- <rect key="frame" x="92.666666666666686" y="1" width="128" height="128"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="5tl-8x-nhi" secondAttribute="height" multiplier="1:1" id="9pY-qt-CQp"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="5tl-8x-nhi" firstAttribute="centerY" secondItem="Bk9-2Z-u5w" secondAttribute="centerY" id="VTJ-YR-ke8"/>
- <constraint firstItem="5tl-8x-nhi" firstAttribute="centerX" secondItem="Bk9-2Z-u5w" secondAttribute="centerX" id="iJu-3D-H8Y"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="Bk9-2Z-u5w" secondAttribute="bottom" id="9sC-f7-bVS"/>
- <constraint firstItem="Bk9-2Z-u5w" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="jeb-bZ-euK"/>
- <constraint firstItem="Bk9-2Z-u5w" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="jtU-PN-mPo"/>
- <constraint firstAttribute="trailing" secondItem="Bk9-2Z-u5w" secondAttribute="trailing" constant="16" id="s9c-YC-GoF"/>
- </constraints>
- </tableViewCellContentView>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="myAdView" destination="Bk9-2Z-u5w" id="x7j-It-6vq"/>
- </connections>
- <point key="canvasLocation" x="53" y="42"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="未开发" width="128" height="128"/>
- </resources>
- </document>
|