CommonBarCell.xib 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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="CommonBarCell">
  14. <rect key="frame" x="0.0" y="0.0" width="73" height="72"/>
  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="73" height="72"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mWd-O0-edz">
  21. <rect key="frame" x="36.5" y="45" width="0.0" height="0.0"/>
  22. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  23. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZNi-sH-3Yz">
  27. <rect key="frame" x="24" y="12" width="25" height="25"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="25" id="fkW-NY-u0h"/>
  30. <constraint firstAttribute="width" constant="25" id="jlq-Pc-ocr"/>
  31. </constraints>
  32. </imageView>
  33. </subviews>
  34. </view>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <constraints>
  37. <constraint firstItem="mWd-O0-edz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="EU0-oH-cH4"/>
  38. <constraint firstItem="ZNi-sH-3Yz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="12" id="ZNu-Ma-7yD"/>
  39. <constraint firstItem="mWd-O0-edz" firstAttribute="top" secondItem="ZNi-sH-3Yz" secondAttribute="bottom" constant="8" id="kMU-MV-ZhU"/>
  40. <constraint firstItem="ZNi-sH-3Yz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="ovh-Kq-OZ1"/>
  41. </constraints>
  42. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  43. <size key="customSize" width="73" height="72"/>
  44. <connections>
  45. <outlet property="imagV" destination="ZNi-sH-3Yz" id="GYD-xl-GPe"/>
  46. <outlet property="nameL" destination="mWd-O0-edz" id="qCt-w2-785"/>
  47. </connections>
  48. <point key="canvasLocation" x="154.34782608695653" y="152.67857142857142"/>
  49. </collectionViewCell>
  50. </objects>
  51. </document>