| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
- <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="NOCotent" id="gTV-IL-0wX" customClass="NoCotentCell">
- <rect key="frame" x="0.0" y="0.0" width="226" height="317"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="226" height="317"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="com_no_content" translatesAutoresizingMaskIntoConstraints="NO" id="wK0-95-Yrf">
- <rect key="frame" x="38" y="71.5" width="150" height="175"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="Ir0-sh-Yo4"/>
- <constraint firstAttribute="height" constant="175" id="tng-Zk-dmu"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="亲~暂无任何内容" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3tK-pZ-1um">
- <rect key="frame" x="63" y="251.5" width="101.5" height="16"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="kwX-Or-vaC"/>
- <constraint firstAttribute="width" constant="101.5" id="zAe-Zm-Gs6"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="3tK-pZ-1um" firstAttribute="top" secondItem="wK0-95-Yrf" secondAttribute="bottom" constant="5" id="5xo-Fe-wgS"/>
- <constraint firstItem="wK0-95-Yrf" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="YM1-sL-X9A"/>
- <constraint firstItem="3tK-pZ-1um" firstAttribute="centerX" secondItem="wK0-95-Yrf" secondAttribute="centerX" id="gnh-8N-WRc"/>
- <constraint firstItem="wK0-95-Yrf" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="mkW-bU-co0"/>
- </constraints>
- <size key="customSize" width="226" height="317"/>
- <point key="canvasLocation" x="-3" y="84.5"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="com_no_content" width="151" height="150"/>
- </resources>
- </document>
|