TrainHoursSubTableViewCell.xib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  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" accessoryType="disclosureIndicator" indentationWidth="10" id="KGk-i7-Jjw" customClass="TrainHoursSubTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  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="286" height="79.5"/>
  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="OjI-v1-fjs">
  22. <rect key="frame" x="16" y="0.0" width="35" height="40"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="课堂" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NrN-Kp-B88">
  27. <rect key="frame" x="16" y="40" width="33" height="39.5"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  29. <color key="textColor" red="0.27450980392156865" green="0.27450980392156865" blue="0.27450980392156865" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <constraints>
  34. <constraint firstAttribute="bottom" secondItem="NrN-Kp-B88" secondAttribute="bottom" id="0IB-qN-vwy"/>
  35. <constraint firstItem="NrN-Kp-B88" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="1:2" id="KwA-es-7FV"/>
  36. <constraint firstItem="OjI-v1-fjs" firstAttribute="height" secondItem="NrN-Kp-B88" secondAttribute="height" id="abv-dQ-wT9"/>
  37. <constraint firstItem="OjI-v1-fjs" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="bFx-Yy-Qjr"/>
  38. <constraint firstItem="NrN-Kp-B88" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="mih-4S-Kea"/>
  39. <constraint firstItem="OjI-v1-fjs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="naP-m9-3MK"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <connections>
  43. <outlet property="classHoursLabel" destination="NrN-Kp-B88" id="sjV-LG-fOB"/>
  44. <outlet property="thoryHoursLabel" destination="OjI-v1-fjs" id="QFb-iA-BMP"/>
  45. </connections>
  46. </tableViewCell>
  47. </objects>
  48. </document>