OpenDetailViewController.xib 7.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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" customClass="OpenDetailViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="btnNextPage" destination="2Kc-Sx-ie1" id="K4v-aS-DNJ"/>
  16. <outlet property="lblNoAlert" destination="yoQ-eK-nBB" id="C5M-sP-5Or"/>
  17. <outlet property="tableView" destination="sFu-HC-j9H" id="pwp-uN-FqC"/>
  18. <outlet property="txtNoPassContent" destination="NDp-hQ-9gP" id="os3-IX-fUd"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. <outlet property="viewFooter" destination="a1R-8a-Dw6" id="jAb-44-GIQ"/>
  21. </connections>
  22. </placeholder>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  24. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="sFu-HC-j9H">
  29. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  30. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. </tableView>
  32. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="a1R-8a-Dw6">
  33. <rect key="frame" x="0.0" y="269" width="375" height="300"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  35. <subviews>
  36. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Kc-Sx-ie1">
  37. <rect key="frame" x="25" y="22" width="324" height="53"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  39. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  40. <state key="normal" title="提交" backgroundImage="btu_01">
  41. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. </state>
  43. <connections>
  44. <action selector="btnSubmitClick:" destination="-1" eventType="touchUpInside" id="1YZ-eC-k8F"/>
  45. </connections>
  46. </button>
  47. <textView hidden="YES" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="NDp-hQ-9gP">
  48. <rect key="frame" x="33" y="118" width="316" height="165"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  50. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  51. <color key="textColor" red="0.8980392157" green="0.24313725489999999" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  53. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  54. </textView>
  55. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="审核未通过原因:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yoQ-eK-nBB">
  56. <rect key="frame" x="33" y="91" width="123" height="18"/>
  57. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  58. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  59. <color key="textColor" red="0.8980392157" green="0.24313725489999999" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  60. <nil key="highlightedColor"/>
  61. </label>
  62. </subviews>
  63. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </view>
  65. </subviews>
  66. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  67. <constraints>
  68. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="sFu-HC-j9H" secondAttribute="trailing" id="UkD-Oo-UIm"/>
  69. <constraint firstItem="sFu-HC-j9H" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="YCC-hY-0dJ"/>
  70. <constraint firstItem="sFu-HC-j9H" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="cMw-DF-uOy"/>
  71. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="sFu-HC-j9H" secondAttribute="bottom" id="wCS-mO-C2y"/>
  72. </constraints>
  73. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  74. <point key="canvasLocation" x="-276" y="-63.418290854572717"/>
  75. </view>
  76. </objects>
  77. <resources>
  78. <image name="btu_01" width="378" height="59.5"/>
  79. </resources>
  80. </document>