| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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="retina4_7" 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 clipsSubviews="YES" tag="1000" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="num" id="rdb-3u-hmG" customClass="SetLogoutCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="rdb-3u-hmG" id="7cc-qP-3nh">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="退出登录" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iJy-wq-pkW">
- <rect key="frame" x="127.5" y="12" width="65.5" height="20"/>
- <fontDescription key="fontDescription" type="system" weight="thin" pointSize="16"/>
- <color key="textColor" red="0.81176470588235294" green="0.15294117647058825" blue="0.38431372549019605" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="iJy-wq-pkW" firstAttribute="centerX" secondItem="7cc-qP-3nh" secondAttribute="centerX" id="iLX-j2-KRS"/>
- <constraint firstItem="iJy-wq-pkW" firstAttribute="centerY" secondItem="7cc-qP-3nh" secondAttribute="centerY" id="kRZ-pq-6JI"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="signOutL" destination="iJy-wq-pkW" id="MKx-gl-CC3"/>
- </connections>
- <point key="canvasLocation" x="217" y="219"/>
- </tableViewCell>
- </objects>
- </document>
|