43 lines
3.5 KiB
XML
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" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina5_9" 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>
|
|
<!--Imagine View Controller-->
|
|
<scene sceneID="juC-IM-iUC">
|
|
<objects>
|
|
<viewController storyboardIdentifier="ImagineViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="1kd-Nq-pfT" customClass="ImagineViewController" customModule="ContainerController" customModuleProvider="target" sceneMemberID="viewController">
|
|
<view key="view" contentMode="scaleToFill" id="Q1T-qI-kuj">
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="18A-Jq-ZAE" customClass="TableAdapterView" customModule="ContainerControllerSwift">
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
|
|
<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" red="0.082352941176470587" green="0.090196078431372548" blue="0.094117647058823528" alpha="1" colorSpace="calibratedRGB"/>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="18A-Jq-ZAE" secondAttribute="bottom" id="IHZ-QQ-8Zw"/>
|
|
<constraint firstItem="18A-Jq-ZAE" firstAttribute="leading" secondItem="Q1T-qI-kuj" secondAttribute="leading" id="W9h-cH-SzK"/>
|
|
<constraint firstItem="18A-Jq-ZAE" firstAttribute="top" secondItem="Q1T-qI-kuj" secondAttribute="top" id="XB6-dj-u7q"/>
|
|
<constraint firstAttribute="trailing" secondItem="18A-Jq-ZAE" secondAttribute="trailing" id="anI-vw-68b"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="tableView" destination="18A-Jq-ZAE" id="Qxc-0C-YsP"/>
|
|
</connections>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="NBQ-Op-lu9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="140" y="-31"/>
|
|
</scene>
|
|
</scenes>
|
|
</document>
|