RQSynExerciseCell.xib 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQSynExerciseCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vPV-SB-cDU" customClass="QMUIButton">
  20. <rect key="frame" x="16" y="11" width="288" height="38"/>
  21. <color key="backgroundColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
  22. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  23. <state key="normal" title="同步收藏题·错题" image="同步"/>
  24. <userDefinedRuntimeAttributes>
  25. <userDefinedRuntimeAttribute type="number" keyPath="spacingBetweenImageAndTitle">
  26. <real key="value" value="4"/>
  27. </userDefinedRuntimeAttribute>
  28. </userDefinedRuntimeAttributes>
  29. </button>
  30. </subviews>
  31. <constraints>
  32. <constraint firstAttribute="trailing" secondItem="vPV-SB-cDU" secondAttribute="trailing" constant="16" id="4zX-68-vYs"/>
  33. <constraint firstItem="vPV-SB-cDU" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="44/375" id="UlR-GA-pN7"/>
  34. <constraint firstItem="vPV-SB-cDU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="dNG-Ez-1Uz"/>
  35. <constraint firstItem="vPV-SB-cDU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="pYz-X8-Z2S"/>
  36. </constraints>
  37. </tableViewCellContentView>
  38. <connections>
  39. <outlet property="synExerciseBtn" destination="vPV-SB-cDU" id="Mi2-mF-uve"/>
  40. </connections>
  41. <point key="canvasLocation" x="139" y="125"/>
  42. </tableViewCell>
  43. </objects>
  44. <resources>
  45. <image name="同步" width="17.5" height="15"/>
  46. </resources>
  47. </document>