<?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 for Perspx</title>
	<atom:link href="http://perspx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://perspx.com</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>Comment on Making Cocoa list views really fast by HogeKeeri</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#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>Comment on PXSourceList: Source List Control for Mac OS X by kdeda</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#3539</link>
		<dc:creator>kdeda</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1096#comment-3539</guid>
		<description>Nevermind

you have to set the autosave as well for this to kick in.

	[sourceList setAutosaveExpandedItems:YES];
	[sourceList setAutosaveName:@&quot;TEST1&quot;];</description>
		<content:encoded><![CDATA[<p>Nevermind</p>
<p>you have to set the autosave as well for this to kick in.</p>
<p>	[sourceList setAutosaveExpandedItems:YES];<br />
	[sourceList setAutosaveName:@"TEST1"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXSourceList: Source List Control for Mac OS X by kdeda</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#3538</link>
		<dc:creator>kdeda</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1096#comment-3538</guid>
		<description>setAutosaveExpandedItems: is not triggering the itemForPersistentObject:
i see support on the code, i am missing something?</description>
		<content:encoded><![CDATA[<p>setAutosaveExpandedItems: is not triggering the itemForPersistentObject:<br />
i see support on the code, i am missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Cocoa list views really fast by mewAmitty</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#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>Comment on PXSourceList: Source List Control for Mac OS X by Knightlie</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#2448</link>
		<dc:creator>Knightlie</dc:creator>
		<pubDate>Sat, 24 Sep 2011 09:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1096#comment-2448</guid>
		<description>Me again, I fixed it!</description>
		<content:encoded><![CDATA[<p>Me again, I fixed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXSourceList: Source List Control for Mac OS X by Knightlie</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#2445</link>
		<dc:creator>Knightlie</dc:creator>
		<pubDate>Fri, 23 Sep 2011 20:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1096#comment-2445</guid>
		<description>Hi Alex,

Thank you for this control, it&#039;s awesome.  The only problem I have is that the - (void)sourceList:setObjectValue:forItem: method of my data source isn&#039;t being called.  As far as I can tell outlineView:setObjectValue:forItem: in PXSourceList isn&#039;t being called either.

Is there anything I need to do other than set the data source and delegate?  I&#039;m using the SourceListItem code in my data source.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Thank you for this control, it&#8217;s awesome.  The only problem I have is that the &#8211; (void)sourceList:setObjectValue:forItem: method of my data source isn&#8217;t being called.  As far as I can tell outlineView:setObjectValue:forItem: in PXSourceList isn&#8217;t being called either.</p>
<p>Is there anything I need to do other than set the data source and delegate?  I&#8217;m using the SourceListItem code in my data source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple table views in iOS by Aaron</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#2293</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 10 Aug 2011 14:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1751#comment-2293</guid>
		<description>As an iOS newbie, this is just what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>As an iOS newbie, this is just what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Interface Builder Features by Tarek</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#2227</link>
		<dc:creator>Tarek</dc:creator>
		<pubDate>Mon, 01 Aug 2011 07:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1003#comment-2227</guid>
		<description>This feature is a little buggy in XCode 4. It does only work, when the debug area and the utility window are are NOT shown.</description>
		<content:encoded><![CDATA[<p>This feature is a little buggy in XCode 4. It does only work, when the debug area and the utility window are are NOT shown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Interface Builder Features by Tarek</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#2226</link>
		<dc:creator>Tarek</dc:creator>
		<pubDate>Mon, 01 Aug 2011 07:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://perspx.com/?p=1003#comment-2226</guid>
		<description>This feature is a little buggy in XCode 4. It does only work, when the debug area is NOT shown.</description>
		<content:encoded><![CDATA[<p>This feature is a little buggy in XCode 4. It does only work, when the debug area is NOT shown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Cocoa list views really fast by Joey</title>
		<link>http://perspx.com/archives/simple-table-views-in-ios/#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>
</channel>
</rss>

