<?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://MobileDeveloperTips.com/objective-c/class-variables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/objective-c/class-variables.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ant</title>
		<link>http://MobileDeveloperTips.com/objective-c/class-variables.html#comment-70644</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Thu, 17 May 2012 10:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1141#comment-70644</guid>
		<description>Frank, Objective C guarantees to initialise all variables to 0 so initialising the static variable just wastes processor cycles. For interest C also initialises global variables to 0 but as it doesn&#039;t initialise all variables to 0 I prefer to explicitly initialise all variables.</description>
		<content:encoded><![CDATA[<p>Frank, Objective C guarantees to initialise all variables to 0 so initialising the static variable just wastes processor cycles. For interest C also initialises global variables to 0 but as it doesn&#8217;t initialise all variables to 0 I prefer to explicitly initialise all variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://MobileDeveloperTips.com/objective-c/class-variables.html#comment-68012</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 05 Mar 2012 10:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1141#comment-68012</guid>
		<description>While you are at it, you should suggest initializing the static variable before usage.</description>
		<content:encoded><![CDATA[<p>While you are at it, you should suggest initializing the static variable before usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Forster</title>
		<link>http://MobileDeveloperTips.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://MobileDeveloperTips.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://MobileDeveloperTips.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>

