<?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: How-To: Solve &#8216;modifying layer that is being finalized&#8217; iPhone SDK</title>
	<atom:link href="http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Tue, 22 Nov 2011 00:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Sanjeev</title>
		<link>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html/comment-page-1#comment-1827</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Mon, 17 Jan 2011 13:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=445#comment-1827</guid>
		<description>Do you know? difference b/w removefromsuperview and release?</description>
		<content:encoded><![CDATA[<p>Do you know? difference b/w removefromsuperview and release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-09-20 &#124; Alones world</title>
		<link>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html/comment-page-1#comment-1338</link>
		<dc:creator>links for 2009-09-20 &#124; Alones world</dc:creator>
		<pubDate>Mon, 21 Sep 2009 01:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=445#comment-1338</guid>
		<description>[...] How-To: Solve ‘modifying layer that is being finalized’ iPhone SDK &#8211; Tech Thought (tags: iphone_dev iphone_problem) [...]</description>
		<content:encoded><![CDATA[<p>[...] How-To: Solve ‘modifying layer that is being finalized’ iPhone SDK &#8211; Tech Thought (tags: iphone_dev iphone_problem) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoa</title>
		<link>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html/comment-page-1#comment-908</link>
		<dc:creator>Hoa</dc:creator>
		<pubDate>Sat, 25 Apr 2009 12:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=445#comment-908</guid>
		<description>The real issue in this case is rather the retain counter of popupPreviewView.
self.popupPreviewView = nil probably already does the release you need plus you need to remove the view from the superview because the superview retains the popupPreviewView.

a good practice is to avoid writing things such as [self.myproperty release]</description>
		<content:encoded><![CDATA[<p>The real issue in this case is rather the retain counter of popupPreviewView.<br />
self.popupPreviewView = nil probably already does the release you need plus you need to remove the view from the superview because the superview retains the popupPreviewView.</p>
<p>a good practice is to avoid writing things such as [self.myproperty release]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

