RQExerciseOptionSureBtnCell.xib 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" 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="19454"/>
  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="RQExerciseOptionSureBtnCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
  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="56"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="b0D-E4-zsB">
  20. <rect key="frame" x="32" y="8" width="256" height="40"/>
  21. <color key="backgroundColor" red="0.28627450980392155" green="0.55686274509803924" blue="0.96078431372549022" alpha="1" colorSpace="deviceRGB"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="40" id="yKe-hR-McO"/>
  24. </constraints>
  25. <state key="normal" title="确定">
  26. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. </state>
  28. <userDefinedRuntimeAttributes>
  29. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  30. <integer key="value" value="20"/>
  31. </userDefinedRuntimeAttribute>
  32. </userDefinedRuntimeAttributes>
  33. </button>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="b0D-E4-zsB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="Yo8-YW-XcJ"/>
  37. <constraint firstAttribute="trailing" secondItem="b0D-E4-zsB" secondAttribute="trailing" constant="32" id="idy-rJ-Ed9"/>
  38. <constraint firstItem="b0D-E4-zsB" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="w9g-e7-T5C"/>
  39. </constraints>
  40. </tableViewCellContentView>
  41. <point key="canvasLocation" x="124.6376811594203" y="114.50892857142857"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>