| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
- <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" id="gTV-IL-0wX" customClass="MOGiftUserCell">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MAP-Kh-zOX">
- <rect key="frame" x="7" y="7" width="36" height="36"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="36" id="VQw-Uq-sdT"/>
- <constraint firstAttribute="height" constant="36" id="WMS-tT-sxe"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="h2D-XO-mOT" customClass="BigBtn">
- <rect key="frame" x="9" y="9" width="32" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="32" id="Hbq-2v-7Pc"/>
- <constraint firstAttribute="height" constant="32" id="pJC-zU-Exo"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="headBtnClick:" destination="gTV-IL-0wX" eventType="touchUpInside" id="CAq-iR-BgF"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Host" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iCI-Hx-5Xg">
- <rect key="frame" x="10" y="35" width="30" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="Enl-q1-JtM"/>
- <constraint firstAttribute="width" constant="30" id="YYl-YB-qcw"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="10"/>
- <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstItem="MAP-Kh-zOX" firstAttribute="centerY" secondItem="h2D-XO-mOT" secondAttribute="centerY" id="Aqb-kL-cNe"/>
- <constraint firstItem="iCI-Hx-5Xg" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Hn9-DI-GVH"/>
- <constraint firstItem="h2D-XO-mOT" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="L12-3n-VUb"/>
- <constraint firstItem="h2D-XO-mOT" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="T4N-ad-JMP"/>
- <constraint firstItem="MAP-Kh-zOX" firstAttribute="centerX" secondItem="h2D-XO-mOT" secondAttribute="centerX" id="dHM-Md-gZi"/>
- <constraint firstItem="iCI-Hx-5Xg" firstAttribute="bottom" secondItem="h2D-XO-mOT" secondAttribute="bottom" constant="6" id="kh7-3x-Uog"/>
- </constraints>
- <connections>
- <outlet property="headBgView" destination="MAP-Kh-zOX" id="DJJ-Uo-hhF"/>
- <outlet property="headBtn" destination="h2D-XO-mOT" id="wE3-Mz-IXH"/>
- <outlet property="tagLab" destination="iCI-Hx-5Xg" id="chW-hf-jOY"/>
- <outlet property="tagLabWidth" destination="YYl-YB-qcw" id="v84-MT-QtI"/>
- </connections>
- <point key="canvasLocation" x="131" y="-12"/>
- </collectionViewCell>
- </objects>
- </document>
|