2019-02-15 06:47:08 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
|
|
<dependencies>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<objects>
|
2019-02-17 07:22:26 +01:00
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="TimelineViewController" customModule="NetNewsWire" customModuleProvider="target">
|
2019-02-15 06:47:08 +01:00
|
|
|
<connections>
|
2019-02-15 06:58:45 +01:00
|
|
|
<outlet property="tableView" destination="opA-RM-DKR" id="Hnf-mE-gcq"/>
|
2019-02-15 06:47:08 +01:00
|
|
|
<outlet property="view" destination="dbt-sN-FU2" id="96u-gC-hW0"/>
|
|
|
|
</connections>
|
|
|
|
</customObject>
|
|
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
|
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="96" horizontalPageScroll="10" verticalLineScroll="96" verticalPageScroll="10" hasHorizontalScroller="NO" horizontalScrollElasticity="none" id="dbt-sN-FU2">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<clipView key="contentView" copiesOnScroll="NO" id="zef-7R-cWt">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="96" viewBased="YES" id="opA-RM-DKR" customClass="TimelineTableView" customModule="NetNewsWire" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<tableColumns>
|
|
|
|
<tableColumn width="447" minWidth="40" maxWidth="1000" id="PRn-8s-32o">
|
|
|
|
<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="XUR-hj-KzG">
|
|
|
|
<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"/>
|
|
|
|
</tableColumn>
|
|
|
|
</tableColumns>
|
2019-02-17 07:14:06 +01:00
|
|
|
<connections>
|
2019-02-18 04:38:17 +01:00
|
|
|
<outlet property="dataSource" destination="-2" id="zir-Wd-WsF"/>
|
|
|
|
<outlet property="delegate" destination="-2" id="nbI-3q-mrc"/>
|
2019-02-18 21:38:14 +01:00
|
|
|
<outlet property="menu" destination="MjV-3b-ZXR" id="kCm-mz-dAV"/>
|
2019-02-17 07:14:06 +01:00
|
|
|
</connections>
|
2019-02-15 06:47:08 +01:00
|
|
|
</tableView>
|
|
|
|
</subviews>
|
|
|
|
</clipView>
|
|
|
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="MDX-ZM-38u">
|
|
|
|
<rect key="frame" x="-100" y="-100" width="223" height="15"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="yXi-vf-7tV">
|
|
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
</scrollView>
|
2019-02-18 21:38:14 +01:00
|
|
|
<menu id="MjV-3b-ZXR">
|
2019-02-17 07:14:06 +01:00
|
|
|
<items>
|
2019-02-18 21:38:14 +01:00
|
|
|
<menuItem title="Item 1" id="xfn-qr-Hmg">
|
2019-02-17 07:14:06 +01:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2019-02-18 21:38:14 +01:00
|
|
|
<menuItem title="Item 2" id="CKG-yd-eyo">
|
2019-02-17 07:14:06 +01:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2019-02-18 21:38:14 +01:00
|
|
|
<menuItem title="Item 3" id="SwU-HI-Iqz">
|
2019-02-17 07:14:06 +01:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
|
|
|
</items>
|
|
|
|
<connections>
|
2019-02-18 21:38:14 +01:00
|
|
|
<outlet property="delegate" destination="-2" id="t1E-bi-ix5"/>
|
2019-02-17 07:14:06 +01:00
|
|
|
</connections>
|
|
|
|
</menu>
|
2019-02-15 06:47:08 +01:00
|
|
|
</objects>
|
|
|
|
</document>
|