QuitTextViewCell.xib 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
  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="default" indentationWidth="10" reuseIdentifier="cellID" rowHeight="113" id="KGk-i7-Jjw" customClass="QuitTextViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="310" height="106"/>
  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="310" height="105.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="退学原因:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GR9-oi-uew">
  23. <rect key="frame" x="13" y="8" width="61.5" height="21"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="21" id="LvP-n7-Klq"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="sWg-ih-FT7">
  32. <rect key="frame" x="18" y="31" width="274" height="63"/>
  33. <color key="backgroundColor" red="0.90196079019999997" green="0.90196079019999997" blue="0.90196079019999997" alpha="1" colorSpace="calibratedRGB"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="63" id="lWz-Fc-yUt"/>
  36. </constraints>
  37. <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  39. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  40. </textView>
  41. </subviews>
  42. <constraints>
  43. <constraint firstAttribute="trailingMargin" secondItem="sWg-ih-FT7" secondAttribute="trailing" constant="10" id="OKx-dd-GMX"/>
  44. <constraint firstItem="GR9-oi-uew" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="XaM-Oj-BHY"/>
  45. <constraint firstItem="GR9-oi-uew" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="5" id="dFW-UO-a93"/>
  46. <constraint firstItem="sWg-ih-FT7" firstAttribute="top" secondItem="GR9-oi-uew" secondAttribute="bottom" constant="2" id="jXD-qz-G83"/>
  47. <constraint firstItem="sWg-ih-FT7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="10" id="pQN-k3-VjA"/>
  48. </constraints>
  49. </tableViewCellContentView>
  50. <connections>
  51. <outlet property="textView" destination="sWg-ih-FT7" id="gv4-IG-SbM"/>
  52. <outlet property="titleLab" destination="GR9-oi-uew" id="nby-zi-jTF"/>
  53. </connections>
  54. <point key="canvasLocation" x="66" y="171"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>