BogoLogoutTextItmeCell.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="22685"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="40" id="KGk-i7-Jjw" customClass="BogoLogoutTextItmeCell">
  14. <rect key="frame" x="0.0" y="0.0" width="300" height="40"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="300" height="40"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7zm-Bh-GfJ">
  21. <rect key="frame" x="15" y="13.5" width="8" height="8"/>
  22. <color key="backgroundColor" red="0.043137254901960784" green="0.6470588235294118" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="8" id="LM7-HH-sWV"/>
  25. <constraint firstAttribute="height" constant="8" id="kTb-xu-5AR"/>
  26. </constraints>
  27. </view>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账户信息、会员、贵族等权限" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wyl-UW-QjW">
  29. <rect key="frame" x="33" y="9.5" width="173" height="16"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  31. <color key="textColor" red="0.043137254899999998" green="0.64705882349999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="7zm-Bh-GfJ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="13.5" id="JTB-Ya-Leg"/>
  37. <constraint firstItem="7zm-Bh-GfJ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="UiQ-RF-Ulz"/>
  38. <constraint firstItem="Wyl-UW-QjW" firstAttribute="leading" secondItem="7zm-Bh-GfJ" secondAttribute="trailing" constant="10" id="fAW-co-0wT"/>
  39. <constraint firstItem="Wyl-UW-QjW" firstAttribute="centerY" secondItem="7zm-Bh-GfJ" secondAttribute="centerY" id="z5M-6c-sxh"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  43. <connections>
  44. <outlet property="contentL" destination="Wyl-UW-QjW" id="qxz-Uu-wz4"/>
  45. <outlet property="dotView" destination="7zm-Bh-GfJ" id="pZA-Nc-lTG"/>
  46. </connections>
  47. <point key="canvasLocation" x="123.18840579710145" y="62.276785714285708"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>