12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <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="iN0-l3-epB" customClass="MTLeftNavView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fqt-pu-lcR">
- <rect key="frame" x="18" y="47" width="52" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="oEQ-Oz-EZU"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="22"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fsd-Vl-ldc">
- <rect key="frame" x="333" y="47" width="32" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="Lt3-jM-Fn4"/>
- <constraint firstAttribute="width" constant="32" id="zsC-He-aIP"/>
- </constraints>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vjY-Ot-Tfs">
- <rect key="frame" x="299" y="47" width="32" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="Wcs-uq-2Sg"/>
- <constraint firstAttribute="width" constant="32" id="pEC-qB-peY"/>
- </constraints>
- <state key="normal">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.27058823529411763" green="0.90196078431372551" blue="0.69019607843137254" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="vjY-Ot-Tfs" firstAttribute="centerY" secondItem="fsd-Vl-ldc" secondAttribute="centerY" id="QXz-4E-Ayq"/>
- <constraint firstAttribute="trailing" secondItem="fsd-Vl-ldc" secondAttribute="trailing" constant="10" id="XOX-qS-erj"/>
- <constraint firstAttribute="bottom" secondItem="fqt-pu-lcR" secondAttribute="bottom" constant="7" id="ZeU-hu-WM7"/>
- <constraint firstItem="fsd-Vl-ldc" firstAttribute="centerY" secondItem="fqt-pu-lcR" secondAttribute="centerY" id="gJP-kj-dt2"/>
- <constraint firstItem="fsd-Vl-ldc" firstAttribute="leading" secondItem="vjY-Ot-Tfs" secondAttribute="trailing" constant="2" id="hIr-D6-Pgh"/>
- <constraint firstItem="fqt-pu-lcR" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="18" id="tBP-4c-vs8"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="rightOneBtn" destination="fsd-Vl-ldc" id="507-ik-SvT"/>
- <outlet property="rightTwoBtn" destination="vjY-Ot-Tfs" id="GmI-cc-FKx"/>
- <outlet property="titleL" destination="fqt-pu-lcR" id="3x1-rK-Toi"/>
- </connections>
- <point key="canvasLocation" x="140" y="100.74962518740631"/>
- </view>
- </objects>
- </document>
|