1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQHomeSubPageVideoScrollCell">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OXC-hP-XFi">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="科目三考试项目讲解" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M6p-s2-6sO">
- <rect key="frame" x="16" y="16" width="183.5" height="24"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="ih5-Wx-EQN"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
- <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <stackView opaque="NO" contentMode="scaleToFill" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Iaf-aH-0be">
- <rect key="frame" x="279.5" y="10" width="49.5" height="36"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="更多" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GoI-S1-4yQ">
- <rect key="frame" x="0.0" y="9" width="31" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.54117647059999996" green="0.56470588239999997" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="right_arrow" translatesAutoresizingMaskIntoConstraints="NO" id="cbo-jp-Ur1">
- <rect key="frame" x="31" y="9" width="18.5" height="18"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="cbo-jp-Ur1" secondAttribute="height" id="wN0-Hr-3yd"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="cbo-jp-Ur1" firstAttribute="height" secondItem="Iaf-aH-0be" secondAttribute="height" multiplier="13:48" constant="8.5600000000000005" id="CoF-wf-Hc4"/>
- </constraints>
- </stackView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Iaf-aH-0be" secondAttribute="trailing" constant="16" id="Qvm-PG-ndt"/>
- <constraint firstItem="Iaf-aH-0be" firstAttribute="centerY" secondItem="M6p-s2-6sO" secondAttribute="centerY" id="TkG-KA-5F1"/>
- <constraint firstItem="M6p-s2-6sO" firstAttribute="top" secondItem="OXC-hP-XFi" secondAttribute="top" constant="16" id="VBb-dT-h0Q"/>
- <constraint firstItem="M6p-s2-6sO" firstAttribute="leading" secondItem="OXC-hP-XFi" secondAttribute="leading" constant="16" id="uPw-or-o1W"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="OXC-hP-XFi" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="YyO-N0-uBV"/>
- <constraint firstAttribute="bottom" secondItem="OXC-hP-XFi" secondAttribute="bottom" id="fmo-KR-2jW"/>
- <constraint firstAttribute="trailing" secondItem="OXC-hP-XFi" secondAttribute="trailing" id="mSA-3P-xtx"/>
- <constraint firstItem="OXC-hP-XFi" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="zjM-iO-xmf"/>
- </constraints>
- <size key="customSize" width="381" height="211"/>
- <connections>
- <outlet property="myContentView" destination="OXC-hP-XFi" id="awG-9O-hB1"/>
- <outlet property="myTitleLabel" destination="M6p-s2-6sO" id="wfo-9G-JbR"/>
- </connections>
- <point key="canvasLocation" x="171.73913043478262" y="124.55357142857142"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="right_arrow" width="18" height="18.333333969116211"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|