12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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="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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQFreeTryNoteCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="166"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="375" height="166"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="科目一体验背景" translatesAutoresizingMaskIntoConstraints="NO" id="rNc-2R-iIy">
- <rect key="frame" x="16" y="0.0" width="343" height="166"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="科目一体验" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NE5-Rs-RqG">
- <rect key="frame" x="32" y="32" width="127" height="30"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="前往" translatesAutoresizingMaskIntoConstraints="NO" id="7x2-z8-Fvi">
- <rect key="frame" x="32" y="118.5" width="73" height="15.5"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="7x2-z8-Fvi" secondAttribute="height" multiplier="73/15.69" id="G9C-qb-Gxa"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="rNc-2R-iIy" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="1kh-ao-BjK"/>
- <constraint firstItem="rNc-2R-iIy" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="BKH-BY-kMd"/>
- <constraint firstAttribute="trailing" secondItem="rNc-2R-iIy" secondAttribute="trailing" constant="16" id="PYC-VO-1k5"/>
- <constraint firstItem="NE5-Rs-RqG" firstAttribute="leading" secondItem="rNc-2R-iIy" secondAttribute="leading" constant="16" id="SbV-q4-nHj"/>
- <constraint firstAttribute="bottom" secondItem="7x2-z8-Fvi" secondAttribute="bottom" constant="32" id="aq9-wo-DEJ"/>
- <constraint firstItem="NE5-Rs-RqG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="32" id="faa-EZ-vkP"/>
- <constraint firstAttribute="bottom" secondItem="rNc-2R-iIy" secondAttribute="bottom" id="gNn-ZQ-I6o"/>
- <constraint firstItem="7x2-z8-Fvi" firstAttribute="leading" secondItem="rNc-2R-iIy" secondAttribute="leading" constant="16" id="kX8-wa-CbZ"/>
- <constraint firstItem="7x2-z8-Fvi" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="73/375" id="oC7-wo-61f"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="myBgImageView" destination="rNc-2R-iIy" id="vCR-R8-J0E"/>
- <outlet property="myTitleLabel" destination="NE5-Rs-RqG" id="EMq-Ms-gqN"/>
- </connections>
- <point key="canvasLocation" x="244" y="104"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="前往" width="73" height="16"/>
- <image name="科目一体验背景" width="345" height="166"/>
- </resources>
- </document>
|