SBasicInfoCell.xib 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SBasicInfoCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uBa-9c-FAz">
  22. <rect key="frame" x="20" y="8" width="300" height="22"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="22" id="w29-g3-6JQ"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="性别" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HKD-CX-CQb">
  31. <rect key="frame" x="20" y="30" width="300" height="22"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="22" id="GBO-Tx-ZMG"/>
  34. </constraints>
  35. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <constraints>
  41. <constraint firstItem="HKD-CX-CQb" firstAttribute="top" secondItem="uBa-9c-FAz" secondAttribute="bottom" id="9Fm-NP-Qhe"/>
  42. <constraint firstItem="uBa-9c-FAz" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="Aku-Ma-iaS"/>
  43. <constraint firstItem="HKD-CX-CQb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="QHf-wh-kBG"/>
  44. <constraint firstItem="uBa-9c-FAz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="WOV-W2-nTI"/>
  45. <constraint firstAttribute="trailing" secondItem="HKD-CX-CQb" secondAttribute="trailing" id="mhV-9J-6ZL"/>
  46. <constraint firstAttribute="trailing" secondItem="uBa-9c-FAz" secondAttribute="trailing" id="olY-go-sdV"/>
  47. </constraints>
  48. </tableViewCellContentView>
  49. <connections>
  50. <outlet property="myNameLabel" destination="uBa-9c-FAz" id="FgL-qJ-1bf"/>
  51. <outlet property="mySexLabel" destination="HKD-CX-CQb" id="Vhh-Jn-umn"/>
  52. </connections>
  53. </tableViewCell>
  54. </objects>
  55. </document>