| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="StaticModelistViewController">
- <connections>
- <outlet property="bottomLayout" destination="tIU-9p-bOr" id="l45-Nj-kDs"/>
- <outlet property="modeTableView" destination="UNo-Vl-w2c" id="pRp-uq-8jQ"/>
- <outlet property="topLayout" destination="7zY-rP-4kw" id="YGV-MM-xoZ"/>
- <outlet property="view" destination="iN0-l3-epB" id="HiP-zr-PvK"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="CYD-0h-b5A"/>
- <outlet property="delegate" destination="-1" id="huE-dr-l2Y"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="UNo-Vl-w2c" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="1yS-mV-3zz"/>
- <constraint firstItem="UNo-Vl-w2c" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="7zY-rP-4kw"/>
- <constraint firstItem="UNo-Vl-w2c" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" id="83A-Xr-Udp"/>
- <constraint firstItem="UNo-Vl-w2c" firstAttribute="bottom" secondItem="iN0-l3-epB" secondAttribute="bottom" id="tIU-9p-bOr"/>
- </constraints>
- </view>
- <tabBarItem title="Item" image="home" id="rSy-or-zsr"/>
- </objects>
- <resources>
- <image name="home" width="30" height="30"/>
- </resources>
- </document>
|