<?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: Getting to know Xcode/Interface Buider: PARTS I &amp; II: UITabBar projects</title>
	<atom:link href="http://www.skylarcantu.com/blog/2009/08/10/getting-to-know-xcodeinterface-buider-parts-i-ii-uitabbar-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylarcantu.com/blog/2009/08/10/getting-to-know-xcodeinterface-buider-parts-i-ii-uitabbar-projects/</link>
	<description>...just some of my thoughts.</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:13:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.skylarcantu.com/blog/2009/08/10/getting-to-know-xcodeinterface-buider-parts-i-ii-uitabbar-projects/comment-page-1/#comment-213</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 26 May 2011 21:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=104#comment-213</guid>
		<description>How would you go about making this app landscape.

I tried:


// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    // Return YES for supported orientations
    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);

}


No Joy....any ideas?

J</description>
		<content:encoded><![CDATA[<p>How would you go about making this app landscape.</p>
<p>I tried:</p>
<p>// Override to allow orientations other than the default portrait orientation.<br />
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {<br />
    // Return YES for supported orientations<br />
    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);</p>
<p>}</p>
<p>No Joy&#8230;.any ideas?</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spoolup</title>
		<link>http://www.skylarcantu.com/blog/2009/08/10/getting-to-know-xcodeinterface-buider-parts-i-ii-uitabbar-projects/comment-page-1/#comment-172</link>
		<dc:creator>spoolup</dc:creator>
		<pubDate>Mon, 24 May 2010 23:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=104#comment-172</guid>
		<description>great tutorial man!
i do have a question though.
i&#039;m new to this and want to have uiwebview with a url load every time a push a cell (with the navbar on top to go back)
i&#039;ve been through a lot of tutorials, but it seems like every person has their own way of setting one or the other and can&#039;t seem to wrap my head around combining two of them.
could you give a hand?
thanks
P</description>
		<content:encoded><![CDATA[<p>great tutorial man!<br />
i do have a question though.<br />
i&#8217;m new to this and want to have uiwebview with a url load every time a push a cell (with the navbar on top to go back)<br />
i&#8217;ve been through a lot of tutorials, but it seems like every person has their own way of setting one or the other and can&#8217;t seem to wrap my head around combining two of them.<br />
could you give a hand?<br />
thanks<br />
P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

