PersonalCertificationTableViewCell.xib 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.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="PersonalCertificationTableViewCell" id="KGk-i7-Jjw" customClass="PersonalCertificationTableViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="320" height="43.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BvO-9K-KJq">
  23. <rect key="frame" x="15" y="0.0" width="37.5" height="43.5"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="43.5" id="qDL-Bu-toj"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  28. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入姓名" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iV8-cm-fgL">
  32. <rect key="frame" x="52.5" y="0.0" width="252.5" height="43.5"/>
  33. <nil key="textColor"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  35. <textInputTraits key="textInputTraits"/>
  36. </textField>
  37. </subviews>
  38. <constraints>
  39. <constraint firstAttribute="bottom" secondItem="BvO-9K-KJq" secondAttribute="bottom" id="355-61-2ee"/>
  40. <constraint firstItem="iV8-cm-fgL" firstAttribute="leading" secondItem="BvO-9K-KJq" secondAttribute="trailing" id="Iq1-PF-CEf"/>
  41. <constraint firstItem="BvO-9K-KJq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="JgE-ls-Ra7"/>
  42. <constraint firstItem="iV8-cm-fgL" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="L6o-fA-3Mm"/>
  43. <constraint firstAttribute="trailing" secondItem="iV8-cm-fgL" secondAttribute="trailing" constant="15" id="lEO-xJ-ERV"/>
  44. <constraint firstItem="BvO-9K-KJq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="toU-tC-NfC"/>
  45. <constraint firstAttribute="bottom" secondItem="iV8-cm-fgL" secondAttribute="bottom" id="z40-Hh-ix7"/>
  46. </constraints>
  47. </tableViewCellContentView>
  48. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  49. <connections>
  50. <outlet property="labelTitle" destination="BvO-9K-KJq" id="vGD-tv-iU4"/>
  51. <outlet property="textField" destination="iV8-cm-fgL" id="i6l-En-IpT"/>
  52. </connections>
  53. </tableViewCell>
  54. </objects>
  55. </document>