| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <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"/>
- <view contentMode="scaleToFill" id="Of7-Zs-dma">
- <rect key="frame" x="0.0" y="0.0" width="658" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="10" y="12" width="42" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" tag="5002" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="J4X-Vt-JUe">
- <rect key="frame" x="612" y="7" width="36" height="30"/>
- <state key="normal" title="More"/>
- </button>
- <view tag="5001" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="68c-5k-TZT" customClass="RABadgeNumberView">
- <rect key="frame" x="57" y="12.5" width="20" height="20"/>
- <color key="backgroundColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="XrI-P3-tmm"/>
- <constraint firstAttribute="width" constant="20" id="zar-3j-Nh6"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="m5T-tW-9hq" firstAttribute="trailing" secondItem="J4X-Vt-JUe" secondAttribute="trailing" constant="10" id="3b3-JN-LZE"/>
- <constraint firstItem="J4X-Vt-JUe" firstAttribute="centerY" secondItem="m5T-tW-9hq" secondAttribute="centerY" id="9Rn-o7-OPT"/>
- <constraint firstItem="68c-5k-TZT" firstAttribute="leading" secondItem="zid-Ks-zO5" secondAttribute="trailing" constant="5" id="DeO-mo-zFg"/>
- <constraint firstItem="68c-5k-TZT" firstAttribute="centerY" secondItem="zid-Ks-zO5" secondAttribute="centerY" id="UuK-J4-dxh"/>
- <constraint firstItem="J4X-Vt-JUe" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="68c-5k-TZT" secondAttribute="trailing" priority="999" constant="5" id="n9j-ds-8Ub"/>
- <constraint firstItem="zid-Ks-zO5" firstAttribute="leading" secondItem="m5T-tW-9hq" secondAttribute="leading" constant="10" id="yj0-oj-G87"/>
- <constraint firstItem="zid-Ks-zO5" firstAttribute="centerY" secondItem="m5T-tW-9hq" secondAttribute="centerY" id="zTW-Hz-NFg"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <viewLayoutGuide key="safeArea" id="m5T-tW-9hq"/>
- <point key="canvasLocation" x="205" y="-122"/>
- </view>
- </objects>
- </document>
|