| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
- <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="YBShareViewCell">
- <rect key="frame" x="0.0" y="0.0" width="86" height="86"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="86" height="86"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="9Bb-Tz-qss" userLabel="分享">
- <rect key="frame" x="24" y="13" width="38" height="38"/>
- <constraints>
- <constraint firstAttribute="width" constant="38" id="Dx9-fx-hFb"/>
- <constraint firstAttribute="width" secondItem="9Bb-Tz-qss" secondAttribute="height" multiplier="1:1" id="cfH-at-gnK"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g57-ot-KV0" userLabel="文字标识">
- <rect key="frame" x="27.5" y="53" width="31" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="Tkh-br-DPQ"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.36078431372549019" green="0.36078431372549019" blue="0.396078431372549" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="g57-ot-KV0" firstAttribute="centerX" secondItem="9Bb-Tz-qss" secondAttribute="centerX" id="Iyv-oT-U9m"/>
- <constraint firstItem="9Bb-Tz-qss" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" constant="-11" id="SiX-LG-DX4"/>
- <constraint firstItem="9Bb-Tz-qss" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="aer-tu-VHE"/>
- <constraint firstItem="g57-ot-KV0" firstAttribute="top" secondItem="9Bb-Tz-qss" secondAttribute="bottom" constant="2" id="bIw-Zi-deH"/>
- </constraints>
- <size key="customSize" width="117" height="166"/>
- <connections>
- <outlet property="thumbIV" destination="9Bb-Tz-qss" id="kMG-AM-gE7"/>
- <outlet property="titleL" destination="g57-ot-KV0" id="T9j-s0-rJq"/>
- </connections>
- <point key="canvasLocation" x="-60" y="205.99700149925039"/>
- </collectionViewCell>
- </objects>
- </document>
|