STTableTextViewCell.xib 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="157" id="KGk-i7-Jjw" customClass="STTableTextViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="364" height="157"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="364" height="157"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="这一刻你的想法" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="jtE-n9-aRj">
  20. <rect key="frame" x="0.0" y="0.0" width="364" height="135"/>
  21. <color key="textColor" red="0.6705882352941176" green="0.6705882352941176" blue="0.6705882352941176" alpha="1" colorSpace="calibratedRGB"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  23. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  24. <dataDetectorType key="dataDetectorTypes" flightNumber="YES"/>
  25. <connections>
  26. <outlet property="delegate" destination="-1" id="CL2-Hr-aNU"/>
  27. </connections>
  28. </textView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0/100" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pcr-dF-fpf">
  30. <rect key="frame" x="0.0" y="135" width="356" height="21"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="21" id="f5U-uo-fml"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  35. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XSI-gT-5dg">
  39. <rect key="frame" x="8" y="156" width="356" height="1"/>
  40. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  41. <constraints>
  42. <constraint firstAttribute="height" constant="1" id="h4G-N3-ZtT"/>
  43. </constraints>
  44. </view>
  45. </subviews>
  46. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  47. <constraints>
  48. <constraint firstItem="jtE-n9-aRj" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="0r3-2i-B3g"/>
  49. <constraint firstAttribute="trailing" secondItem="XSI-gT-5dg" secondAttribute="trailing" id="C05-KI-avR"/>
  50. <constraint firstAttribute="bottom" secondItem="XSI-gT-5dg" secondAttribute="bottom" id="ENr-l0-ccZ"/>
  51. <constraint firstItem="Pcr-dF-fpf" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="KKn-FF-Snn"/>
  52. <constraint firstItem="Pcr-dF-fpf" firstAttribute="top" secondItem="jtE-n9-aRj" secondAttribute="bottom" id="QPM-kA-oWX"/>
  53. <constraint firstItem="jtE-n9-aRj" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="jIX-vy-5tz"/>
  54. <constraint firstAttribute="trailing" secondItem="Pcr-dF-fpf" secondAttribute="trailing" constant="8" id="pFb-nq-m04"/>
  55. <constraint firstItem="XSI-gT-5dg" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="rhL-np-RUY"/>
  56. <constraint firstAttribute="trailing" secondItem="jtE-n9-aRj" secondAttribute="trailing" id="s4Z-Th-j7l"/>
  57. <constraint firstItem="XSI-gT-5dg" firstAttribute="top" secondItem="Pcr-dF-fpf" secondAttribute="bottom" id="veg-gj-GfO"/>
  58. </constraints>
  59. </tableViewCellContentView>
  60. <connections>
  61. <outlet property="separatorView" destination="XSI-gT-5dg" id="6vN-2E-OGK"/>
  62. <outlet property="showWordsNumLab" destination="Pcr-dF-fpf" id="fVh-fH-Rp6"/>
  63. <outlet property="textView" destination="jtE-n9-aRj" id="9JS-35-zpU"/>
  64. </connections>
  65. <point key="canvasLocation" x="47" y="108.5"/>
  66. </tableViewCell>
  67. </objects>
  68. </document>