<?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 for Let&#039;s Talk Cocoa</title>
	<atom:link href="http://letstalkcocoa.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://letstalkcocoa.com</link>
	<description>... Mac, iPhone, iPad, iPod Touch, let&#039;s write some code!</description>
	<lastBuildDate>Tue, 14 Sep 2010 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Applying Tint to Bars by Greg</title>
		<link>http://letstalkcocoa.com/2009/12/applying-tint-to-bars/comment-page-1/#comment-436</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 14 Sep 2010 16:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=566#comment-436</guid>
		<description><![CDATA[Awsome app ....  any chance you could add support for Three20 controls like TTTabBar which use tints as well but not exactly the same as the controls on your app?

Thanks

Greg]]></description>
		<content:encoded><![CDATA[<p>Awsome app &#8230;.  any chance you could add support for Three20 controls like TTTabBar which use tints as well but not exactly the same as the controls on your app?</p>
<p>Thanks</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In-App Purchases and Lite Versions by Marc</title>
		<link>http://letstalkcocoa.com/2009/10/in-app-purchases-and-lite-versions/comment-page-1/#comment-328</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 29 Aug 2010 22:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=519#comment-328</guid>
		<description><![CDATA[I think in app purchase is an interesting feature, but i´m planning to use it differently.]]></description>
		<content:encoded><![CDATA[<p>I think in app purchase is an interesting feature, but i´m planning to use it differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you have a space in your app name? by BigSprocket</title>
		<link>http://letstalkcocoa.com/2009/10/space-app/comment-page-1/#comment-9</link>
		<dc:creator>BigSprocket</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=528#comment-9</guid>
		<description><![CDATA[App naming in general is tricky.  The app name you want might already be taken by someone, or it might not show properly on the Springboard without an ellipsis.  What I tend to do is name the project after something meaningless. A code name, like Apple&#039;s &quot;Leopard&quot; or Microsoft&#039;s &quot;Chicago&quot;.  And, to your point, without a space.  To determine what to display on Springboard, the iPhone will look at the CFBundleDisplayName property in your plist.  So, at the last minute, you can determine if your desired name is available (when you create it in iTunes Connect), and if not, you can make a simple change there (and possibly your load/splash page) and you&#039;re done.  Anywhere else in your app where you need to know the name, it&#039;s easy for you to read CFBundleDisplayName too, using
[[NSBundle mainBundle] objectForInfoDictionaryKey:@&quot;CFBundleDisplayName&quot;]]]></description>
		<content:encoded><![CDATA[<p>App naming in general is tricky.  The app name you want might already be taken by someone, or it might not show properly on the Springboard without an ellipsis.  What I tend to do is name the project after something meaningless. A code name, like Apple&#8217;s &#8220;Leopard&#8221; or Microsoft&#8217;s &#8220;Chicago&#8221;.  And, to your point, without a space.  To determine what to display on Springboard, the iPhone will look at the CFBundleDisplayName property in your plist.  So, at the last minute, you can determine if your desired name is available (when you create it in iTunes Connect), and if not, you can make a simple change there (and possibly your load/splash page) and you&#8217;re done.  Anywhere else in your app where you need to know the name, it&#8217;s easy for you to read CFBundleDisplayName too, using<br />
[[NSBundle mainBundle] objectForInfoDictionaryKey:@&#8221;CFBundleDisplayName&#8221;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tic Tac Toe in Cocos2D by bigsprocket</title>
		<link>http://letstalkcocoa.com/2009/05/tic-tac-toe-in-cocos2d/comment-page-1/#comment-5</link>
		<dc:creator>bigsprocket</dc:creator>
		<pubDate>Wed, 05 Aug 2009 22:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=153#comment-5</guid>
		<description><![CDATA[It sounds like you&#039;re missing the declaration for TouchableColorLayer, which is defined in the 2nd and 3rd code blocks on this page.  Then, in Board.h, make sure you&#039;re importing TouchableColorLayer.h

BTW, they have recently released an update to Cocos2d... there will be some changes required to get this sample to run on v0.8, which are outlined in my latest post.]]></description>
		<content:encoded><![CDATA[<p>It sounds like you&#8217;re missing the declaration for TouchableColorLayer, which is defined in the 2nd and 3rd code blocks on this page.  Then, in Board.h, make sure you&#8217;re importing TouchableColorLayer.h</p>
<p>BTW, they have recently released an update to Cocos2d&#8230; there will be some changes required to get this sample to run on v0.8, which are outlined in my latest post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tic Tac Toe in Cocos2D by eemceebee</title>
		<link>http://letstalkcocoa.com/2009/05/tic-tac-toe-in-cocos2d/comment-page-1/#comment-4</link>
		<dc:creator>eemceebee</dc:creator>
		<pubDate>Sun, 02 Aug 2009 15:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=153#comment-4</guid>
		<description><![CDATA[Hi

Thanks for this sample. However I run into a problem which I cant figure out. When building I get this error :

&quot;.objc_class_name_TouchableColorLayer&quot;, referenced from:
.objc_class_name_Square in Board.o
.objc_class_name_PlayAgainLayer in PlayAgainLayer.o
symbol(s) not found
collect2: ld returned 1 exit status

Anything I am missing ????]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for this sample. However I run into a problem which I cant figure out. When building I get this error :</p>
<p>&#8220;.objc_class_name_TouchableColorLayer&#8221;, referenced from:<br />
.objc_class_name_Square in Board.o<br />
.objc_class_name_PlayAgainLayer in PlayAgainLayer.o<br />
symbol(s) not found<br />
collect2: ld returned 1 exit status</p>
<p>Anything I am missing ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Game Show Sounds 1.2 by bigsprocket</title>
		<link>http://letstalkcocoa.com/2009/06/game-show-sounds-12/comment-page-1/#comment-8</link>
		<dc:creator>bigsprocket</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=198#comment-8</guid>
		<description><![CDATA[GSS 1.2 is now available from the store.  I don&#039;t think Apple&#039;s auto-update thing worked properly because they deactivated the app for a few days, but a search for the app should allow you to re-download it for free. Enjoy!]]></description>
		<content:encoded><![CDATA[<p>GSS 1.2 is now available from the store.  I don&#8217;t think Apple&#8217;s auto-update thing worked properly because they deactivated the app for a few days, but a search for the app should allow you to re-download it for free. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Game Show Sounds 1.2 by bigsprocket</title>
		<link>http://letstalkcocoa.com/2009/06/game-show-sounds-12/comment-page-1/#comment-7</link>
		<dc:creator>bigsprocket</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=198#comment-7</guid>
		<description><![CDATA[Thanks!  So far, no word from Apple. It&#039;s been submitted now for 10 days.  Hopefully you&#039;ll have a working version soon!]]></description>
		<content:encoded><![CDATA[<p>Thanks!  So far, no word from Apple. It&#8217;s been submitted now for 10 days.  Hopefully you&#8217;ll have a working version soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Game Show Sounds 1.2 by tardis3</title>
		<link>http://letstalkcocoa.com/2009/06/game-show-sounds-12/comment-page-1/#comment-6</link>
		<dc:creator>tardis3</dc:creator>
		<pubDate>Fri, 19 Jun 2009 13:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.letstalkiphone.com/?p=198#comment-6</guid>
		<description><![CDATA[I hope you are able to work this out - I quite like this program and am disappointed it has stopped working now that I have upgraded to 3.0 Thank you for your hard work]]></description>
		<content:encoded><![CDATA[<p>I hope you are able to work this out &#8211; I quite like this program and am disappointed it has stopped working now that I have upgraded to 3.0 Thank you for your hard work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->