<?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: iPhone SDK Cocoa Objective-C Learnings</title>
	<atom:link href="http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/</link>
	<description>this blog is retired. I&#039;m leaving it up as a reference</description>
	<lastBuildDate>Tue, 12 Apr 2011 08:42:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mital</title>
		<link>http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/#comment-5567</link>
		<dc:creator>Mital</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/?p=170#comment-5567</guid>
		<description>Hey its a great thing and thanx to share it.

But I also have same question as Narender Mudgal asked.

Can you please answer it? I know that we need to release in that case also but how to make it autorelease?</description>
		<content:encoded><![CDATA[<p>Hey its a great thing and thanx to share it.</p>
<p>But I also have same question as Narender Mudgal asked.</p>
<p>Can you please answer it? I know that we need to release in that case also but how to make it autorelease?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IPhone Memory Management &#171; Imamraza&#8217;s Blog</title>
		<link>http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/#comment-5560</link>
		<dc:creator>IPhone Memory Management &#171; Imamraza&#8217;s Blog</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/?p=170#comment-5560</guid>
		<description>[...] http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/" rel="nofollow">http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narender Mudgal</title>
		<link>http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/#comment-5539</link>
		<dc:creator>Narender Mudgal</dc:creator>
		<pubDate>Tue, 09 Jun 2009 19:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/?p=170#comment-5539</guid>
		<description>Thanks for the info,
but what if in .h file
NSString *abc;
@property(nonatomic,retain)NSString *abc;

In .m file
@synthesize abc;
abc = @&quot;hello&quot;;
now in this case as i m retainig it but not allocating it, I am supposed to release it or not. I have lot more confusions and i dont understand how to deal with these situations.</description>
		<content:encoded><![CDATA[<p>Thanks for the info,<br />
but what if in .h file<br />
NSString *abc;<br />
@property(nonatomic,retain)NSString *abc;</p>
<p>In .m file<br />
@synthesize abc;<br />
abc = @&#8221;hello&#8221;;<br />
now in this case as i m retainig it but not allocating it, I am supposed to release it or not. I have lot more confusions and i dont understand how to deal with these situations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

