ProfitDetailViewController.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="retina6_1" 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="ProfitDetailViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="tableView" destination="mEH-el-ZMz" id="sPb-Yr-RA1"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" scrollEnabled="NO" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="mEH-el-ZMz">
  25. <rect key="frame" x="15" y="59" width="384" height="300"/>
  26. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="300" id="dbw-2o-ghZ"/>
  29. </constraints>
  30. </tableView>
  31. </subviews>
  32. <color key="backgroundColor" red="0.96078431369999995" green="0.96470588239999999" blue="0.98039215690000003" alpha="1" colorSpace="calibratedRGB"/>
  33. <constraints>
  34. <constraint firstItem="mEH-el-ZMz" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="15" id="171-b4-WrA"/>
  35. <constraint firstItem="mEH-el-ZMz" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="7IF-hU-SiN"/>
  36. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="mEH-el-ZMz" secondAttribute="trailing" constant="15" id="qvW-me-tIE"/>
  37. </constraints>
  38. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  39. </view>
  40. </objects>
  41. </document>