12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" 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="21207"/>
- <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="RQExerciseOptionCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <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="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MUY-bf-LoU" customClass="QMUIButton">
- <rect key="frame" x="16" y="7" width="30" height="30"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="chT-sD-j7s"/>
- <constraint firstAttribute="width" secondItem="MUY-bf-LoU" secondAttribute="height" id="tNm-wX-K5X"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="A">
- <color key="titleColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowRadius">
- <integer key="value" value="6"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowOpacity">
- <integer key="value" value="1"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="size" keyPath="layer.shadowOffset">
- <size key="value" width="0.0" height="2"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="NO"/>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="15"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="机动车占对向道行驶" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QUG-v1-ZrC">
- <rect key="frame" x="62" y="12" width="242" height="20.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="20.5" id="gKc-D7-RV6"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="MUY-bf-LoU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="V4W-no-Ljb"/>
- <constraint firstItem="MUY-bf-LoU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YDT-gc-OoB"/>
- <constraint firstItem="QUG-v1-ZrC" firstAttribute="leading" secondItem="MUY-bf-LoU" secondAttribute="trailing" constant="16" id="dzL-Jv-9Oq"/>
- <constraint firstAttribute="trailing" secondItem="QUG-v1-ZrC" secondAttribute="trailing" constant="16" id="nWH-mD-4H1"/>
- <constraint firstItem="QUG-v1-ZrC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="tfz-hk-VHP"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelHeight" destination="gKc-D7-RV6" id="3Ok-Wy-bPM"/>
- <outlet property="optionBtn" destination="MUY-bf-LoU" id="psZ-Cr-xnI"/>
- <outlet property="optionBtnWidth" destination="chT-sD-j7s" id="uJl-hq-1lV"/>
- <outlet property="optionLabel" destination="QUG-v1-ZrC" id="t6e-MZ-FqU"/>
- </connections>
- <point key="canvasLocation" x="80" y="127"/>
- </tableViewCell>
- </objects>
- </document>
|