IncomeViewController.xib 2.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="IncomeViewController">
  11. <connections>
  12. <outlet property="tableView" destination="QKB-pa-v4S" id="8mG-CU-RtC"/>
  13. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="QKB-pa-v4S">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. </tableView>
  25. </subviews>
  26. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <constraints>
  28. <constraint firstItem="QKB-pa-v4S" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="O3W-aY-SQk"/>
  29. <constraint firstItem="QKB-pa-v4S" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="W99-FS-wfk"/>
  30. <constraint firstAttribute="bottom" secondItem="QKB-pa-v4S" secondAttribute="bottom" id="osA-IS-mgQ"/>
  31. <constraint firstAttribute="trailing" secondItem="QKB-pa-v4S" secondAttribute="trailing" id="uDi-0j-rSC"/>
  32. </constraints>
  33. <point key="canvasLocation" x="138" y="-9"/>
  34. </view>
  35. </objects>
  36. </document>