310 lines
26 KiB
XML
310 lines
26 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5056" systemVersion="13E28" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="8YX-ce-x5E">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Tab Bar Controller-->
|
|
<scene sceneID="Vex-rW-GRa">
|
|
<objects>
|
|
<tabBarController id="8YX-ce-x5E" sceneMemberID="viewController">
|
|
<nil key="simulatedBottomBarMetrics"/>
|
|
<tabBar key="tabBar" contentMode="scaleToFill" id="JQR-rB-NYL">
|
|
<rect key="frame" x="0.0" y="431" width="320" height="49"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</tabBar>
|
|
<connections>
|
|
<segue destination="Qrw-yb-Sug" kind="relationship" relationship="viewControllers" id="zsP-ze-o2R"/>
|
|
<segue destination="mmB-QE-wi5" kind="relationship" relationship="viewControllers" id="g5n-QX-YNU"/>
|
|
<segue destination="E14-DC-mqA" kind="relationship" relationship="viewControllers" id="CVJ-dM-o3l"/>
|
|
<segue destination="iFw-A9-jRy" kind="relationship" relationship="viewControllers" id="sxQ-zX-gMM"/>
|
|
</connections>
|
|
</tabBarController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="FNP-y4-bzi" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="132" y="180"/>
|
|
</scene>
|
|
<!--Schedule Table View Controller - 2014-->
|
|
<scene sceneID="Gwb-IZ-cXq">
|
|
<objects>
|
|
<tableViewController id="aNc-F9-0cW" customClass="FESScheduleTableViewController" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="HpO-cG-BkW">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="scheduleEntryCell" id="g68-Qd-9Ij" customClass="FESScheduleEntryCell">
|
|
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="g68-Qd-9Ij" id="6f9-Rs-ptT">
|
|
<rect key="frame" x="0.0" y="0.0" width="287" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Fri" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hgY-f8-EeZ">
|
|
<rect key="frame" x="20" y="11" width="42" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="15. August" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CXi-kA-ow8">
|
|
<rect key="frame" x="70" y="11" width="83" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
</tableViewCellContentView>
|
|
<connections>
|
|
<outlet property="scheduleDate" destination="CXi-kA-ow8" id="4wi-Xj-rhe"/>
|
|
<outlet property="scheduleDayOfWeek" destination="hgY-f8-EeZ" id="bVi-Sl-f8D"/>
|
|
<segue destination="0t7-N6-wZY" kind="push" id="WWo-rm-Zb3"/>
|
|
</connections>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
<connections>
|
|
<outlet property="dataSource" destination="aNc-F9-0cW" id="B8w-3G-bqo"/>
|
|
</connections>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" title="2014" id="oPc-a0-wbv"/>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="4Vp-c3-FnG" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1333" y="-242"/>
|
|
</scene>
|
|
<!--Schedule Films View Controller-->
|
|
<scene sceneID="2yk-lz-VwC">
|
|
<objects>
|
|
<tableViewController id="0t7-N6-wZY" customClass="FESScheduleFilmsViewController" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="109" sectionHeaderHeight="22" sectionFooterHeight="22" id="as4-4p-NwJ">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="scheduleFilmCell" rowHeight="109" id="NlW-xg-4gy" customClass="FESScheduleFilmCell">
|
|
<rect key="frame" x="0.0" y="86" width="320" height="109"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="NlW-xg-4gy" id="qGp-By-vBv">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="108"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VMV-Mw-Ifg">
|
|
<rect key="frame" x="20" y="20" width="42" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qhF-PW-R8w">
|
|
<rect key="frame" x="70" y="20" width="236" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yQC-zo-ba8">
|
|
<rect key="frame" x="70" y="48" width="236" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5wK-D2-9Nf">
|
|
<rect key="frame" x="70" y="77" width="42" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="qhF-PW-R8w" firstAttribute="leading" secondItem="VMV-Mw-Ifg" secondAttribute="trailing" constant="8" id="6jd-wM-3re"/>
|
|
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="qhF-PW-R8w" secondAttribute="trailing" constant="14" id="6pV-wl-tKi"/>
|
|
<constraint firstItem="qhF-PW-R8w" firstAttribute="leading" secondItem="VMV-Mw-Ifg" secondAttribute="trailing" constant="20" id="BDY-y4-iVQ"/>
|
|
<constraint firstItem="5wK-D2-9Nf" firstAttribute="leading" secondItem="qGp-By-vBv" secondAttribute="leading" constant="70" id="aOH-hG-W6Q"/>
|
|
<constraint firstAttribute="trailing" secondItem="yQC-zo-ba8" secondAttribute="trailing" constant="14" id="p6G-uz-cU3"/>
|
|
<constraint firstAttribute="trailing" secondItem="qhF-PW-R8w" secondAttribute="trailing" constant="20" id="u0C-ff-LaB"/>
|
|
<constraint firstItem="VMV-Mw-Ifg" firstAttribute="leading" secondItem="qGp-By-vBv" secondAttribute="leading" constant="20" id="wiZ-uQ-wz0"/>
|
|
<constraint firstItem="yQC-zo-ba8" firstAttribute="leading" secondItem="qGp-By-vBv" secondAttribute="leading" constant="70" id="yjj-Xh-y6n"/>
|
|
<constraint firstAttribute="trailing" secondItem="5wK-D2-9Nf" secondAttribute="trailing" constant="208" id="yuJ-Nt-rQB"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<connections>
|
|
<outlet property="scheduleFilmDuration" destination="5wK-D2-9Nf" id="ESW-5j-in1"/>
|
|
<outlet property="scheduleFilmTime" destination="VMV-Mw-Ifg" id="2Vl-pn-ljV"/>
|
|
<outlet property="scheduleFilmTitle" destination="qhF-PW-R8w" id="UF0-jb-ZWv"/>
|
|
<outlet property="scheduleFilmVenue" destination="yQC-zo-ba8" id="W2e-In-hzD"/>
|
|
</connections>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
<connections>
|
|
<outlet property="dataSource" destination="0t7-N6-wZY" id="v20-t2-JHd"/>
|
|
<outlet property="delegate" destination="0t7-N6-wZY" id="bdD-jF-UpC"/>
|
|
</connections>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" id="zkS-4H-eLi"/>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="2Po-QA-1an" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1894" y="-235"/>
|
|
</scene>
|
|
<!--Table View Controller - Root View Controller-->
|
|
<scene sceneID="CX5-hP-Yrk">
|
|
<objects>
|
|
<tableViewController id="OwN-NY-lQV" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="fiy-kO-qOW">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="pRA-XH-MNZ">
|
|
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pRA-XH-MNZ" id="8Lb-ac-tEa">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</tableViewCellContentView>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
<connections>
|
|
<outlet property="dataSource" destination="OwN-NY-lQV" id="ZI0-zR-QwL"/>
|
|
<outlet property="delegate" destination="OwN-NY-lQV" id="StC-gP-bLn"/>
|
|
</connections>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" title="Root View Controller" id="aOU-AZ-Itd"/>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="3Sp-V5-4ky" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1333" y="670"/>
|
|
</scene>
|
|
<!--Table View Controller - Root View Controller-->
|
|
<scene sceneID="jeb-R4-g0i">
|
|
<objects>
|
|
<tableViewController id="LXN-2J-5ue" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="Y3o-Zo-KT8">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="MAk-6d-avF">
|
|
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="MAk-6d-avF" id="7xo-gI-Zhq">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</tableViewCellContentView>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
<connections>
|
|
<outlet property="dataSource" destination="LXN-2J-5ue" id="5gV-mA-OC8"/>
|
|
<outlet property="delegate" destination="LXN-2J-5ue" id="HhI-AO-vWs"/>
|
|
</connections>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" title="Root View Controller" id="QgM-JX-BS4"/>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="kqB-YL-2XV" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1324" y="1412"/>
|
|
</scene>
|
|
<!--Navigation Controller - Films-->
|
|
<scene sceneID="AJa-iV-8JL">
|
|
<objects>
|
|
<navigationController definesPresentationContext="YES" id="E14-DC-mqA" sceneMemberID="viewController">
|
|
<tabBarItem key="tabBarItem" title="Films" image="first" id="m1k-c9-JCp"/>
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="pt5-La-RTq">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="LXN-2J-5ue" kind="relationship" relationship="rootViewController" id="Qij-i9-KNW"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="5QP-NL-Lg2" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="790" y="1412"/>
|
|
</scene>
|
|
<!--Navigation Controller - Venues-->
|
|
<scene sceneID="2XX-2x-AmH">
|
|
<objects>
|
|
<navigationController definesPresentationContext="YES" id="mmB-QE-wi5" sceneMemberID="viewController">
|
|
<tabBarItem key="tabBarItem" title="Venues" image="second" id="bnq-kA-GRN"/>
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="qNh-mx-7vD">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="OwN-NY-lQV" kind="relationship" relationship="rootViewController" id="pFW-Le-3ry"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="tsi-7H-UGP" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="784" y="660"/>
|
|
</scene>
|
|
<!--Table View Controller - Root View Controller-->
|
|
<scene sceneID="vAN-Iz-ATE">
|
|
<objects>
|
|
<tableViewController id="Yos-r1-FJZ" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="A34-f4-e2Y">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="yee-S4-Mwh">
|
|
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="yee-S4-Mwh" id="HuM-M2-Jxo">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</tableViewCellContentView>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
<connections>
|
|
<outlet property="dataSource" destination="Yos-r1-FJZ" id="Vlq-Mh-wly"/>
|
|
<outlet property="delegate" destination="Yos-r1-FJZ" id="Itz-Cm-CKA"/>
|
|
</connections>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" title="Root View Controller" id="4U8-Zl-TNh"/>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="7Gg-Ur-aBt" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1312" y="2245"/>
|
|
</scene>
|
|
<!--Navigation Controller - About-->
|
|
<scene sceneID="jJJ-YQ-eCd">
|
|
<objects>
|
|
<navigationController definesPresentationContext="YES" id="iFw-A9-jRy" sceneMemberID="viewController">
|
|
<tabBarItem key="tabBarItem" title="About" image="second" id="XcE-TV-yuD"/>
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="YjT-do-uPQ">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="Yos-r1-FJZ" kind="relationship" relationship="rootViewController" id="N7x-AS-FQ2"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="NhF-zd-me1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="784" y="2245"/>
|
|
</scene>
|
|
<!--Navigation Controller - Schedule-->
|
|
<scene sceneID="kz3-B2-S4e">
|
|
<objects>
|
|
<navigationController definesPresentationContext="YES" id="Qrw-yb-Sug" sceneMemberID="viewController">
|
|
<tabBarItem key="tabBarItem" title="Schedule" image="first" id="8Kz-dh-sjg"/>
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="CRl-xF-dwL">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="aNc-F9-0cW" kind="relationship" relationship="rootViewController" id="2mL-lv-mgY"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="rVP-0G-fJ4" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="753" y="-248"/>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<image name="first" width="30" height="30"/>
|
|
<image name="second" width="30" height="30"/>
|
|
</resources>
|
|
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
<simulatedStatusBarMetrics key="statusBar"/>
|
|
<simulatedOrientationMetrics key="orientation"/>
|
|
<simulatedScreenMetrics key="destination" type="retina4"/>
|
|
</simulatedMetricsContainer>
|
|
</document>
|