IntegralDetailViewController.xib 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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" customClass="IntegralDetailViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="btnUpload" destination="XCJ-Kg-fH6" id="NUP-Tx-dRl"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XCJ-Kg-fH6">
  23. <rect key="frame" x="0.0" y="816" width="414" height="46"/>
  24. <color key="backgroundColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="46" id="JBd-pt-6yD"/>
  27. </constraints>
  28. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
  29. <state key="normal" title="去提单">
  30. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. </state>
  32. <connections>
  33. <action selector="btnUploadClick:" destination="-1" eventType="touchUpInside" id="MTt-5d-kxY"/>
  34. </connections>
  35. </button>
  36. </subviews>
  37. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <constraints>
  39. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="XCJ-Kg-fH6" secondAttribute="bottom" id="Y0s-GD-cMk"/>
  40. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="XCJ-Kg-fH6" secondAttribute="trailing" id="YkS-Qt-uN5"/>
  41. <constraint firstItem="XCJ-Kg-fH6" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="upf-CR-R6Y"/>
  42. </constraints>
  43. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  44. <point key="canvasLocation" x="-204" y="200"/>
  45. </view>
  46. </objects>
  47. </document>