2017-12-29 01:37:30 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-02-12 00:15:52 +01:00
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14092" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="z5E-aV-xMb">
|
2017-12-29 01:37:30 +01:00
|
|
|
<dependencies>
|
2018-02-12 00:15:52 +01:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14092"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--Window Controller-->
|
|
|
|
<scene sceneID="joN-Oe-nep">
|
|
|
|
<objects>
|
2018-01-27 21:35:32 +01:00
|
|
|
<windowController showSeguePresentationStyle="single" id="z5E-aV-xMb" customClass="FeedListWindowController" customModule="Evergreen" customModuleProvider="target" sceneMemberID="viewController">
|
2018-02-12 02:14:09 +01:00
|
|
|
<window key="window" identifier="feedDirectoryWindow" title="Feed Directory" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" tabbingMode="disallowed" id="Ty3-Oi-cUp">
|
2017-12-29 01:37:30 +01:00
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
2018-02-12 00:15:52 +01:00
|
|
|
<rect key="contentRect" x="425" y="461" width="300" height="600"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
2018-02-12 00:15:52 +01:00
|
|
|
<value key="minSize" type="size" width="300" height="480"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<value key="maxSize" type="size" width="768" height="2048"/>
|
|
|
|
<contentBorderThickness minY="32"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="delegate" destination="z5E-aV-xMb" id="lfa-LR-PLf"/>
|
|
|
|
</connections>
|
|
|
|
</window>
|
|
|
|
<connections>
|
2018-02-12 01:20:46 +01:00
|
|
|
<segue destination="QX3-Wg-cdZ" kind="relationship" relationship="window.shadowedContentViewController" id="LR5-Ry-Pi6"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
</connections>
|
|
|
|
</windowController>
|
|
|
|
<customObject id="l74-pi-xxL" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2018-02-12 01:20:46 +01:00
|
|
|
<point key="canvasLocation" x="-1275" y="-36"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
</scene>
|
|
|
|
<!--Feed List View Controller-->
|
|
|
|
<scene sceneID="TKm-CD-zMs">
|
|
|
|
<objects>
|
|
|
|
<viewController id="QX3-Wg-cdZ" customClass="FeedListViewController" customModule="Evergreen" customModuleProvider="target" sceneMemberID="viewController">
|
2018-02-12 02:14:09 +01:00
|
|
|
<view key="view" id="vp3-VV-Mzw">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="328" height="300"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
2018-02-12 02:14:09 +01:00
|
|
|
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="27" horizontalPageScroll="10" verticalLineScroll="27" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rir-se-YCO">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="0.0" y="32" width="328" height="268"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<clipView key="contentView" drawsBackground="NO" id="vli-sv-HLg">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="328" height="268"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2018-02-12 02:14:09 +01:00
|
|
|
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="medium" viewBased="YES" floatsGroupRows="NO" indentationPerLevel="27" outlineTableColumn="Ytm-dS-0WJ" id="Hxu-8i-6rp" customClass="FeedListOutlineView" customModule="Evergreen" customModuleProvider="target">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="328" height="268"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2018-02-12 02:14:09 +01:00
|
|
|
<size key="intercellSpacing" width="2" height="3"/>
|
2018-02-12 00:15:52 +01:00
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<tableColumns>
|
2018-02-12 02:42:58 +01:00
|
|
|
<tableColumn identifier="" width="326" minWidth="16" maxWidth="1000" id="Ytm-dS-0WJ">
|
2017-12-29 01:37:30 +01:00
|
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
|
|
|
|
<font key="font" metaFont="smallSystem"/>
|
|
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</tableHeaderCell>
|
|
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="LEs-TM-piu">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
|
|
<prototypeCellViews>
|
|
|
|
<tableCellView identifier="HeaderCell" id="Do1-0K-GCV">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="1" y="1" width="326" height="17"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vm6-1A-a5G">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="0.0" y="1" width="326" height="14"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="HEADER CELL" id="eL0-h5-mFm">
|
|
|
|
<font key="font" metaFont="smallSystemBold"/>
|
|
|
|
<color key="textColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
<connections>
|
|
|
|
<outlet property="textField" destination="vm6-1A-a5G" id="Ygp-YV-bUa"/>
|
|
|
|
</connections>
|
|
|
|
</tableCellView>
|
|
|
|
<tableCellView identifier="FeedListCell" id="M2x-Bb-n1x" customClass="SidebarCell" customModule="Evergreen" customModuleProvider="target">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="1" y="21" width="326" height="17"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<imageView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iAS-DV-SKL">
|
|
|
|
<rect key="frame" x="3" y="0.0" width="17" height="17"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<imageCell key="cell" refusesFirstResponder="YES" imageScaling="proportionallyDown" image="NSActionTemplate" id="dnh-HM-20u"/>
|
|
|
|
</imageView>
|
|
|
|
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vtx-H2-Xjb">
|
|
|
|
<rect key="frame" x="25" y="0.0" width="257" height="17"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="zzF-cw-IyN">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
<connections>
|
|
|
|
<outlet property="imageView" destination="iAS-DV-SKL" id="xfn-3B-xMs"/>
|
|
|
|
<outlet property="textField" destination="vtx-H2-Xjb" id="web-Eh-wce"/>
|
|
|
|
</connections>
|
|
|
|
</tableCellView>
|
|
|
|
</prototypeCellViews>
|
|
|
|
</tableColumn>
|
|
|
|
</tableColumns>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="QX3-Wg-cdZ" id="EYM-N6-z2Q"/>
|
|
|
|
<outlet property="delegate" destination="QX3-Wg-cdZ" id="J2x-xC-J0G"/>
|
|
|
|
</connections>
|
|
|
|
</outlineView>
|
|
|
|
</subviews>
|
|
|
|
<nil key="backgroundColor"/>
|
|
|
|
</clipView>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="width" relation="lessThanOrEqual" constant="512" id="9NC-nE-xTp"/>
|
|
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="240" id="ldQ-7U-jou"/>
|
|
|
|
</constraints>
|
|
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="X3r-hu-K2f">
|
|
|
|
<rect key="frame" x="-100" y="-100" width="285" height="16"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Qg7-sg-Bly">
|
|
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
</scrollView>
|
2018-02-12 01:20:46 +01:00
|
|
|
<customView horizontalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="xKq-9P-ibo">
|
2018-02-12 02:42:58 +01:00
|
|
|
<rect key="frame" x="20" y="0.0" width="288" height="32"/>
|
2018-02-12 01:20:46 +01:00
|
|
|
<subviews>
|
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Bv8-Eq-0cT">
|
|
|
|
<rect key="frame" x="20" y="3" width="120" height="25"/>
|
|
|
|
<buttonCell key="cell" type="roundTextured" title="Add to Feeds" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="0gj-Cw-KCE">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
2018-02-12 02:14:09 +01:00
|
|
|
<connections>
|
|
|
|
<action selector="addToFeeds:" target="MKk-xD-0Fh" id="43Z-VU-PTO"/>
|
|
|
|
</connections>
|
2018-02-12 01:20:46 +01:00
|
|
|
</button>
|
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ohy-a3-XkT">
|
|
|
|
<rect key="frame" x="148" y="3" width="120" height="25"/>
|
|
|
|
<buttonCell key="cell" type="roundTextured" title="Open Home Page" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="hom-If-fbd">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
2018-02-12 02:14:09 +01:00
|
|
|
<connections>
|
|
|
|
<action selector="openHomePage:" target="MKk-xD-0Fh" id="vJr-gf-SMd"/>
|
|
|
|
</connections>
|
2018-02-12 01:20:46 +01:00
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="Ohy-a3-XkT" firstAttribute="width" secondItem="Bv8-Eq-0cT" secondAttribute="width" id="1Kl-sg-GHU"/>
|
|
|
|
<constraint firstItem="Ohy-a3-XkT" firstAttribute="leading" secondItem="Bv8-Eq-0cT" secondAttribute="trailing" constant="8" symbolic="YES" id="5Og-09-12P"/>
|
|
|
|
<constraint firstItem="Ohy-a3-XkT" firstAttribute="centerY" secondItem="xKq-9P-ibo" secondAttribute="centerY" id="7Yu-Ab-dfe"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="Ohy-a3-XkT" secondAttribute="trailing" constant="20" symbolic="YES" id="ACJ-M3-QR1"/>
|
|
|
|
<constraint firstItem="Bv8-Eq-0cT" firstAttribute="leading" secondItem="xKq-9P-ibo" secondAttribute="leading" constant="20" symbolic="YES" id="Iph-MK-E6k"/>
|
|
|
|
<constraint firstAttribute="height" constant="32" id="dH4-pR-OmT"/>
|
|
|
|
<constraint firstItem="Bv8-Eq-0cT" firstAttribute="centerY" secondItem="xKq-9P-ibo" secondAttribute="centerY" id="qgr-sL-IFQ"/>
|
|
|
|
</constraints>
|
|
|
|
</customView>
|
2017-12-29 01:37:30 +01:00
|
|
|
</subviews>
|
|
|
|
<constraints>
|
2018-02-12 01:20:46 +01:00
|
|
|
<constraint firstAttribute="bottom" secondItem="xKq-9P-ibo" secondAttribute="bottom" id="2cb-L2-JEt"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<constraint firstAttribute="trailing" secondItem="rir-se-YCO" secondAttribute="trailing" id="7WI-u5-sU6"/>
|
2018-02-12 02:42:58 +01:00
|
|
|
<constraint firstItem="xKq-9P-ibo" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="vp3-VV-Mzw" secondAttribute="leading" constant="20" symbolic="YES" id="I6a-ro-vaw"/>
|
2018-01-27 07:20:48 +01:00
|
|
|
<constraint firstItem="rir-se-YCO" firstAttribute="top" secondItem="vp3-VV-Mzw" secondAttribute="top" id="Koo-lp-EvO"/>
|
2018-02-12 02:42:58 +01:00
|
|
|
<constraint firstItem="xKq-9P-ibo" firstAttribute="centerX" secondItem="vp3-VV-Mzw" secondAttribute="centerX" id="Mv4-A4-oeJ"/>
|
|
|
|
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="xKq-9P-ibo" secondAttribute="trailing" constant="20" symbolic="YES" id="TYr-VP-3lc"/>
|
2018-02-12 01:20:46 +01:00
|
|
|
<constraint firstItem="xKq-9P-ibo" firstAttribute="top" secondItem="rir-se-YCO" secondAttribute="bottom" id="WN7-F2-8Cn"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<constraint firstItem="rir-se-YCO" firstAttribute="leading" secondItem="vp3-VV-Mzw" secondAttribute="leading" id="bGY-bf-MdA"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
<connections>
|
2018-02-12 01:20:46 +01:00
|
|
|
<outlet property="addToFeedsButton" destination="Bv8-Eq-0cT" id="ZD6-YN-9oa"/>
|
|
|
|
<outlet property="openHomePageButton" destination="Ohy-a3-XkT" id="G55-UY-RQ8"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
<outlet property="outlineView" destination="Hxu-8i-6rp" id="Hm2-on-0JP"/>
|
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<customObject id="MKk-xD-0Fh" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2018-02-12 01:20:46 +01:00
|
|
|
<point key="canvasLocation" x="-1268" y="547"/>
|
2017-12-29 01:37:30 +01:00
|
|
|
</scene>
|
|
|
|
</scenes>
|
|
|
|
<resources>
|
|
|
|
<image name="NSActionTemplate" width="14" height="14"/>
|
|
|
|
</resources>
|
|
|
|
</document>
|