<?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: Class Variables</title>
	<atom:link href="http://iPhoneDeveloperTips.com/objective-c/class-variables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/objective-c/class-variables.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick Forster</title>
		<link>http://iPhoneDeveloperTips.com/objective-c/class-variables.html#comment-19495</link>
		<dc:creator>Nick Forster</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1141#comment-19495</guid>
		<description>Put another way, if we use the Singleton pattern as an example, is there a good way in Objective C of releasing the class level reference to the one and only class created?</description>
		<content:encoded><![CDATA[<p>Put another way, if we use the Singleton pattern as an example, is there a good way in Objective C of releasing the class level reference to the one and only class created?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Forster</title>
		<link>http://iPhoneDeveloperTips.com/objective-c/class-variables.html#comment-19247</link>
		<dc:creator>Nick Forster</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1141#comment-19247</guid>
		<description>Excellent explanation of something I wanted explaining :) Just one final thought. I have a class/static variable that is a reference to a class, is there a good way of ensuring that this is released correctly?</description>
		<content:encoded><![CDATA[<p>Excellent explanation of something I wanted explaining :) Just one final thought. I have a class/static variable that is a reference to a class, is there a good way of ensuring that this is released correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac MacLaren</title>
		<link>http://iPhoneDeveloperTips.com/objective-c/class-variables.html#comment-6178</link>
		<dc:creator>Mac MacLaren</dc:creator>
		<pubDate>Mon, 02 Nov 2009 11:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1141#comment-6178</guid>
		<description>Nice, concise explanation of how to implement static fields in an Objective-C class. Everyone should give a test harness like this when explaining concepts. It makes for easier and quicker understanding. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice, concise explanation of how to implement static fields in an Objective-C class. Everyone should give a test harness like this when explaining concepts. It makes for easier and quicker understanding. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

