1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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="RQSynExerciseCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
- <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="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vPV-SB-cDU" customClass="QMUIButton">
- <rect key="frame" x="16" y="11" width="288" height="38"/>
- <color key="backgroundColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="同步收藏题·错题" image="同步"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="spacingBetweenImageAndTitle">
- <real key="value" value="4"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="vPV-SB-cDU" secondAttribute="trailing" constant="16" id="4zX-68-vYs"/>
- <constraint firstItem="vPV-SB-cDU" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="44/375" id="UlR-GA-pN7"/>
- <constraint firstItem="vPV-SB-cDU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="dNG-Ez-1Uz"/>
- <constraint firstItem="vPV-SB-cDU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="pYz-X8-Z2S"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="synExerciseBtn" destination="vPV-SB-cDU" id="Mi2-mF-uve"/>
- </connections>
- <point key="canvasLocation" x="139" y="125"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="同步" width="17.5" height="15"/>
- </resources>
- </document>
|