<?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: Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</title>
	<atom:link href="http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:00:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-16572</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Sun, 06 Jun 2010 02:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-16572</guid>
		<description>You may have to make some code changes to support this - one option is that the UIViewController class has a method hidesBottomBarWhenPushed that you can set to returns YES if you want the tabbar hidden when the view controller is pushed onto a navigation controller.</description>
		<content:encoded><![CDATA[<p>You may have to make some code changes to support this &#8211; one option is that the UIViewController class has a method hidesBottomBarWhenPushed that you can set to returns YES if you want the tabbar hidden when the view controller is pushed onto a navigation controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luca</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-16563</link>
		<dc:creator>luca</dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-16563</guid>
		<description>Thanks for tutorial , how i can hide the bottom tab controller when video start ? i like to see fullscreen..

Regards</description>
		<content:encoded><![CDATA[<p>Thanks for tutorial , how i can hide the bottom tab controller when video start ? i like to see fullscreen..</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingconti</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-15868</link>
		<dc:creator>ingconti</dc:creator>
		<pubDate>Wed, 26 May 2010 06:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-15868</guid>
		<description>Nice piece. However, if you download Movies from web (or it takes a bit to load), you don&#039;t have yet 2 Windows when you use 

 [windows objectAtIndex:1];

I recommend to start a timer, AND add overlay after a short amount of time.</description>
		<content:encoded><![CDATA[<p>Nice piece. However, if you download Movies from web (or it takes a bit to load), you don&#8217;t have yet 2 Windows when you use </p>
<p> [windows objectAtIndex:1];</p>
<p>I recommend to start a timer, AND add overlay after a short amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeedAppforThat</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-9451</link>
		<dc:creator>NeedAppforThat</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-9451</guid>
		<description>agreed.  thanks for the concern.  i guess i&#039;d like to see what can be done by using any kind of method. that&#039;s why i like the writeup of this page but also want to see the private API methods.  The reason for the latter is that it sometimes is possible to get big companies to push apple on some of these cool features and they just might open up.</description>
		<content:encoded><![CDATA[<p>agreed.  thanks for the concern.  i guess i&#8217;d like to see what can be done by using any kind of method. that&#8217;s why i like the writeup of this page but also want to see the private API methods.  The reason for the latter is that it sometimes is possible to get big companies to push apple on some of these cool features and they just might open up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-9421</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Sun, 07 Feb 2010 15:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-9421</guid>
		<description>I&#039;ve read that the private method below will rotate the player:

[moviePlayer setOrientation:UIDeviceOrientationPortrait animated:NO];

However, I recommend that you don&#039;t use this or any private API as Apple can/will reject applications using undocumented calls. Also, even if the code works today, no guarantee it will in future releases.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read that the private method below will rotate the player:</p>
<p>[moviePlayer setOrientation:UIDeviceOrientationPortrait animated:NO];</p>
<p>However, I recommend that you don&#8217;t use this or any private API as Apple can/will reject applications using undocumented calls. Also, even if the code works today, no guarantee it will in future releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeedAppforThat</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-9419</link>
		<dc:creator>NeedAppforThat</dc:creator>
		<pubDate>Sun, 07 Feb 2010 14:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-9419</guid>
		<description>Good work. This is almost what i need.  So two additions would be 1) not to have to pre-rotate the video and 2) can we scale the video so that it&#039;s any size?  I think maybe using the approach you suggest that it&#039;s not possible.  However, you hint towards others using private API&#039;s.  Can you reference in the article a good site for people that are using private API&#039;s?  thanks!</description>
		<content:encoded><![CDATA[<p>Good work. This is almost what i need.  So two additions would be 1) not to have to pre-rotate the video and 2) can we scale the video so that it&#8217;s any size?  I think maybe using the approach you suggest that it&#8217;s not possible.  However, you hint towards others using private API&#8217;s.  Can you reference in the article a good site for people that are using private API&#8217;s?  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD@maniacdev</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-8486</link>
		<dc:creator>JD@maniacdev</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-8486</guid>
		<description>Thanks for this John.  I never really considered attempting doing this outside of a UIWebView.  

This is really cool, and it will be nice to not have to play with HTML/CSS to get things looking right.</description>
		<content:encoded><![CDATA[<p>Thanks for this John.  I never really considered attempting doing this outside of a UIWebView.  </p>
<p>This is really cool, and it will be nice to not have to play with HTML/CSS to get things looking right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoberRM</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/comment-page-1#comment-8417</link>
		<dc:creator>RoberRM</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-8417</guid>
		<description>I was just struggling to find out how to do this two days ago. I decided then to use your approach (pre-rotating the source video), so I&#039;ve read this too late for me. :D
Fortunately, I didn&#039;t need to overlay anything either. Nevertheless, your post reassured me on my choice, so I wanted to thank you for sharing it with us. :D
Thank you very much! ;)</description>
		<content:encoded><![CDATA[<p>I was just struggling to find out how to do this two days ago. I decided then to use your approach (pre-rotating the source video), so I&#8217;ve read this too late for me. :D<br />
Fortunately, I didn&#8217;t need to overlay anything either. Nevertheless, your post reassured me on my choice, so I wanted to thank you for sharing it with us. :D<br />
Thank you very much! ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
