<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Programming for iOS</title>
	<atom:link href="http://cupsofcocoa.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cupsofcocoa.com</link>
	<description>Thoughts and tutorials on the way</description>
	<lastBuildDate>Tue, 21 Feb 2012 12:45:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Extension 11: Conditional Compilation by Ratna</title>
		<link>http://cupsofcocoa.com/2011/03/06/extension-11-conditional-compilation/#comment-384</link>
		<dc:creator><![CDATA[Ratna]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=320#comment-384</guid>
		<description><![CDATA[I tried it but in .pch file I could not able to work it

#define isIPhone (![[UIDevice currentDevice] respondsToSelector:@selector(userInterfaceIdiom)] &#124;&#124; [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone)

#ifdef isIPhone
#define xis @&quot;isIphone&quot;
//This will only be compiled if SOME_CONDITION is defined as a compiler flag

#else
#define xis @&quot;isIpad&quot;
The above code also not working]]></description>
		<content:encoded><![CDATA[<p>I tried it but in .pch file I could not able to work it</p>
<p>#define isIPhone (![[UIDevice currentDevice] respondsToSelector:@selector(userInterfaceIdiom)] || [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone)</p>
<p>#ifdef isIPhone<br />
#define xis @&#8221;isIphone&#8221;<br />
//This will only be compiled if SOME_CONDITION is defined as a compiler flag</p>
<p>#else<br />
#define xis @&#8221;isIpad&#8221;<br />
The above code also not working</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Jungle, Part 1: Basic UI Elements by SC</title>
		<link>http://cupsofcocoa.com/2011/09/24/the-jungle-part-1/#comment-366</link>
		<dc:creator><![CDATA[SC]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 03:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=433#comment-366</guid>
		<description><![CDATA[This is great tutorial. I was able to write up a working program on iPad. Thanks for this tutorial. Very helpful !!]]></description>
		<content:encoded><![CDATA[<p>This is great tutorial. I was able to write up a working program on iPad. Thanks for this tutorial. Very helpful !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective-C Lesson 2: Basic Variables by h4xp3t</title>
		<link>http://cupsofcocoa.com/2010/09/14/objective-c-lesson-2-basic-variables/#comment-365</link>
		<dc:creator><![CDATA[h4xp3t]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 17:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=116#comment-365</guid>
		<description><![CDATA[In my browser, all your program listings begin and end with a HTML span tag to set the font, which obviously is not part of the actual program.]]></description>
		<content:encoded><![CDATA[<p>In my browser, all your program listings begin and end with a HTML span tag to set the font, which obviously is not part of the actual program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extension 11: Conditional Compilation by inspire48</title>
		<link>http://cupsofcocoa.com/2011/03/06/extension-11-conditional-compilation/#comment-363</link>
		<dc:creator><![CDATA[inspire48]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 23:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=320#comment-363</guid>
		<description><![CDATA[Yep, just use the macro detailed at the end of the post.]]></description>
		<content:encoded><![CDATA[<p>Yep, just use the macro detailed at the end of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extension 11: Conditional Compilation by Ratna</title>
		<link>http://cupsofcocoa.com/2011/03/06/extension-11-conditional-compilation/#comment-361</link>
		<dc:creator><![CDATA[Ratna]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 12:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=320#comment-361</guid>
		<description><![CDATA[Hi Using this can we do like the below:
I want frame of a button which should load on conditional compiling .
That is in header file can I define like if the device is iPad return some frame otherwise return other frame]]></description>
		<content:encoded><![CDATA[<p>Hi Using this can we do like the below:<br />
I want frame of a button which should load on conditional compiling .<br />
That is in header file can I define like if the device is iPad return some frame otherwise return other frame</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extension 6: Incrementation by inspire48</title>
		<link>http://cupsofcocoa.com/2010/12/04/extension-6-incrementation/#comment-357</link>
		<dc:creator><![CDATA[inspire48]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=226#comment-357</guid>
		<description><![CDATA[Yeah, thanks for catching that!]]></description>
		<content:encoded><![CDATA[<p>Yeah, thanks for catching that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn Objective-C in 24 Days by Thompson</title>
		<link>http://cupsofcocoa.com/2010/08/29/learn-objective-c-in-24-days/#comment-354</link>
		<dc:creator><![CDATA[Thompson]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 04:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=52#comment-354</guid>
		<description><![CDATA[I&#039;ve beens elf-teaching for about 11 months now and can honestly say that for that the topics I already understand/am familiar with I wish I had seen this info sooner.  Also, I like the breadth of topics; fr ex, your info on the preprocessor and conditional compilation is welcome.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve beens elf-teaching for about 11 months now and can honestly say that for that the topics I already understand/am familiar with I wish I had seen this info sooner.  Also, I like the breadth of topics; fr ex, your info on the preprocessor and conditional compilation is welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extension 6: Incrementation by Iain Henderson</title>
		<link>http://cupsofcocoa.com/2010/12/04/extension-6-incrementation/#comment-353</link>
		<dc:creator><![CDATA[Iain Henderson]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=226#comment-353</guid>
		<description><![CDATA[Did you mean to say n *= 3;    // Same as n = n * 13; as opposed to n *= 3;    // Same as n = n * 3;]]></description>
		<content:encoded><![CDATA[<p>Did you mean to say n *= 3;    // Same as n = n * 13; as opposed to n *= 3;    // Same as n = n * 3;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective-C Lesson 2: Basic Variables by inspire48</title>
		<link>http://cupsofcocoa.com/2010/09/14/objective-c-lesson-2-basic-variables/#comment-346</link>
		<dc:creator><![CDATA[inspire48]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.wordpress.com/?p=116#comment-346</guid>
		<description><![CDATA[Ah yes, thanks for pointing that out. I&#039;ll get that fixed!]]></description>
		<content:encoded><![CDATA[<p>Ah yes, thanks for pointing that out. I&#8217;ll get that fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extension: Rotation by inspire48</title>
		<link>http://cupsofcocoa.com/2012/02/05/extension-rotation/#comment-345</link>
		<dc:creator><![CDATA[inspire48]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://cupsofcocoa.com/?p=524#comment-345</guid>
		<description><![CDATA[If you want a tab bar app to rotate, you&#039;ll have to support rotation in each view controller.

http://stackoverflow.com/a/6748596/472768

And thanks for the life note. There&#039;s progress being made! :)]]></description>
		<content:encoded><![CDATA[<p>If you want a tab bar app to rotate, you&#8217;ll have to support rotation in each view controller.</p>
<p><a href="http://stackoverflow.com/a/6748596/472768" rel="nofollow">http://stackoverflow.com/a/6748596/472768</a></p>
<p>And thanks for the life note. There&#8217;s progress being made! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

