12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
- <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="G1D-O3-I1A" customClass="NYLIVideoDetailSubPageSectionHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="94"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MgI-Mu-FKg">
- <rect key="frame" x="70" y="16" width="235" height="34"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="TW2-uB-MO9"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lBX-34-aau" customClass="QMUIButton">
- <rect key="frame" x="240" y="68" width="120" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="120" id="5zd-OY-TpQ"/>
- <constraint firstAttribute="height" constant="20" id="HTh-6X-y69"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="视频同款题库" image="li_箭头">
- <color key="titleColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="专项视频" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8a0-3M-h7V">
- <rect key="frame" x="15" y="67" width="76" height="23"/>
- <constraints>
- <constraint firstAttribute="width" constant="76" id="9ia-ex-Yvw"/>
- <constraint firstAttribute="height" constant="23" id="va2-2P-75v"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="19"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="MgI-Mu-FKg" firstAttribute="top" secondItem="G1D-O3-I1A" secondAttribute="top" constant="16" id="6eQ-vW-naU"/>
- <constraint firstItem="MgI-Mu-FKg" firstAttribute="leading" secondItem="G1D-O3-I1A" secondAttribute="leading" constant="70" id="F7n-Zl-U7K"/>
- <constraint firstAttribute="trailing" secondItem="lBX-34-aau" secondAttribute="trailing" constant="15" id="Nht-yc-A1e"/>
- <constraint firstItem="8a0-3M-h7V" firstAttribute="leading" secondItem="G1D-O3-I1A" secondAttribute="leading" constant="15" id="Oy7-YG-Kes"/>
- <constraint firstAttribute="bottom" secondItem="lBX-34-aau" secondAttribute="bottom" constant="6" id="Q9a-72-2mZ"/>
- <constraint firstAttribute="trailing" secondItem="MgI-Mu-FKg" secondAttribute="trailing" constant="70" id="RIL-bg-mzD"/>
- <constraint firstAttribute="bottom" secondItem="8a0-3M-h7V" secondAttribute="bottom" constant="4" id="ahr-AL-m7W"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="right_btn" destination="lBX-34-aau" id="ySa-hw-alK"/>
- <outlet property="seg_view" destination="MgI-Mu-FKg" id="Mz6-js-xAX"/>
- </connections>
- <point key="canvasLocation" x="20.610687022900763" y="2.8169014084507045"/>
- </view>
- </objects>
- <resources>
- <image name="li_箭头" width="7" height="13"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|