QuitTextViewCell.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" 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="14283.14"/>
  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="cellID" rowHeight="113" id="KGk-i7-Jjw" customClass="QuitTextViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="310" height="106"/>
  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="310" height="105.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="GR9-oi-uew">
  22. <rect key="frame" x="10" y="5" width="61.5" height="21"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="21" id="LvP-n7-Klq"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  27. <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="sWg-ih-FT7">
  31. <rect key="frame" x="10" y="31" width="290" height="63"/>
  32. <color key="backgroundColor" red="0.90196079019999997" green="0.90196079019999997" blue="0.90196079019999997" alpha="1" colorSpace="calibratedRGB"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="63" id="lWz-Fc-yUt"/>
  35. </constraints>
  36. <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  38. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  39. </textView>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="GR9-oi-uew" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="0Dx-iw-OFy"/>
  43. <constraint firstItem="sWg-ih-FT7" firstAttribute="leading" secondItem="GR9-oi-uew" secondAttribute="leading" id="dO4-K2-vmk"/>
  44. <constraint firstItem="sWg-ih-FT7" firstAttribute="top" secondItem="GR9-oi-uew" secondAttribute="bottom" constant="5" id="jXD-qz-G83"/>
  45. <constraint firstAttribute="trailing" secondItem="sWg-ih-FT7" secondAttribute="trailing" constant="10" id="kfY-IO-QWb"/>
  46. <constraint firstItem="GR9-oi-uew" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="lmC-MZ-N6K"/>
  47. </constraints>
  48. </tableViewCellContentView>
  49. <connections>
  50. <outlet property="textView" destination="sWg-ih-FT7" id="gv4-IG-SbM"/>
  51. <outlet property="titleLab" destination="GR9-oi-uew" id="nby-zi-jTF"/>
  52. </connections>
  53. <point key="canvasLocation" x="66" y="171"/>
  54. </tableViewCell>
  55. </objects>
  56. </document>