RQExerciseOptionSureBtnCell.xib 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  26. <state key="normal" title="确定">
  27. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </state>
  29. <userDefinedRuntimeAttributes>
  30. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  31. <integer key="value" value="20"/>
  32. </userDefinedRuntimeAttribute>
  33. </userDefinedRuntimeAttributes>
  34. </button>
  35. </subviews>
  36. <constraints>
  37. <constraint firstItem="b0D-E4-zsB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="Yo8-YW-XcJ"/>
  38. <constraint firstAttribute="trailing" secondItem="b0D-E4-zsB" secondAttribute="trailing" constant="32" id="idy-rJ-Ed9"/>
  39. <constraint firstItem="b0D-E4-zsB" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="w9g-e7-T5C"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <point key="canvasLocation" x="124.6376811594203" y="114.50892857142857"/>
  43. </tableViewCell>
  44. </objects>
  45. </document>