12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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="JLMyFacePackgeCell" id="gTV-IL-0wX" customClass="JLMyFacePackgeCell">
- <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7lE-52-mXz">
- <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="dF7-XX-NPc">
- <rect key="frame" x="10" y="4" width="50" height="50"/>
- <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.95686274509803915" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="FMd-YP-R2y"/>
- <constraint firstAttribute="height" constant="50" id="nCa-wE-ah2"/>
- </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="SPR-gm-knG">
- <rect key="frame" x="70" y="20" width="202" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tAe-AE-kVb">
- <rect key="frame" x="282" y="14.5" width="52" height="29"/>
- <color key="backgroundColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="29" id="jko-Vn-A5x"/>
- <constraint firstAttribute="width" constant="52" id="mWb-fC-2Js"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <state key="normal" title=" 移除 "/>
- <connections>
- <action selector="deleteEmoji:" destination="gTV-IL-0wX" eventType="touchUpInside" id="Xfn-3o-QMi"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="SPR-gm-knG" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="0yB-wJ-cZf"/>
- <constraint firstItem="SPR-gm-knG" firstAttribute="leading" secondItem="dF7-XX-NPc" secondAttribute="trailing" constant="10" id="4Ey-hQ-1nv"/>
- <constraint firstItem="tAe-AE-kVb" firstAttribute="leading" secondItem="SPR-gm-knG" secondAttribute="trailing" constant="10" id="HLl-Ez-S6z"/>
- <constraint firstAttribute="trailing" secondItem="tAe-AE-kVb" secondAttribute="trailing" constant="10" id="TAR-n1-sy6"/>
- <constraint firstItem="tAe-AE-kVb" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="iqQ-Mv-e8S"/>
- <constraint firstItem="dF7-XX-NPc" firstAttribute="leading" secondItem="7lE-52-mXz" secondAttribute="leading" constant="10" id="lF2-wZ-CEt"/>
- <constraint firstItem="dF7-XX-NPc" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="vXe-gO-fsh"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="7lE-52-mXz" secondAttribute="trailing" id="RgX-Gk-iVM"/>
- <constraint firstAttribute="bottom" secondItem="7lE-52-mXz" secondAttribute="bottom" id="Vyb-aj-K3d"/>
- <constraint firstItem="7lE-52-mXz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="YGB-7n-4ef"/>
- <constraint firstItem="7lE-52-mXz" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vtV-bF-QHR"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="344" height="58"/>
- <connections>
- <outlet property="button" destination="tAe-AE-kVb" id="Tsa-8F-zhB"/>
- <outlet property="imageView" destination="dF7-XX-NPc" id="A12-xA-lnH"/>
- <outlet property="label" destination="SPR-gm-knG" id="Mq2-lL-hTN"/>
- </connections>
- <point key="canvasLocation" x="110.14492753623189" y="26.116071428571427"/>
- </collectionViewCell>
- </objects>
- </document>
|