RQProfileLogoutCell.xib 3.7 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="RQProfileLogoutCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="104"/>
  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="104"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zq8-CM-hP6">
  20. <rect key="frame" x="27" y="70" width="266" height="34"/>
  21. <color key="backgroundColor" red="0.99215686274509807" green="0.28235294117647058" blue="0.30980392156862746" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <state key="normal" title="退出登录">
  24. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. </state>
  26. <connections>
  27. <action selector="logoutAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="NaF-pA-sjV"/>
  28. </connections>
  29. </button>
  30. </subviews>
  31. <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="bottom" secondItem="zq8-CM-hP6" secondAttribute="bottom" id="5A5-w4-iLk"/>
  34. <constraint firstItem="zq8-CM-hP6" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="KpM-5G-SvJ"/>
  35. <constraint firstItem="zq8-CM-hP6" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="0.83125" id="ps6-mp-rar"/>
  36. </constraints>
  37. </tableViewCellContentView>
  38. <constraints>
  39. <constraint firstItem="zq8-CM-hP6" firstAttribute="height" secondItem="KGk-i7-Jjw" secondAttribute="width" multiplier="40/375" id="hmK-ZO-6gg"/>
  40. </constraints>
  41. <connections>
  42. <outlet property="logoutBtn" destination="zq8-CM-hP6" id="fy2-vI-pu8"/>
  43. </connections>
  44. <point key="canvasLocation" x="-26" y="123"/>
  45. </tableViewCell>
  46. </objects>
  47. </document>