CoaApplyProtocolCell.xib 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <customFonts key="customFonts">
  12. <array key="PingFang.ttc">
  13. <string>PingFangSC-Regular</string>
  14. </array>
  15. </customFonts>
  16. <objects>
  17. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="52" id="KGk-i7-Jjw" customClass="CoaApplyProtocolCell">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  23. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. <subviews>
  26. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bGp-PW-GPg">
  27. <rect key="frame" x="7" y="7" width="243" height="30"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  29. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
  30. <state key="normal" title="我已仔细阅读并同意相关教练协议">
  31. <color key="titleColor" red="0.13725490196078433" green="0.627685546875" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. </state>
  33. <connections>
  34. <action selector="Readprotocal:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="iGf-ZA-D8H"/>
  35. </connections>
  36. </button>
  37. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kte-wO-QYf">
  38. <rect key="frame" x="270" y="6" width="32" height="32"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  40. <state key="normal" image="selected"/>
  41. <connections>
  42. <action selector="sureBtn:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="gjd-UW-QGc"/>
  43. </connections>
  44. </button>
  45. </subviews>
  46. </tableViewCellContentView>
  47. <connections>
  48. <outlet property="sureBtn" destination="kte-wO-QYf" id="8h7-PO-LyF"/>
  49. </connections>
  50. <point key="canvasLocation" x="22" y="48"/>
  51. </tableViewCell>
  52. </objects>
  53. <resources>
  54. <image name="selected" width="32" height="32"/>
  55. </resources>
  56. </document>