| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.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="iN0-l3-epB" customClass="BogoSearchHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vUF-q2-dqI">
- <rect key="frame" x="10" y="15" width="0.0" height="0.0"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="81X-tx-XfH" customClass="QMUIButton">
- <rect key="frame" x="316.5" y="-0.5" width="87.5" height="31"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="查看全部" image="com_arrow_right_1">
- <color key="titleColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <buttonConfiguration key="configuration" style="plain" image="com_arrow_right_1" title="查看全部">
- <fontDescription key="titleFontDescription" type="system" pointSize="14"/>
- <color key="baseForegroundColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
- </buttonConfiguration>
- <connections>
- <action selector="allBtnAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="dlZ-Ki-fue"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cS3-Pc-66t">
- <rect key="frame" x="0.0" y="0.0" width="414" height="4"/>
- <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="4" id="c6d-gF-TB6"/>
- </constraints>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="vUF-q2-dqI" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="10" id="Aq2-He-B88"/>
- <constraint firstAttribute="trailing" secondItem="cS3-Pc-66t" secondAttribute="trailing" id="XDN-NE-Aj5"/>
- <constraint firstItem="vUF-q2-dqI" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="15" id="YrX-GE-MLR"/>
- <constraint firstItem="81X-tx-XfH" firstAttribute="centerY" secondItem="vUF-q2-dqI" secondAttribute="centerY" id="l2M-3u-ySc"/>
- <constraint firstItem="cS3-Pc-66t" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="lGe-8l-phk"/>
- <constraint firstAttribute="trailing" secondItem="81X-tx-XfH" secondAttribute="trailing" constant="10" id="pPb-9z-5hm"/>
- <constraint firstItem="cS3-Pc-66t" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="tKv-7Z-Csy"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="allBtn" destination="81X-tx-XfH" id="6Or-DB-Pwi"/>
- <outlet property="typeLabel" destination="vUF-q2-dqI" id="X7T-lT-3Gq"/>
- </connections>
- <point key="canvasLocation" x="-436.23188405797106" y="162.05357142857142"/>
- </view>
- </objects>
- <resources>
- <image name="com_arrow_right_1" width="6" height="11"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|