<?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: More Glassy Scrolling with UITableView</title>
	<atom:link href="http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/</link>
	<description>Defender of Corporate Headquarters</description>
	<lastBuildDate>Sun, 11 Jul 2010 13:50:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alfredo</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-154812</link>
		<dc:creator>Alfredo</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-154812</guid>
		<description>&lt;p&gt;sorry what&#039;s the _item.identifier? O.o?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sorry what&#8217;s the _item.identifier? O.o?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-147820</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 12 Jan 2009 21:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-147820</guid>
		<description>&lt;p&gt;I hope you can create a post on how to make a UIScrollView respond to touches and swipes at the same time and still scroll like glass... I am trying to figure out how to implemente touchesbegan, touchesmoved, touchesended and scrollViewDidScroll on the same controller. I have subclassed UIScrollView but it stopped scrolling like glass... very frustrating...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I hope you can create a post on how to make a UIScrollView respond to touches and swipes at the same time and still scroll like glass&#8230; I am trying to figure out how to implemente touchesbegan, touchesmoved, touchesended and scrollViewDidScroll on the same controller. I have subclassed UIScrollView but it stopped scrolling like glass&#8230; very frustrating&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-147186</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 09 Jan 2009 04:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-147186</guid>
		<description>&lt;p&gt;Is there more or less room in said shared memory?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there more or less room in said shared memory?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Ebling</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-147054</link>
		<dc:creator>Andrew Ebling</dc:creator>
		<pubDate>Thu, 08 Jan 2009 11:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-147054</guid>
		<description>&lt;p&gt;Try using a layer rather than a bitmap images. Layers get cached in the shared video memory, whereas bitmaps do not.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Try using a layer rather than a bitmap images. Layers get cached in the shared video memory, whereas bitmaps do not.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-144706</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 24 Dec 2008 18:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-144706</guid>
		<description>&lt;p&gt;Yeah, this will definitely fail miserably if you have a lot of rows. As mentioned, it&#039;s a rather extreme approach. Definitely better suited for data sets where you know the size will be relatively small (1-200 items).&lt;/p&gt;

&lt;p&gt;In the end, I didn&#039;t end up using this solution myself (mostly because I had some sharing issues), but I couldn&#039;t see a lot of user-noticeable performance improvement in the end after playing with it turned on and off.&lt;/p&gt;

&lt;p&gt;But I do know that there are other products that use an ever more extreme case of this: they buffer the entire view into a giant scrollable bitmap. The performance is super-smooth, but clearly they can&#039;t deal with variable length tables without making the phone explode.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, this will definitely fail miserably if you have a lot of rows. As mentioned, it&#8217;s a rather extreme approach. Definitely better suited for data sets where you know the size will be relatively small (1-200 items).</p>

<p>In the end, I didn&#8217;t end up using this solution myself (mostly because I had some sharing issues), but I couldn&#8217;t see a lot of user-noticeable performance improvement in the end after playing with it turned on and off.</p>

<p>But I do know that there are other products that use an ever more extreme case of this: they buffer the entire view into a giant scrollable bitmap. The performance is super-smooth, but clearly they can&#8217;t deal with variable length tables without making the phone explode.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/comment-page-1/#comment-144672</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=111#comment-144672</guid>
		<description>&lt;p&gt;nice trick for light weight applications, however have you tried it with heavy applications (say 1000+ rows and lots of text columns and multiple tables)?&lt;/p&gt;

&lt;p&gt;my only fear is the app might end up with multiple calls to didReceiveMemoryWarning this loading and freeing data multiple times&lt;/p&gt;

&lt;p&gt;i am also juggling between more memory versus faster scroll performance. for the time being, i am going the apple way (loading data from db only when needed, displaying it, releasing it - no caching) as my app is dealing with a lot of data&lt;/p&gt;

&lt;p&gt;i am also exploring the option of not closing the db connection (i know its risky) but having it open makes the db reads a lot faster i guess&lt;/p&gt;

&lt;p&gt;it would be cool if you could give me some insight as to how many rows and columns are you caching in memory&lt;/p&gt;

&lt;p&gt;cheers,
raj&lt;/p&gt;

&lt;p&gt;http://www.iphonekicks.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice trick for light weight applications, however have you tried it with heavy applications (say 1000+ rows and lots of text columns and multiple tables)?</p>

<p>my only fear is the app might end up with multiple calls to didReceiveMemoryWarning this loading and freeing data multiple times</p>

<p>i am also juggling between more memory versus faster scroll performance. for the time being, i am going the apple way (loading data from db only when needed, displaying it, releasing it &#8211; no caching) as my app is dealing with a lot of data</p>

<p>i am also exploring the option of not closing the db connection (i know its risky) but having it open makes the db reads a lot faster i guess</p>

<p>it would be cool if you could give me some insight as to how many rows and columns are you caching in memory</p>

<p>cheers,
raj</p>

<p><a href="http://www.iphonekicks.com" rel="nofollow">http://www.iphonekicks.com</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
