<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NSTableView</title>
	<atom:link href="https://apptyrant.com/tag/nstableview/feed/" rel="self" type="application/rss+xml" />
	<link>https://apptyrant.com</link>
	<description>Great apps for macOS and iOS</description>
	<lastBuildDate>Sun, 08 Jan 2017 20:13:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2018/04/cropped-1024AppTyrantIconOnTanBG3.png?fit=32%2C32&#038;ssl=1</url>
	<title>NSTableView</title>
	<link>https://apptyrant.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">103265284</site>	<item>
		<title>Exporting NSTableView to HTML [Open Source]</title>
		<link>https://apptyrant.com/2017/01/08/exporting-nstableview-to-html-open-source/</link>
		
		<dc:creator><![CDATA[App Tyrant Corp]]></dc:creator>
		<pubDate>Sun, 08 Jan 2017 20:13:22 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming Tutorials]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[NSTableView]]></category>
		<category><![CDATA[Objective-C]]></category>
		<guid isPermaLink="false">https://apptyrant.com/?p=3786</guid>

					<description><![CDATA[<p>I needed to export the contents of a NSTableView to HTML, so I wrote a little NSTableView subclass in Objective-C to do this. ATHyperTextTableView is a simple NSTableView subclass that makes exporting a table view to HTML easy. You can customize the look of the exported HTML table with your own CSS too. Screenshots Below: ... <a title="Exporting NSTableView to HTML [Open Source]" class="read-more" href="https://apptyrant.com/2017/01/08/exporting-nstableview-to-html-open-source/" aria-label="Read more about Exporting NSTableView to HTML [Open Source]">Read more</a></p>
The post <a href="https://apptyrant.com/2017/01/08/exporting-nstableview-to-html-open-source/">Exporting NSTableView to HTML [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></description>
										<content:encoded><![CDATA[<p>
I needed to export the contents of a NSTableView to HTML, so I wrote a little NSTableView subclass in Objective-C to do this.
</p>

<p>ATHyperTextTableView is a simple NSTableView subclass that makes exporting a table view to HTML easy. You can customize the look of the exported HTML table with your own CSS too.</p>

<strong>Screenshots Below:</strong>
<br/>
<img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?resize=1026%2C635&#038;ssl=1" alt="Screenshot of NSTableView." width="1026" height="635" class="alignnone size-full wp-image-3787" srcset="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?w=1026&amp;ssl=1 1026w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?resize=768%2C475&amp;ssl=1 768w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?resize=1024%2C634&amp;ssl=1 1024w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/NSTableViewScreenshot.png?resize=30%2C19&amp;ssl=1 30w" sizes="(max-width: 1026px) 100vw, 1026px" /><br/>
<figure id="attachment_3788" aria-describedby="caption-attachment-3788" style="width: 1016px" class="wp-caption alignnone"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?resize=1026%2C635&#038;ssl=1" alt="Screenshot of exported HTML from a the tableView, loaded into a WebView." width="1026" height="635" class="size-full wp-image-3788" srcset="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?w=1026&amp;ssl=1 1026w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?resize=768%2C475&amp;ssl=1 768w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?resize=1024%2C634&amp;ssl=1 1024w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshot.png?resize=30%2C19&amp;ssl=1 30w" sizes="(max-width: 1026px) 100vw, 1026px" /><figcaption id="caption-attachment-3788" class="wp-caption-text">Screenshot of the exported HTML loaded into a WebView.</figcaption></figure>
<br/>
<figure id="attachment_3789" aria-describedby="caption-attachment-3789" style="width: 902px" class="wp-caption alignnone"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshotCustomCSS.png?resize=912%2C648&#038;ssl=1" alt="Screenshot of exported HTML from a the tableView, loaded into a WebView with custom CSS set." width="912" height="648" class="size-full wp-image-3789" srcset="https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshotCustomCSS.png?w=912&amp;ssl=1 912w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshotCustomCSS.png?resize=300%2C213&amp;ssl=1 300w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshotCustomCSS.png?resize=768%2C546&amp;ssl=1 768w, https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2017/01/ATHyperTextTableViewWebviewScreenshotCustomCSS.png?resize=30%2C21&amp;ssl=1 30w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption id="caption-attachment-3789" class="wp-caption-text">Screenshot of the exported HTML loaded into a WebView, styled with custom CSS.</figcaption></figure>


<p>There is a sample project available on <a href="https://github.com/AppTyrant/ATHyperTextTableView" target="_blank">Github here</a>.</p>The post <a href="https://apptyrant.com/2017/01/08/exporting-nstableview-to-html-open-source/">Exporting NSTableView to HTML [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3786</post-id>	</item>
	</channel>
</rss>
