1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQProfileLogoutCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="104"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="104"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zq8-CM-hP6">
- <rect key="frame" x="27" y="70" width="266" height="34"/>
- <color key="backgroundColor" red="0.99215686274509807" green="0.28235294117647058" blue="0.30980392156862746" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="退出登录">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="logoutAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="NaF-pA-sjV"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="zq8-CM-hP6" secondAttribute="bottom" id="5A5-w4-iLk"/>
- <constraint firstItem="zq8-CM-hP6" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="KpM-5G-SvJ"/>
- <constraint firstItem="zq8-CM-hP6" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="0.83125" id="ps6-mp-rar"/>
- </constraints>
- </tableViewCellContentView>
- <constraints>
- <constraint firstItem="zq8-CM-hP6" firstAttribute="height" secondItem="KGk-i7-Jjw" secondAttribute="width" multiplier="40/375" id="hmK-ZO-6gg"/>
- </constraints>
- <connections>
- <outlet property="logoutBtn" destination="zq8-CM-hP6" id="fy2-vI-pu8"/>
- </connections>
- <point key="canvasLocation" x="-26" y="123"/>
- </tableViewCell>
- </objects>
- </document>
|