<?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 Objective-C Cheat Sheet Updated</title>
	<atom:link href="http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/</link>
	<description>ManiacDev.Com</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:43:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: BrooksR</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-4146</link>
		<dc:creator>BrooksR</dc:creator>
		<pubDate>Sun, 13 Sep 2009 14:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-4146</guid>
		<description>Very nice.  Would you do one for VB developers?</description>
		<content:encoded><![CDATA[<p>Very nice.  Would you do one for VB developers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrooksR</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-413</link>
		<dc:creator>BrooksR</dc:creator>
		<pubDate>Sun, 13 Sep 2009 07:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-413</guid>
		<description>Very nice.  Would you do one for VB developers?</description>
		<content:encoded><![CDATA[<p>Very nice.  Would you do one for VB developers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Global Variables in iPhone Objective-C &#124; iPhone Development Tutorials and Tips</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-273</link>
		<dc:creator>Global Variables in iPhone Objective-C &#124; iPhone Development Tutorials and Tips</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-273</guid>
		<description>[...] you&#8217;re transitioning to Objective-C&#160;from C/C++/Java you might want to check out my Objective-C&#160;Cheat Sheet.    Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re transitioning to Objective-C&nbsp;from C/C++/Java you might want to check out my Objective-C&nbsp;Cheat Sheet.    Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxweas</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-147</link>
		<dc:creator>mxweas</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-147</guid>
		<description>Add categories?&lt;br&gt;ie:&lt;br&gt;@interface NSString (MyCoolAddition)&lt;br&gt;- (NSString *)shuffleString;&lt;br&gt;@end&lt;br&gt;&lt;br&gt;@implementation NSString (MyCoolAddition)&lt;br&gt;- (NSString *)shuffleString {&lt;br&gt;     //Do some shuffling here&lt;br&gt;     //Return shuffled string&lt;br&gt;}&lt;br&gt;@end</description>
		<content:encoded><![CDATA[<p>Add categories?<br />ie:<br />@interface NSString (MyCoolAddition)<br />- (NSString *)shuffleString;<br />@end</p>
<p>@implementation NSString (MyCoolAddition)<br />- (NSString *)shuffleString {<br />     //Do some shuffling here<br />     //Return shuffled string<br />}<br />@end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maniacdev</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-146</link>
		<dc:creator>maniacdev</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-146</guid>
		<description>Thanks for everyone&#039;s comments and am going to implement as much as I can into the cheat sheet..&lt;br&gt;&lt;br&gt;Keep in mind, I originally created this cheat sheet for people just transitioning from C/C++/Java to Obj-C for the first time so that they could begin to understand the code.  &lt;br&gt;&lt;br&gt;My plan is to create another cheat sheet with more intermediate concepts specifically to coincide with the second app that we&#039;ll be creating in my video tutorials.  Before a more advanced cheat sheet prior to getting into apps using OpenGL ES.&lt;br&gt;&lt;br&gt;Stay tuned, and I appreciate all the suggestions so keep them coming.</description>
		<content:encoded><![CDATA[<p>Thanks for everyone&#39;s comments and am going to implement as much as I can into the cheat sheet..</p>
<p>Keep in mind, I originally created this cheat sheet for people just transitioning from C/C++/Java to Obj-C for the first time so that they could begin to understand the code.  </p>
<p>My plan is to create another cheat sheet with more intermediate concepts specifically to coincide with the second app that we&#39;ll be creating in my video tutorials.  Before a more advanced cheat sheet prior to getting into apps using OpenGL ES.</p>
<p>Stay tuned, and I appreciate all the suggestions so keep them coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomG</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-139</link>
		<dc:creator>TomG</dc:creator>
		<pubDate>Sun, 28 Jun 2009 05:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-139</guid>
		<description>LOL, it doesn&#039;t matter maniac, no one is going to get confused like that.</description>
		<content:encoded><![CDATA[<p>LOL, it doesn&#39;t matter maniac, no one is going to get confused like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomG</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-138</link>
		<dc:creator>TomG</dc:creator>
		<pubDate>Sun, 28 Jun 2009 05:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-138</guid>
		<description>Why aregue about these semantics?&lt;br&gt;&lt;br&gt;The terms class method and static method are basically interchangeable, just check wikipedia, or check numerous books.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Method_%28computer_science&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Method_(computer_s...&lt;/a&gt;)&lt;br&gt;&lt;br&gt;Yes, class methods are dynamically dispatched, but they&#039;re just like C++ static methods as the poster said.  It&#039;s just semantics that won&#039;t matter to someone who is brand new to the language and needing a cheat sheet.</description>
		<content:encoded><![CDATA[<p>Why aregue about these semantics?</p>
<p>The terms class method and static method are basically interchangeable, just check wikipedia, or check numerous books.</p>
<p><a href="http://en.wikipedia.org/wiki/Method_%28computer_science" rel="nofollow"></a><a href="http://en.wikipedia.org/wiki/Method_(computer_s.." rel="nofollow">http://en.wikipedia.org/wiki/Method_(computer_s..</a>.)</p>
<p>Yes, class methods are dynamically dispatched, but they&#39;re just like C++ static methods as the poster said.  It&#39;s just semantics that won&#39;t matter to someone who is brand new to the language and needing a cheat sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Maymudes</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-137</link>
		<dc:creator>David Maymudes</dc:creator>
		<pubDate>Sun, 28 Jun 2009 03:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-137</guid>
		<description>That&#039;s exactly my point--I had no idea what it&#039;s called, so that would be a great thing for the cheat sheet because you can&#039;t Google &quot;objective C plus minus&quot; to find out what it means.  I was saying that it&#039;s like a C++ static method in the sense that it doesn&#039;t operate on a specific instance of a class.  &lt;br&gt;&lt;br&gt;(Hey, you know what--I just assumed that that Google search wouldn&#039;t work.  If you actually do the search, the first result is the Wikipedia Objective C page with an explanation of what + and - mean.  Google, I will never doubt you again.)</description>
		<content:encoded><![CDATA[<p>That&#39;s exactly my point&#8211;I had no idea what it&#39;s called, so that would be a great thing for the cheat sheet because you can&#39;t Google &#8220;objective C plus minus&#8221; to find out what it means.  I was saying that it&#39;s like a C++ static method in the sense that it doesn&#39;t operate on a specific instance of a class.  </p>
<p>(Hey, you know what&#8211;I just assumed that that Google search wouldn&#39;t work.  If you actually do the search, the first result is the Wikipedia Objective C page with an explanation of what + and &#8211; mean.  Google, I will never doubt you again.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hanson</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-136</link>
		<dc:creator>Chris Hanson</dc:creator>
		<pubDate>Sun, 28 Jun 2009 03:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-136</guid>
		<description>A leading + doesn&#039;t indicate a static method, it indicates a class method. The difference is that class methods are dynamically dispatched just like instance methods, and can be overridden in subclasses just like instance methods.</description>
		<content:encoded><![CDATA[<p>A leading + doesn&#39;t indicate a static method, it indicates a class method. The difference is that class methods are dynamically dispatched just like instance methods, and can be overridden in subclasses just like instance methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Maymudes</title>
		<link>http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/comment-page-1/#comment-130</link>
		<dc:creator>David Maymudes</dc:creator>
		<pubDate>Sun, 28 Jun 2009 02:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=348#comment-130</guid>
		<description>one suggestion: how about something about using &quot;+&quot; instead of the leading &quot;-&quot; to indicate a static method...  it&#039;s the kind of thing that&#039;s impossible to Google to find out, and I&#039;m sure there are lots of people new to Objective C who are asking themselves &quot;why does everything have a leading dash?&quot;</description>
		<content:encoded><![CDATA[<p>one suggestion: how about something about using &#8220;+&#8221; instead of the leading &#8220;-&#8221; to indicate a static method&#8230;  it&#39;s the kind of thing that&#39;s impossible to Google to find out, and I&#39;m sure there are lots of people new to Objective C who are asking themselves &#8220;why does everything have a leading dash?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
