Files
2024-09-04 04:26:04 +03:00

43 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Example Text View Controller-->
<scene sceneID="Zyy-oh-ZWO">
<objects>
<viewController storyboardIdentifier="ExampleTextViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="WD1-w9-jdT" customClass="ExampleTextViewController" customModule="ContainerController" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="tYk-Rm-2kC">
<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" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="USX-oT-7SK" customClass="TableAdapterView" customModule="ContainerControllerSwift">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" red="0.93725490196078431" green="0.94901960784313721" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
</tableView>
</subviews>
<viewLayoutGuide key="safeArea" id="6qi-GV-N23"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="USX-oT-7SK" firstAttribute="leading" secondItem="tYk-Rm-2kC" secondAttribute="leading" id="7TM-w1-Kfr"/>
<constraint firstAttribute="trailing" secondItem="USX-oT-7SK" secondAttribute="trailing" id="CDx-dn-PrB"/>
<constraint firstAttribute="bottom" secondItem="USX-oT-7SK" secondAttribute="bottom" id="DqU-nh-5rX"/>
<constraint firstItem="USX-oT-7SK" firstAttribute="top" secondItem="tYk-Rm-2kC" secondAttribute="top" id="rVc-YC-tbP"/>
</constraints>
</view>
<connections>
<outlet property="tableView" destination="USX-oT-7SK" id="6e7-Je-kP7"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="4Ix-vf-0x1" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-68" y="-69"/>
</scene>
</scenes>
</document>