AccountAndSecurityTableViewCell.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="AccountAndSecurityTableViewCell" id="KGk-i7-Jjw" customClass="AccountAndSecurityTableViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3GN-bC-TOs">
  23. <rect key="frame" x="15" y="10" width="39.5" height="23.5"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="23.5" id="WWt-bs-Q7m"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  28. <nil key="textColor"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mci-7v-uCB">
  32. <rect key="frame" x="246.5" y="10" width="39.5" height="23.5"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  34. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="我的-灰箭头" translatesAutoresizingMaskIntoConstraints="NO" id="bKp-Yy-nMX">
  38. <rect key="frame" x="301" y="18" width="4" height="8"/>
  39. </imageView>
  40. </subviews>
  41. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstItem="bKp-Yy-nMX" firstAttribute="leading" secondItem="mci-7v-uCB" secondAttribute="trailing" constant="15" id="0ym-6l-6r5"/>
  44. <constraint firstItem="bKp-Yy-nMX" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="1KJ-R6-m2u"/>
  45. <constraint firstAttribute="bottom" secondItem="mci-7v-uCB" secondAttribute="bottom" constant="10" id="JYe-gt-2eH"/>
  46. <constraint firstItem="mci-7v-uCB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="SEf-5n-LNQ"/>
  47. <constraint firstAttribute="bottom" secondItem="3GN-bC-TOs" secondAttribute="bottom" constant="10" id="Scf-i6-tOa"/>
  48. <constraint firstAttribute="trailing" secondItem="bKp-Yy-nMX" secondAttribute="trailing" constant="15" id="aXB-Ha-ZmV"/>
  49. <constraint firstItem="3GN-bC-TOs" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="kH8-xb-qo0"/>
  50. <constraint firstItem="3GN-bC-TOs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="mbd-pp-KTd"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  54. <connections>
  55. <outlet property="labelDetail" destination="mci-7v-uCB" id="7xs-bO-WJr"/>
  56. <outlet property="labelTItle" destination="3GN-bC-TOs" id="qHw-mV-CrC"/>
  57. </connections>
  58. </tableViewCell>
  59. </objects>
  60. <resources>
  61. <image name="我的-灰箭头" width="4.5" height="8.5"/>
  62. </resources>
  63. </document>