<?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: Objective-C: Where is My Object Retained?</title>
	<atom:link href="http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html</link>
	<description>Tips, tools and code for iPhone and Mac developers.</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:56:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: john</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-445</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 17 Aug 2008 01:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-445</guid>
		<description>Comments are closed on this post. You can comment on this same post which has been moved to the iPhone Developer Tips blog: http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html</description>
		<content:encoded><![CDATA[<p>Comments are closed on this post. You can comment on this same post which has been moved to the iPhone Developer Tips blog: <a href="http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html" rel="nofollow">http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-431</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 14 Aug 2008 18:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-431</guid>
		<description>Stompy, thanks for the comment. I took the liberty to move the comment over to the iPhone Developer Tips blog as well (as I copied this post to that blog as well).

http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html#comment-8

Thanks</description>
		<content:encoded><![CDATA[<p>Stompy, thanks for the comment. I took the liberty to move the comment over to the iPhone Developer Tips blog as well (as I copied this post to that blog as well).</p>
<p><a href="http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html#comment-8" rel="nofollow">http://iphonedevelopertips.com/objective-c/where-is-my-object-retained.html#comment-8</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stompy</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-430</link>
		<dc:creator>stompy</dc:creator>
		<pubDate>Thu, 14 Aug 2008 18:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-430</guid>
		<description>Just to add...

If you do use properties with the @property directive you can specify the declaration attributes. In this case you could use:

@property (retain) UIView *containerView

This will tell the compiler to use retain the value passed in when synthesizing the accessors. The default is assign, which implements accessors which assign (using =) the values passed. This makes it easier to know when you can release objects passed into accessors.</description>
		<content:encoded><![CDATA[<p>Just to add&#8230;</p>
<p>If you do use properties with the @property directive you can specify the declaration attributes. In this case you could use:</p>
<p>@property (retain) UIView *containerView</p>
<p>This will tell the compiler to use retain the value passed in when synthesizing the accessors. The default is assign, which implements accessors which assign (using =) the values passed. This makes it easier to know when you can release objects passed into accessors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zettt</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-427</link>
		<dc:creator>Zettt</dc:creator>
		<pubDate>Sun, 10 Aug 2008 09:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-427</guid>
		<description>Glad to hear that you are still alive! I hope you and your wife have nothing left from the accident.</description>
		<content:encoded><![CDATA[<p>Glad to hear that you are still alive! I hope you and your wife have nothing left from the accident.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-426</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 08 Aug 2008 15:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-426</guid>
		<description>Thanks Jon, I appreciate you thinking of us and glad you&#039;ve enjoyed the tips!</description>
		<content:encoded><![CDATA[<p>Thanks Jon, I appreciate you thinking of us and glad you&#8217;ve enjoyed the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Buys</title>
		<link>http://MacDeveloperTips.com/objective-c/objective-c-where-is-my-object-retained.html/comment-page-1#comment-425</link>
		<dc:creator>Jon Buys</dc:creator>
		<pubDate>Fri, 08 Aug 2008 10:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=232#comment-425</guid>
		<description>I&#039;m sorry to hear about your accident, I pray that both of you heal quickly.  Just thought I&#039;d drop you a line to say that I enjoy your site, thanks for the tips!  Keep up the great work!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to hear about your accident, I pray that both of you heal quickly.  Just thought I&#8217;d drop you a line to say that I enjoy your site, thanks for the tips!  Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
