RQProfileLogoutCell.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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="375" height="82"/>
  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="375" height="82"/>
  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="31.5" y="38" width="312" height="44"/>
  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="height" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="44/375" id="ii0-Zj-KBb"/>
  36. <constraint firstItem="zq8-CM-hP6" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="0.83125" id="ps6-mp-rar"/>
  37. </constraints>
  38. </tableViewCellContentView>
  39. <connections>
  40. <outlet property="logoutBtn" destination="zq8-CM-hP6" id="6Hj-Bf-lp2"/>
  41. </connections>
  42. <point key="canvasLocation" x="-26" y="123"/>
  43. </tableViewCell>
  44. </objects>
  45. </document>