OpenDetailTableViewHeaderView.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" 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="14490.49"/>
  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. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="OpenDetailTableViewHeaderView" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="55"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sUC-A9-soZ">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="12"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  22. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
  23. </view>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_small_icon" translatesAutoresizingMaskIntoConstraints="NO" id="yKr-g6-Fho">
  25. <rect key="frame" x="11" y="27" width="4" height="15"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  27. </imageView>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yPt-QQ-CCG">
  29. <rect key="frame" x="25" y="12" width="171" height="43"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  31. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  32. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="共6项必填信息,请耐心填写" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UhU-KT-95q">
  36. <rect key="frame" x="146" y="12" width="213" height="43"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  38. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  39. <color key="textColor" red="1" green="0.30588235294117649" blue="0.30588235294117649" alpha="1" colorSpace="calibratedRGB"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OSS-qg-sqH">
  43. <rect key="frame" x="0.0" y="54" width="375" height="1"/>
  44. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  45. <color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  46. </view>
  47. </subviews>
  48. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  49. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  50. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  51. <connections>
  52. <outlet property="lblName" destination="yPt-QQ-CCG" id="EYp-qD-e9I"/>
  53. <outlet property="lblRemark" destination="UhU-KT-95q" id="pO8-YL-Jm3"/>
  54. </connections>
  55. <point key="canvasLocation" x="-178.40000000000001" y="80.50974512743629"/>
  56. </view>
  57. </objects>
  58. <resources>
  59. <image name="ion_small_icon" width="4" height="16"/>
  60. </resources>
  61. </document>