StudentListCell.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="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="Constraints to layout margins" minToolsVersion="6.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="none" indentationWidth="10" reuseIdentifier="studentListCell" id="KGk-i7-Jjw" customClass="StudentListCell">
  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="姓名" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xkg-h2-K4X">
  23. <rect key="frame" x="10" y="0.0" width="35" height="43.5"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="身份证号码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dtd-PA-j5I">
  29. <rect key="frame" x="212.5" y="11" width="76.5" height="22"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  31. <nil key="textColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="xkg-h2-K4X" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="9L5-g7-CgD"/>
  37. <constraint firstItem="xkg-h2-K4X" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="C7x-tP-BWs"/>
  38. <constraint firstAttribute="trailingMargin" secondItem="dtd-PA-j5I" secondAttribute="trailing" constant="15" id="Dsg-AM-VUH"/>
  39. <constraint firstAttribute="bottom" secondItem="xkg-h2-K4X" secondAttribute="bottom" id="WI0-N5-UvJ"/>
  40. <constraint firstItem="dtd-PA-j5I" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" id="fqY-ux-mmq"/>
  41. <constraint firstItem="dtd-PA-j5I" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="mle-PK-GmK"/>
  42. </constraints>
  43. </tableViewCellContentView>
  44. <connections>
  45. <outlet property="nameLabel" destination="xkg-h2-K4X" id="Ybn-wT-m6v"/>
  46. </connections>
  47. <point key="canvasLocation" x="-91" y="53"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>