WalletMainViewController.xib 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
  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="WalletMainViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="tableView" destination="w0C-Qa-ufo" id="rxJ-RB-QDn"/>
  14. <outlet property="topView" destination="ldg-k5-nvF" id="rXd-yZ-nqE"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ldg-k5-nvF" userLabel="Top View">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  26. <constraints>
  27. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="64" id="lFw-mI-C2X"/>
  28. </constraints>
  29. </view>
  30. <tableView clipsSubviews="YES" contentMode="scaleToFill" ambiguous="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="w0C-Qa-ufo">
  31. <rect key="frame" x="0.0" y="64" width="414" height="832"/>
  32. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  33. </tableView>
  34. </subviews>
  35. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  36. <constraints>
  37. <constraint firstItem="w0C-Qa-ufo" firstAttribute="top" secondItem="ldg-k5-nvF" secondAttribute="bottom" id="18g-MV-KVb"/>
  38. <constraint firstItem="w0C-Qa-ufo" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="3nh-Ry-Tkd"/>
  39. <constraint firstItem="w0C-Qa-ufo" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="5J9-Jp-qnq"/>
  40. <constraint firstItem="ldg-k5-nvF" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="BVe-cw-vOC"/>
  41. <constraint firstItem="ldg-k5-nvF" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="KLu-TJ-b4g"/>
  42. <constraint firstItem="w0C-Qa-ufo" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Wz4-Ev-lCe"/>
  43. <constraint firstItem="ldg-k5-nvF" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="YfU-Ts-1ZU"/>
  44. </constraints>
  45. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  46. <point key="canvasLocation" x="139" y="94"/>
  47. </view>
  48. </objects>
  49. </document>