SetLogoutCell.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="retina4_7" 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 clipsSubviews="YES" tag="1000" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="num" id="rdb-3u-hmG" customClass="SetLogoutCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="rdb-3u-hmG" id="7cc-qP-3nh">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <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">
  20. <rect key="frame" x="127.5" y="12" width="65.5" height="20"/>
  21. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="16"/>
  22. <color key="textColor" red="0.81176470588235294" green="0.15294117647058825" blue="0.38431372549019605" alpha="1" colorSpace="calibratedRGB"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. </subviews>
  26. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <constraints>
  28. <constraint firstItem="iJy-wq-pkW" firstAttribute="centerX" secondItem="7cc-qP-3nh" secondAttribute="centerX" id="iLX-j2-KRS"/>
  29. <constraint firstItem="iJy-wq-pkW" firstAttribute="centerY" secondItem="7cc-qP-3nh" secondAttribute="centerY" id="kRZ-pq-6JI"/>
  30. </constraints>
  31. </tableViewCellContentView>
  32. <connections>
  33. <outlet property="signOutL" destination="iJy-wq-pkW" id="MKx-gl-CC3"/>
  34. </connections>
  35. <point key="canvasLocation" x="217" y="219"/>
  36. </tableViewCell>
  37. </objects>
  38. </document>