<?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: Converting App from iPhone to Universal</title>
	<atom:link href="http://blog.indieiphonedev.com/2010/04/29/converting-app-from-iphone-to-universal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.indieiphonedev.com/2010/04/29/converting-app-from-iphone-to-universal/</link>
	<description>The musings of an independent iPhone developer</description>
	<lastBuildDate>Fri, 23 Dec 2011 05:25:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://blog.indieiphonedev.com/2010/04/29/converting-app-from-iphone-to-universal/comment-page-1/#comment-1984</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.indieiphonedev.com/?p=194#comment-1984</guid>
		<description>You are correct - however - that macro does not exist in pre iOS 3.2 (first iOS after iPad launch).  The following is a more up to date way to check for iPad, which I am using now:

BOOL iPad = NO;
#ifdef UI_USER_INTERFACE_IDIOM
iPad = (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad);
#endif</description>
		<content:encoded><![CDATA[<p>You are correct &#8211; however &#8211; that macro does not exist in pre iOS 3.2 (first iOS after iPad launch).  The following is a more up to date way to check for iPad, which I am using now:</p>
<p>BOOL iPad = NO;<br />
#ifdef UI_USER_INTERFACE_IDIOM<br />
iPad = (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad);<br />
#endif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blog.indieiphonedev.com/2010/04/29/converting-app-from-iphone-to-universal/comment-page-1/#comment-1983</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.indieiphonedev.com/?p=194#comment-1983</guid>
		<description>Have you heard of the macro UI_USER_INTERFACE_IDIOM()? you are duplicating its code</description>
		<content:encoded><![CDATA[<p>Have you heard of the macro UI_USER_INTERFACE_IDIOM()? you are duplicating its code</p>
]]></content:encoded>
	</item>
</channel>
</rss>

