InPutTextCell.xib 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="InPutTextCell" rowHeight="45" id="KGk-i7-Jjw" customClass="InPutTextCell">
  14. <rect key="frame" x="0.0" y="0.0" width="411" height="45"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="411" height="45"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="星号" translatesAutoresizingMaskIntoConstraints="NO" id="ngr-UK-C4c">
  21. <rect key="frame" x="93" y="19" width="6" height="7"/>
  22. </imageView>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="公文类型" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5PA-aC-cHW">
  24. <rect key="frame" x="15.5" y="12" width="69.5" height="21"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="X7C-LP-gf3">
  30. <rect key="frame" x="0.0" y="44" width="411" height="1"/>
  31. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="1" id="g6W-EA-ENa"/>
  34. </constraints>
  35. </view>
  36. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="xpt-4h-QS7">
  37. <rect key="frame" x="109" y="5" width="292" height="34"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  39. <textInputTraits key="textInputTraits"/>
  40. </textField>
  41. </subviews>
  42. <constraints>
  43. <constraint firstItem="xpt-4h-QS7" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="ASp-Re-sjq"/>
  44. <constraint firstAttribute="trailing" secondItem="X7C-LP-gf3" secondAttribute="trailing" id="PKd-YB-fp6"/>
  45. <constraint firstItem="X7C-LP-gf3" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="bsd-7F-iAL"/>
  46. <constraint firstItem="5PA-aC-cHW" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="kVz-lx-6WY"/>
  47. <constraint firstItem="xpt-4h-QS7" firstAttribute="leading" secondItem="ngr-UK-C4c" secondAttribute="trailing" constant="10" id="mx2-o2-D2C"/>
  48. <constraint firstItem="X7C-LP-gf3" firstAttribute="top" secondItem="xpt-4h-QS7" secondAttribute="bottom" constant="5" id="o9j-7I-VmH"/>
  49. <constraint firstAttribute="trailing" secondItem="xpt-4h-QS7" secondAttribute="trailing" constant="10" id="pKG-6H-N1H"/>
  50. <constraint firstItem="ngr-UK-C4c" firstAttribute="leading" secondItem="5PA-aC-cHW" secondAttribute="trailing" constant="8" id="s1n-UZ-BPz"/>
  51. <constraint firstAttribute="bottom" secondItem="X7C-LP-gf3" secondAttribute="bottom" id="vwR-R4-wFi"/>
  52. <constraint firstItem="ngr-UK-C4c" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="wMd-WK-5Rf"/>
  53. <constraint firstItem="5PA-aC-cHW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15.5" id="xxi-2A-Mwf"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  57. <connections>
  58. <outlet property="bottomLineView" destination="X7C-LP-gf3" id="D4S-WY-Jzf"/>
  59. <outlet property="haveNeedImageView" destination="ngr-UK-C4c" id="Mvn-pf-ntx"/>
  60. <outlet property="inputtextFeild" destination="xpt-4h-QS7" id="9FX-LP-tkH"/>
  61. <outlet property="nameLab" destination="5PA-aC-cHW" id="cdM-k1-rlw"/>
  62. </connections>
  63. <point key="canvasLocation" x="84.782608695652186" y="-9.0401785714285712"/>
  64. </tableViewCell>
  65. </objects>
  66. <resources>
  67. <image name="星号" width="5.5" height="6.5"/>
  68. </resources>
  69. </document>