HomeHeader.xib 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="Of7-Zs-dma">
  16. <rect key="frame" x="0.0" y="0.0" width="658" height="44"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" tag="5000" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zid-Ks-zO5">
  20. <rect key="frame" x="10" y="12" width="42" height="21"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  22. <nil key="textColor"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <button opaque="NO" tag="5002" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="J4X-Vt-JUe">
  26. <rect key="frame" x="612" y="7" width="36" height="30"/>
  27. <state key="normal" title="More"/>
  28. </button>
  29. <view tag="5001" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="68c-5k-TZT" customClass="RABadgeNumberView">
  30. <rect key="frame" x="57" y="12.5" width="20" height="20"/>
  31. <color key="backgroundColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="20" id="XrI-P3-tmm"/>
  34. <constraint firstAttribute="width" constant="20" id="zar-3j-Nh6"/>
  35. </constraints>
  36. </view>
  37. </subviews>
  38. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <constraints>
  40. <constraint firstItem="m5T-tW-9hq" firstAttribute="trailing" secondItem="J4X-Vt-JUe" secondAttribute="trailing" constant="10" id="3b3-JN-LZE"/>
  41. <constraint firstItem="J4X-Vt-JUe" firstAttribute="centerY" secondItem="m5T-tW-9hq" secondAttribute="centerY" id="9Rn-o7-OPT"/>
  42. <constraint firstItem="68c-5k-TZT" firstAttribute="leading" secondItem="zid-Ks-zO5" secondAttribute="trailing" constant="5" id="DeO-mo-zFg"/>
  43. <constraint firstItem="68c-5k-TZT" firstAttribute="centerY" secondItem="zid-Ks-zO5" secondAttribute="centerY" id="UuK-J4-dxh"/>
  44. <constraint firstItem="J4X-Vt-JUe" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="68c-5k-TZT" secondAttribute="trailing" priority="999" constant="5" id="n9j-ds-8Ub"/>
  45. <constraint firstItem="zid-Ks-zO5" firstAttribute="leading" secondItem="m5T-tW-9hq" secondAttribute="leading" constant="10" id="yj0-oj-G87"/>
  46. <constraint firstItem="zid-Ks-zO5" firstAttribute="centerY" secondItem="m5T-tW-9hq" secondAttribute="centerY" id="zTW-Hz-NFg"/>
  47. </constraints>
  48. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  49. <viewLayoutGuide key="safeArea" id="m5T-tW-9hq"/>
  50. <point key="canvasLocation" x="205" y="-122"/>
  51. </view>
  52. </objects>
  53. </document>