WillDoCell.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" 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="13173"/>
  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" reuseIdentifier="WillDoCellId" rowHeight="70" id="KGk-i7-Jjw" customClass="WillDoCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="70"/>
  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="69.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F5y-dx-hqw">
  22. <rect key="frame" x="10" y="10" width="50" height="50"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="50" id="HUw-1r-Am6"/>
  25. <constraint firstAttribute="width" constant="50" id="NBq-rm-Mhv"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c6R-ih-YDb">
  32. <rect key="frame" x="70" y="17.5" width="44" height="35"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="35" id="ouJ-9W-3Ak"/>
  35. </constraints>
  36. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D0z-Zl-D6S">
  41. <rect key="frame" x="280" y="22.5" width="25" height="25"/>
  42. <constraints>
  43. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="25" id="P44-YC-wpG"/>
  44. <constraint firstAttribute="height" constant="25" id="pUI-bX-Lnu"/>
  45. </constraints>
  46. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  47. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. </subviews>
  51. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  52. <constraints>
  53. <constraint firstItem="F5y-dx-hqw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="BrO-Bi-cNY"/>
  54. <constraint firstAttribute="trailing" secondItem="D0z-Zl-D6S" secondAttribute="trailing" constant="15" id="JJO-u8-XxL"/>
  55. <constraint firstItem="D0z-Zl-D6S" firstAttribute="centerY" secondItem="F5y-dx-hqw" secondAttribute="centerY" id="LlS-fT-ARU"/>
  56. <constraint firstItem="c6R-ih-YDb" firstAttribute="centerY" secondItem="F5y-dx-hqw" secondAttribute="centerY" id="k2H-r9-zJ1"/>
  57. <constraint firstItem="c6R-ih-YDb" firstAttribute="leading" secondItem="F5y-dx-hqw" secondAttribute="trailing" constant="10" id="mfT-wb-M5Q"/>
  58. <constraint firstItem="F5y-dx-hqw" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="smJ-LK-Chu"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <connections>
  62. <outlet property="markNumLabel" destination="D0z-Zl-D6S" id="nGb-gN-x9j"/>
  63. <outlet property="shortTitleLabel" destination="F5y-dx-hqw" id="Kkk-zC-fsE"/>
  64. <outlet property="titleLabel" destination="c6R-ih-YDb" id="Dr0-zu-ejA"/>
  65. </connections>
  66. <point key="canvasLocation" x="21" y="52"/>
  67. </tableViewCell>
  68. </objects>
  69. </document>