2018-02-05 22:29:46 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-04-15 22:03:05 +02:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="H1p-Uh-vWS">
|
|
|
|
<device id="retina6_1" orientation="portrait">
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
</device>
|
2018-02-05 22:29:46 +01:00
|
|
|
<dependencies>
|
2019-04-15 22:03:05 +02:00
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--Master-->
|
|
|
|
<scene sceneID="pY4-Hu-kfo">
|
|
|
|
<objects>
|
2019-04-17 01:25:55 +02:00
|
|
|
<navigationController storyboardIdentifier="MasterPrimaryNavigationViewController" title="Master" useStoryboardIdentifierAsRestorationIdentifier="YES" toolbarHidden="NO" id="RMx-3f-FxP" sceneMemberID="viewController">
|
2019-04-15 22:03:05 +02:00
|
|
|
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" largeTitles="YES" id="Pmd-2v-anx">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
2019-04-17 01:25:55 +02:00
|
|
|
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="cwK-Lq-cXA">
|
|
|
|
<rect key="frame" x="0.0" y="813" width="414" height="49"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</toolbar>
|
2018-02-05 22:29:46 +01:00
|
|
|
<connections>
|
|
|
|
<segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-38" y="-630"/>
|
|
|
|
</scene>
|
|
|
|
<!--Detail-->
|
|
|
|
<scene sceneID="yUG-lL-AsK">
|
|
|
|
<objects>
|
2019-04-16 20:38:07 +02:00
|
|
|
<viewController storyboardIdentifier="DetailViewController" title="Detail" useStoryboardIdentifierAsRestorationIdentifier="YES" id="JEX-9P-axG" customClass="DetailViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
2018-02-05 22:29:46 +01:00
|
|
|
<view key="view" contentMode="scaleToFill" id="svH-Pt-448">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2019-04-15 22:03:05 +02:00
|
|
|
<wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t8d-md-Yhc">
|
|
|
|
<rect key="frame" x="0.0" y="88" width="414" height="774"/>
|
|
|
|
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
<wkWebViewConfiguration key="configuration">
|
|
|
|
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
|
|
|
|
<wkPreferences key="preferences"/>
|
|
|
|
</wkWebViewConfiguration>
|
|
|
|
</wkWebView>
|
2018-02-05 22:29:46 +01:00
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
<constraints>
|
2019-04-15 22:03:05 +02:00
|
|
|
<constraint firstItem="t8d-md-Yhc" firstAttribute="top" secondItem="VUw-jc-0yf" secondAttribute="top" id="0aK-ew-1HG"/>
|
|
|
|
<constraint firstItem="VUw-jc-0yf" firstAttribute="trailing" secondItem="t8d-md-Yhc" secondAttribute="trailing" id="31v-r8-kzh"/>
|
|
|
|
<constraint firstItem="VUw-jc-0yf" firstAttribute="bottom" secondItem="t8d-md-Yhc" secondAttribute="bottom" id="kK6-eC-XwD"/>
|
|
|
|
<constraint firstItem="t8d-md-Yhc" firstAttribute="leading" secondItem="VUw-jc-0yf" secondAttribute="leading" id="nDG-aV-vqc"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</constraints>
|
|
|
|
<viewLayoutGuide key="safeArea" id="VUw-jc-0yf"/>
|
|
|
|
</view>
|
|
|
|
<toolbarItems/>
|
2019-04-15 22:03:05 +02:00
|
|
|
<navigationItem key="navigationItem" id="mOI-FS-AaM">
|
|
|
|
<rightBarButtonItems>
|
|
|
|
<barButtonItem systemItem="action" id="9Ut-5B-JKP">
|
|
|
|
<connections>
|
|
|
|
<action selector="showActivityDialog:" destination="JEX-9P-axG" id="t7U-uT-fs5"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem image="browserImage" id="DMh-3X-ebd">
|
|
|
|
<connections>
|
|
|
|
<action selector="openBrowser:" destination="JEX-9P-axG" id="R0r-fI-NI7"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem image="starOpenImage" id="wU4-eH-wC9">
|
|
|
|
<connections>
|
|
|
|
<action selector="toggleStar:" destination="JEX-9P-axG" id="4Mp-Ir-N5v"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem image="circleOpenImage" id="hy0-LS-MzE">
|
|
|
|
<connections>
|
|
|
|
<action selector="toggleRead:" destination="JEX-9P-axG" id="A8V-r1-o9u"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</rightBarButtonItems>
|
|
|
|
</navigationItem>
|
2018-02-05 22:29:46 +01:00
|
|
|
<connections>
|
2019-04-15 22:03:05 +02:00
|
|
|
<outlet property="actionBarButtonItem" destination="9Ut-5B-JKP" id="9bO-kz-cTz"/>
|
|
|
|
<outlet property="browserBarButtonItem" destination="DMh-3X-ebd" id="PkT-Tn-8kG"/>
|
|
|
|
<outlet property="readBarButtonItem" destination="hy0-LS-MzE" id="BzM-x9-tuj"/>
|
|
|
|
<outlet property="starBarButtonItem" destination="wU4-eH-wC9" id="Z8Q-Lt-dKk"/>
|
|
|
|
<outlet property="webView" destination="t8d-md-Yhc" id="Iqg-bg-wds"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2019-04-15 22:03:05 +02:00
|
|
|
<point key="canvasLocation" x="709" y="741"/>
|
|
|
|
</scene>
|
|
|
|
<!--Timeline-->
|
|
|
|
<scene sceneID="fag-XH-avP">
|
|
|
|
<objects>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewController storyboardIdentifier="MasterTimelineViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Kyk-vK-QRX" customClass="MasterTimelineViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
2019-04-15 22:03:05 +02:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="mtv-Ik-FoJ">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
<prototypes>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="208" id="T5d-L4-OKG" customClass="MasterTimelineTableViewCell" customModule="NetNewsWire" customModuleProvider="target">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="28" width="414" height="208"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="T5d-L4-OKG" id="QKC-jN-XDy">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="207.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
<connections>
|
|
|
|
<segue destination="vC3-pB-5Vb" kind="showDetail" identifier="showDetail" id="RT3-gH-cyN"/>
|
|
|
|
</connections>
|
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="Kyk-vK-QRX" id="qMR-hi-7SO"/>
|
|
|
|
<outlet property="delegate" destination="Kyk-vK-QRX" id="rH3-5N-a6z"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
2019-04-17 01:25:55 +02:00
|
|
|
<toolbarItems>
|
|
|
|
<barButtonItem title="Mark All as Read" id="fTv-eX-72r">
|
2019-04-15 22:03:05 +02:00
|
|
|
<connections>
|
2019-04-17 01:25:55 +02:00
|
|
|
<action selector="markAllAsRead:" destination="Kyk-vK-QRX" id="4nd-Gg-APm"/>
|
2019-04-15 22:03:05 +02:00
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2019-04-17 01:25:55 +02:00
|
|
|
</toolbarItems>
|
|
|
|
<navigationItem key="navigationItem" title="Timeline" id="wcC-1L-ug4"/>
|
|
|
|
<simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
|
2019-04-15 22:03:05 +02:00
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="nzm-Gf-Xce" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="709" y="45"/>
|
|
|
|
</scene>
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="uQv-y4-hI4">
|
|
|
|
<objects>
|
2019-04-17 01:25:55 +02:00
|
|
|
<navigationController storyboardIdentifier="MasterTimelineNavigationViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" toolbarHidden="NO" id="vHh-eJ-Wug" sceneMemberID="viewController">
|
2019-04-15 22:03:05 +02:00
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="Df0-za-Olh">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
2019-04-17 01:25:55 +02:00
|
|
|
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Tqe-Na-Jew">
|
|
|
|
<rect key="frame" x="0.0" y="813" width="414" height="49"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</toolbar>
|
2019-04-15 22:03:05 +02:00
|
|
|
<connections>
|
|
|
|
<segue destination="Kyk-vK-QRX" kind="relationship" relationship="rootViewController" id="g8t-I4-iBe"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Kif-ju-wKR" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-39" y="45"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</scene>
|
|
|
|
<!--Split View Controller-->
|
|
|
|
<scene sceneID="Nki-YV-4Qg">
|
|
|
|
<objects>
|
2019-04-15 22:03:05 +02:00
|
|
|
<splitViewController storyboardIdentifier="SplitViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="H1p-Uh-vWS" sceneMemberID="viewController">
|
2018-02-05 22:29:46 +01:00
|
|
|
<toolbarItems/>
|
|
|
|
<connections>
|
|
|
|
<segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/>
|
2019-04-15 22:03:05 +02:00
|
|
|
<segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="FRG-EO-hQw"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</connections>
|
|
|
|
</splitViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-856" y="-330"/>
|
|
|
|
</scene>
|
|
|
|
<!--Master-->
|
|
|
|
<scene sceneID="smW-Zh-WAh">
|
|
|
|
<objects>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewController storyboardIdentifier="MasterPrimaryViewController" title="Master" useStoryboardIdentifierAsRestorationIdentifier="YES" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MasterPrimaryViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
2018-02-05 22:29:46 +01:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="r7i-6Z-zg0">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
<prototypes>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="zNG-5C-pQm" customClass="MasterTableViewCell" customModule="NetNewsWire" customModuleProvider="target">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="28" width="414" height="44"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2019-04-15 22:03:05 +02:00
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="zNG-5C-pQm" id="5gB-Jr-qIo">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<sections/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/>
|
|
|
|
<outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
2019-04-17 01:25:55 +02:00
|
|
|
<toolbarItems>
|
|
|
|
<barButtonItem title="Mark All as Read" id="ddj-Ya-Wol">
|
2019-04-15 22:03:05 +02:00
|
|
|
<connections>
|
2019-04-17 01:25:55 +02:00
|
|
|
<action selector="markAllAsRead:" destination="7bK-jq-Zjz" id="jmv-SM-7XE"/>
|
2019-04-15 22:03:05 +02:00
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2019-04-17 01:25:55 +02:00
|
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="ePD-cM-h2y"/>
|
|
|
|
<barButtonItem systemItem="add" id="yo6-w4-SfI">
|
2019-04-16 20:38:07 +02:00
|
|
|
<connections>
|
|
|
|
<action selector="add:" destination="7bK-jq-Zjz" id="k61-ub-SdZ"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2019-04-17 01:25:55 +02:00
|
|
|
</toolbarItems>
|
|
|
|
<navigationItem key="navigationItem" title="Feeds" id="Zdf-7t-Un8">
|
|
|
|
<barButtonItem key="leftBarButtonItem" title="Tools" image="toolsImage" id="2lM-3y-hKs">
|
|
|
|
<connections>
|
|
|
|
<action selector="showOPMLImportExport:" destination="7bK-jq-Zjz" id="qIa-yP-E6a"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2019-04-15 22:03:05 +02:00
|
|
|
</navigationItem>
|
2019-04-17 01:25:55 +02:00
|
|
|
<simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="709" y="-630"/>
|
|
|
|
</scene>
|
2019-04-15 22:03:05 +02:00
|
|
|
<!--Secondary-->
|
|
|
|
<scene sceneID="Nfg-Jx-7ig">
|
|
|
|
<objects>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewController storyboardIdentifier="MasterSecondaryViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="aKa-71-ZA9" customClass="MasterSecondaryViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
2019-04-15 22:03:05 +02:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="6Kx-w7-mE7">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
<prototypes>
|
2019-04-16 20:38:07 +02:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="27q-ZF-kC8" customClass="MasterTableViewCell" customModule="NetNewsWire" customModuleProvider="target">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="28" width="414" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="27q-ZF-kC8" id="lUQ-Im-VJe">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="aKa-71-ZA9" id="hzg-mr-du3"/>
|
|
|
|
<outlet property="delegate" destination="aKa-71-ZA9" id="kS8-Gn-bnZ"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
<navigationItem key="navigationItem" title="Secondary" id="3Ja-fK-wIr"/>
|
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="ILK-0w-PGv" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="2159" y="-630"/>
|
|
|
|
</scene>
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="4zT-Jk-55W">
|
|
|
|
<objects>
|
|
|
|
<navigationController storyboardIdentifier="MasterSecondaryNavigationViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="5et-QD-nMk" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="kf3-JC-lZU">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="aKa-71-ZA9" kind="relationship" relationship="rootViewController" id="KU7-08-42q"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="qBw-2N-kNV" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="1422" y="-629"/>
|
|
|
|
</scene>
|
2018-02-05 22:29:46 +01:00
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="r7l-gg-dq7">
|
|
|
|
<objects>
|
2019-04-15 22:03:05 +02:00
|
|
|
<navigationController storyboardIdentifier="DetailNavigationViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vC3-pB-5Vb" sceneMemberID="viewController">
|
2018-02-05 22:29:46 +01:00
|
|
|
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY">
|
2019-04-15 22:03:05 +02:00
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2019-04-15 22:03:05 +02:00
|
|
|
<point key="canvasLocation" x="-39" y="741"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</scene>
|
|
|
|
</scenes>
|
2019-04-15 22:03:05 +02:00
|
|
|
<resources>
|
|
|
|
<image name="browserImage" width="20" height="20"/>
|
|
|
|
<image name="circleOpenImage" width="20" height="20"/>
|
|
|
|
<image name="starOpenImage" width="18" height="18"/>
|
|
|
|
<image name="toolsImage" width="20" height="18"/>
|
|
|
|
</resources>
|
2018-02-05 22:29:46 +01:00
|
|
|
<inferredMetricsTieBreakers>
|
2019-04-17 01:25:55 +02:00
|
|
|
<segue reference="RT3-gH-cyN"/>
|
2018-02-05 22:29:46 +01:00
|
|
|
</inferredMetricsTieBreakers>
|
|
|
|
</document>
|