AchiveAccountCell.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
  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" id="KGk-i7-Jjw" customClass="AchiveAccountCell" customModule="xingchuangke" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eRB-me-F9d">
  21. <rect key="frame" x="10" y="12" width="2" height="20"/>
  22. <color key="backgroundColor" red="0.12549019610000001" green="0.58039215690000001" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="20" id="Eb3-Kt-BGu"/>
  25. <constraint firstAttribute="width" constant="2" id="MtU-UI-iuu"/>
  26. </constraints>
  27. </view>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4uW-Fz-N3b">
  29. <rect key="frame" x="22" y="13" width="38" height="18"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  31. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="eRB-me-F9d" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="B3v-uw-svT"/>
  37. <constraint firstItem="eRB-me-F9d" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="M4R-os-rJ9"/>
  38. <constraint firstItem="4uW-Fz-N3b" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="SPi-D6-9vD"/>
  39. <constraint firstItem="4uW-Fz-N3b" firstAttribute="leading" secondItem="eRB-me-F9d" secondAttribute="trailing" constant="10" id="t6s-8E-fW7"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  43. <connections>
  44. <outlet property="nameLabel" destination="4uW-Fz-N3b" id="Yv6-xG-tJE"/>
  45. <outlet property="targetView" destination="eRB-me-F9d" id="f14-mX-BPb"/>
  46. </connections>
  47. <point key="canvasLocation" x="136" y="92"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>