HonorTableViewCell.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" 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="14088"/>
  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" misplaced="YES" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="HonorTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="375" height="143"/>
  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="375" height="142.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" textAlignment="natural" id="mjO-x3-6UB">
  22. <rect key="frame" x="20" y="0.0" width="335" height="113"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
  24. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  27. </textView>
  28. <view contentMode="scaleToFill" misplaced="YES" id="fg7-n7-eRc">
  29. <rect key="frame" x="20" y="112" width="335" height="1"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  31. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. </view>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="/100" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="TLO-pC-hce">
  34. <rect key="frame" x="327" y="114" width="28" height="29"/>
  35. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  37. <color key="textColor" red="0.61569225788116455" green="0.61567860841751099" blue="0.61568135023117065" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="12" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="fKz-eH-iyu">
  41. <rect key="frame" x="20" y="114" width="307" height="29"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  43. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  44. <nil key="textColor"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. </tableViewCellContentView>
  49. <connections>
  50. <outlet property="honorTextView" destination="mjO-x3-6UB" id="AcZ-5V-on4"/>
  51. <outlet property="lineView" destination="fg7-n7-eRc" id="C2w-Bv-YBo"/>
  52. <outlet property="numberLabel" destination="fKz-eH-iyu" id="lcS-vI-4EY"/>
  53. </connections>
  54. <point key="canvasLocation" x="34" y="54"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>