StudentListCell.xib 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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="13772"/>
  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="none" indentationWidth="10" reuseIdentifier="studentListCell" id="KGk-i7-Jjw" customClass="StudentListCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="43.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="姓名" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xkg-h2-K4X">
  22. <rect key="frame" x="0.0" y="0.0" width="106.5" height="43.5"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <nil key="textColor"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="培训阶段" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zek-yJ-07A">
  28. <rect key="frame" x="213.5" y="0.0" width="106.5" height="43.5"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="车型" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xue-z5-yxF">
  34. <rect key="frame" x="106.5" y="0.0" width="107" height="43.5"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <constraints>
  41. <constraint firstAttribute="bottom" secondItem="xue-z5-yxF" secondAttribute="bottom" id="2it-CI-bdf"/>
  42. <constraint firstItem="xue-z5-yxF" firstAttribute="width" secondItem="xkg-h2-K4X" secondAttribute="width" id="7Tx-ds-a6T"/>
  43. <constraint firstItem="xkg-h2-K4X" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="8St-Nz-CCq"/>
  44. <constraint firstItem="xue-z5-yxF" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="AXk-bu-6eq"/>
  45. <constraint firstAttribute="bottom" secondItem="Zek-yJ-07A" secondAttribute="bottom" id="Mox-r2-cC5"/>
  46. <constraint firstItem="xkg-h2-K4X" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="h3Z-bI-7Kx"/>
  47. <constraint firstAttribute="bottom" secondItem="xkg-h2-K4X" secondAttribute="bottom" id="hiM-Md-yAI"/>
  48. <constraint firstItem="xue-z5-yxF" firstAttribute="leading" secondItem="xkg-h2-K4X" secondAttribute="trailing" id="lYg-l0-kDS"/>
  49. <constraint firstItem="Zek-yJ-07A" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="pp3-Rh-W98"/>
  50. <constraint firstItem="Zek-yJ-07A" firstAttribute="width" secondItem="xkg-h2-K4X" secondAttribute="width" id="rhN-Cr-dhe"/>
  51. <constraint firstAttribute="trailing" secondItem="Zek-yJ-07A" secondAttribute="trailing" id="s3d-DM-LNI"/>
  52. <constraint firstItem="Zek-yJ-07A" firstAttribute="leading" secondItem="xue-z5-yxF" secondAttribute="trailing" id="tgQ-Ri-4kr"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <connections>
  56. <outlet property="carTypeLabel" destination="xue-z5-yxF" id="k5l-YC-Clf"/>
  57. <outlet property="dateLabel" destination="Zek-yJ-07A" id="7ue-Sn-3MX"/>
  58. <outlet property="nameLabel" destination="xkg-h2-K4X" id="Ybn-wT-m6v"/>
  59. </connections>
  60. <point key="canvasLocation" x="-91" y="53"/>
  61. </tableViewCell>
  62. </objects>
  63. </document>