StaticModelistViewController.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="13527"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="StaticModelistViewController">
  13. <connections>
  14. <outlet property="bottomLayout" destination="tIU-9p-bOr" id="l45-Nj-kDs"/>
  15. <outlet property="modeTableView" destination="UNo-Vl-w2c" id="pRp-uq-8jQ"/>
  16. <outlet property="topLayout" destination="7zY-rP-4kw" id="YGV-MM-xoZ"/>
  17. <outlet property="view" destination="iN0-l3-epB" id="HiP-zr-PvK"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="iN0-l3-epB">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <tableView clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" alwaysBounceVertical="YES" style="grouped" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" contentViewInsetsToSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UNo-Vl-w2c">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  28. <connections>
  29. <outlet property="dataSource" destination="-1" id="CYD-0h-b5A"/>
  30. <outlet property="delegate" destination="-1" id="huE-dr-l2Y"/>
  31. </connections>
  32. </tableView>
  33. </subviews>
  34. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <constraints>
  36. <constraint firstItem="UNo-Vl-w2c" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="1yS-mV-3zz"/>
  37. <constraint firstItem="UNo-Vl-w2c" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="7zY-rP-4kw"/>
  38. <constraint firstItem="UNo-Vl-w2c" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" id="83A-Xr-Udp"/>
  39. <constraint firstItem="UNo-Vl-w2c" firstAttribute="bottom" secondItem="iN0-l3-epB" secondAttribute="bottom" id="tIU-9p-bOr"/>
  40. </constraints>
  41. </view>
  42. <tabBarItem title="Item" image="home" id="rSy-or-zsr"/>
  43. </objects>
  44. <resources>
  45. <image name="home" width="30" height="30"/>
  46. </resources>
  47. </document>