<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making Cocoa list views really fast</title>
	<atom:link href="http://perspx.com/archives/making-list-views-really-fast/feed/" rel="self" type="application/rss+xml" />
	<link>http://perspx.com/archives/making-list-views-really-fast/</link>
	<description></description>
	<lastBuildDate>Mon, 09 Apr 2012 09:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: HogeKeeri</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#4474</link>
		<dc:creator>HogeKeeri</dc:creator>
		<pubDate>Mon, 09 Apr 2012 09:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-4474</guid>
		<description>Hello. shoji111</description>
		<content:encoded><![CDATA[<p>Hello. shoji111</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mewAmitty</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#2895</link>
		<dc:creator>mewAmitty</dc:creator>
		<pubDate>Wed, 21 Dec 2011 16:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-2895</guid>
		<description>Anyway here&#039;s to my next meet at Donington this weekend, I look forward to meeting you one day and buying you a cold one!!! Mike Bennett Dear, Searching for Charring Cross Hospital web site, I came across your website and it truly amazes me                 
O, super project. Yes! so hold.  this feeling blue                  
&lt;a href=&quot;http://nlbaflc.angelfire.com/dolly-parton-birthdate.html&quot; rel=&quot;nofollow&quot;&gt;dolly parton birthdate&lt;/a&gt;                  
               
kiss</description>
		<content:encoded><![CDATA[<p>Anyway here&#8217;s to my next meet at Donington this weekend, I look forward to meeting you one day and buying you a cold one!!! Mike Bennett Dear, Searching for Charring Cross Hospital web site, I came across your website and it truly amazes me<br />
O, super project. Yes! so hold.  this feeling blue<br />
<a href="http://nlbaflc.angelfire.com/dolly-parton-birthdate.html" rel="nofollow">dolly parton birthdate</a>                  </p>
<p>kiss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#1827</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 03 Apr 2011 10:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-1827</guid>
		<description>Alex, nice work firstly. I had been searching for this topic for a while and your post solved my problem finally.

A little question though. Is there any reason why you don&#039;t declare the -visibleCellForRow in the header? I assume you don&#039;t want it to be &#039;public&#039; however in my application, I kinda need that. I want to change the height of the cell according to the text view&#039;s height inside it, without the cell in - (CGFloat)listView:(PXListView*)aListView heightOfRow:(NSUInteger)row, this looks impossible to me.</description>
		<content:encoded><![CDATA[<p>Alex, nice work firstly. I had been searching for this topic for a while and your post solved my problem finally.</p>
<p>A little question though. Is there any reason why you don&#8217;t declare the -visibleCellForRow in the header? I assume you don&#8217;t want it to be &#8216;public&#8217; however in my application, I kinda need that. I want to change the height of the cell according to the text view&#8217;s height inside it, without the cell in &#8211; (CGFloat)listView:(PXListView*)aListView heightOfRow:(NSUInteger)row, this looks impossible to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Make a Very Fast TableView on Mac with Variant Cell Height &#124; Kai&#039;s Blog</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#1636</link>
		<dc:creator>How to Make a Very Fast TableView on Mac with Variant Cell Height &#124; Kai&#039;s Blog</dc:creator>
		<pubDate>Sat, 26 Feb 2011 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-1636</guid>
		<description>[...] NSCell subclass instead of NSView subclass in NSTableView. Luckily, I then found an article called Making Cocoa List Views Really Fast which talks about the performance issue about NSTableView. The author of the article wrote his own [...]</description>
		<content:encoded><![CDATA[<p>[...] NSCell subclass instead of NSView subclass in NSTableView. Luckily, I then found an article called Making Cocoa List Views Really Fast which talks about the performance issue about NSTableView. The author of the article wrote his own [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perspx</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#763</link>
		<dc:creator>Perspx</dc:creator>
		<pubDate>Sat, 26 Jun 2010 09:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-763</guid>
		<description>@Michael: Perhaps; although NSScrollView lets you set custom horizontal and vertical scrollers through public methods.

My guess would be that it does something interesting in -setBackgroundABColor: or something with scrolling as -contentViewBoundsDidChangeNotification: is implemented. It also implements -scrollToRect:animated: and -scrollToPoint:animated: which are custom (presumably convenience) methods.</description>
		<content:encoded><![CDATA[<p>@Michael: Perhaps; although NSScrollView lets you set custom horizontal and vertical scrollers through public methods.</p>
<p>My guess would be that it does something interesting in -setBackgroundABColor: or something with scrolling as -contentViewBoundsDidChangeNotification: is implemented. It also implements -scrollToRect:animated: and -scrollToPoint:animated: which are custom (presumably convenience) methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Villar</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#760</link>
		<dc:creator>Michael Villar</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-760</guid>
		<description>FYI : I think the ABScrollView exists because of the custom NSScroller</description>
		<content:encoded><![CDATA[<p>FYI : I think the ABScrollView exists because of the custom NSScroller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perspx</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#680</link>
		<dc:creator>Perspx</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-680</guid>
		<description>@James: That would make a lot of sense – as you can see the class-dumped ABTableView and ABTableViewCell classes are very similar to UITableView and Cell; FastTableView and Cell are pretty similar but look less cloned.</description>
		<content:encoded><![CDATA[<p>@James: That would make a lot of sense – as you can see the class-dumped ABTableView and ABTableViewCell classes are very similar to UITableView and Cell; FastTableView and Cell are pretty similar but look less cloned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#677</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 01 Jun 2010 11:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-677</guid>
		<description>From what I understand, and have heard from colleagues is that Loren Brichter used to work at Apple and worked on UIKit. I imagine he&#039;s just used what he knows from the UITableView and UITableViewCell implementations and reimplemented them for AppKit.</description>
		<content:encoded><![CDATA[<p>From what I understand, and have heard from colleagues is that Loren Brichter used to work at Apple and worked on UIKit. I imagine he&#8217;s just used what he knows from the UITableView and UITableViewCell implementations and reimplemented them for AppKit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dunagan</title>
		<link>http://perspx.com/archives/making-list-views-really-fast/#633</link>
		<dc:creator>Brian Dunagan</dc:creator>
		<pubDate>Fri, 21 May 2010 04:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1427#comment-633</guid>
		<description>Very interesting! Tweetie probably uses that optimization combined with CoreGraphics pre-blending to achieve such smooth scrolling: http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/.</description>
		<content:encoded><![CDATA[<p>Very interesting! Tweetie probably uses that optimization combined with CoreGraphics pre-blending to achieve such smooth scrolling: <a href="http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/" rel="nofollow">http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

