<?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: How To Port an iPhone Application to the iPad</title>
	<atom:link href="http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad</link>
	<description>Tutorials for iPhone / iOS Developers and Gamers</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7647</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Tue, 14 Dec 2010 00:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7647</guid>
		<description>@elpuerco, @Numpol: Thanks guys!

@John: I&#039;m glad you got it working, and thanks for sharing your solution in case anyone else runs into the same problem :]

@suchita: Those functions/methods only exist on iOS 3.2+, so you need to compile with that version of SDK or higher.  However you can still set the deployment target to an earlier iOS version, as long as you use conditional code.</description>
		<content:encoded><![CDATA[<p>@elpuerco, @Numpol: Thanks guys!</p>
<p>@John: I&#8217;m glad you got it working, and thanks for sharing your solution in case anyone else runs into the same problem :]</p>
<p>@suchita: Those functions/methods only exist on iOS 3.2+, so you need to compile with that version of SDK or higher.  However you can still set the deployment target to an earlier iOS version, as long as you use conditional code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suchita</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7593</link>
		<dc:creator>suchita</dc:creator>
		<pubDate>Mon, 13 Dec 2010 11:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7593</guid>
		<description>Hi Ray.....
I download ur code and run it with simulator 3.2 it goes perfectly but when i try to build&amp;run the code with simulator 3.1.3 it generates 9 warnings &amp; 11 errors like
&#039;UIUserInterfaceIdiomPad&#039; undeclared (first use in this function)

Cannot find protocol declaration for &#039;UISplitViewControllerDelegate&#039;

&#039;UIPopoverArrowDirectionAny&#039; undeclared (first use in this function)

how can i come out from it.</description>
		<content:encoded><![CDATA[<p>Hi Ray&#8230;..<br />
I download ur code and run it with simulator 3.2 it goes perfectly but when i try to build&amp;run the code with simulator 3.1.3 it generates 9 warnings &amp; 11 errors like<br />
&#8216;UIUserInterfaceIdiomPad&#8217; undeclared (first use in this function)</p>
<p>Cannot find protocol declaration for &#8216;UISplitViewControllerDelegate&#8217;</p>
<p>&#8216;UIPopoverArrowDirectionAny&#8217; undeclared (first use in this function)</p>
<p>how can i come out from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suchita</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7586</link>
		<dc:creator>suchita</dc:creator>
		<pubDate>Mon, 13 Dec 2010 08:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7586</guid>
		<description>its awesome tutorial.............</description>
		<content:encoded><![CDATA[<p>its awesome tutorial&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Tavenner</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7300</link>
		<dc:creator>John Tavenner</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7300</guid>
		<description>I found the MainWindow-iPad.xib is being created as an iPhone xib rather than for an iPad.  Using File\Create iPad Version and overwriting the autogenerated xib, I was able to get a working version and complete the tutorial.</description>
		<content:encoded><![CDATA[<p>I found the MainWindow-iPad.xib is being created as an iPhone xib rather than for an iPad.  Using File\Create iPad Version and overwriting the autogenerated xib, I was able to get a working version and complete the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Tavenner</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7235</link>
		<dc:creator>John Tavenner</dc:creator>
		<pubDate>Mon, 06 Dec 2010 21:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7235</guid>
		<description>Ray,

I&#039;ve been working through your tutorial. When I got to the UISplitViewController Integration step, I dragged the Split View Controller onto the window and deleted the old Navigation Controller.   The Split View Controller does not have any child controls and I cannot expand it.  I&#039;m running ver 3.2.3 of XCode and IB.

Thanks</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>I&#8217;ve been working through your tutorial. When I got to the UISplitViewController Integration step, I dragged the Split View Controller onto the window and deleted the old Navigation Controller.   The Split View Controller does not have any child controls and I cannot expand it.  I&#8217;m running ver 3.2.3 of XCode and IB.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Numpol</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-7147</link>
		<dc:creator>Numpol</dc:creator>
		<pubDate>Sat, 04 Dec 2010 16:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-7147</guid>
		<description>Thank you very much Ray,I love your site and try to read all articles ^^b</description>
		<content:encoded><![CDATA[<p>Thank you very much Ray,I love your site and try to read all articles ^^b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elpuerco</title>
		<link>http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad#comment-6513</link>
		<dc:creator>elpuerco</dc:creator>
		<pubDate>Mon, 22 Nov 2010 13:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1111#comment-6513</guid>
		<description>A fantastic tutorial! Thanks ;-)</description>
		<content:encoded><![CDATA[<p>A fantastic tutorial! Thanks ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

