MOGiftUserCell.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="MOGiftUserCell">
  14. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MAP-Kh-zOX">
  21. <rect key="frame" x="7" y="7" width="36" height="36"/>
  22. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="36" id="VQw-Uq-sdT"/>
  25. <constraint firstAttribute="height" constant="36" id="WMS-tT-sxe"/>
  26. </constraints>
  27. </view>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="h2D-XO-mOT" customClass="BigBtn">
  29. <rect key="frame" x="9" y="9" width="32" height="32"/>
  30. <constraints>
  31. <constraint firstAttribute="width" constant="32" id="Hbq-2v-7Pc"/>
  32. <constraint firstAttribute="height" constant="32" id="pJC-zU-Exo"/>
  33. </constraints>
  34. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  35. <connections>
  36. <action selector="headBtnClick:" destination="gTV-IL-0wX" eventType="touchUpInside" id="CAq-iR-BgF"/>
  37. </connections>
  38. </button>
  39. <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">
  40. <rect key="frame" x="10" y="35" width="30" height="12"/>
  41. <constraints>
  42. <constraint firstAttribute="height" constant="12" id="Enl-q1-JtM"/>
  43. <constraint firstAttribute="width" constant="30" id="YYl-YB-qcw"/>
  44. </constraints>
  45. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  46. <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. </subviews>
  50. </view>
  51. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  52. <constraints>
  53. <constraint firstItem="MAP-Kh-zOX" firstAttribute="centerY" secondItem="h2D-XO-mOT" secondAttribute="centerY" id="Aqb-kL-cNe"/>
  54. <constraint firstItem="iCI-Hx-5Xg" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Hn9-DI-GVH"/>
  55. <constraint firstItem="h2D-XO-mOT" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="L12-3n-VUb"/>
  56. <constraint firstItem="h2D-XO-mOT" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="T4N-ad-JMP"/>
  57. <constraint firstItem="MAP-Kh-zOX" firstAttribute="centerX" secondItem="h2D-XO-mOT" secondAttribute="centerX" id="dHM-Md-gZi"/>
  58. <constraint firstItem="iCI-Hx-5Xg" firstAttribute="bottom" secondItem="h2D-XO-mOT" secondAttribute="bottom" constant="6" id="kh7-3x-Uog"/>
  59. </constraints>
  60. <connections>
  61. <outlet property="headBgView" destination="MAP-Kh-zOX" id="DJJ-Uo-hhF"/>
  62. <outlet property="headBtn" destination="h2D-XO-mOT" id="wE3-Mz-IXH"/>
  63. <outlet property="tagLab" destination="iCI-Hx-5Xg" id="chW-hf-jOY"/>
  64. <outlet property="tagLabWidth" destination="YYl-YB-qcw" id="v84-MT-QtI"/>
  65. </connections>
  66. <point key="canvasLocation" x="131" y="-12"/>
  67. </collectionViewCell>
  68. </objects>
  69. </document>