<?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 Set The Style Of The iPhone Status Bar</title>
	<atom:link href="http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar</link>
	<description>Tips and Tricks for iPhone, iPod, iPad and iOS Developers</description>
	<lastBuildDate>Sat, 28 Jan 2012 16:20:12 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/comment-page-1#comment-2483</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=215#comment-2483</guid>
		<description>@Jackie: Hiding and showing the status bar inside your app is tricky, and you should have a really good UI reason for doing this. I&#039;ve worked on one app where hiding the status bar for a particular screen was a requirement. It was a book reader and they wanted all the available screen real estate for the book content on the reading screen. We managed to do it, but it wasn&#039;t a generic solution. And the origin of subsequent views sometimes get offset by 20 pixels. So I would strongly recommend that you either show the status bar at all times, or hide it from the start using the Info.plist setting.</description>
		<content:encoded><![CDATA[<p>@Jackie: Hiding and showing the status bar inside your app is tricky, and you should have a really good UI reason for doing this. I&#8217;ve worked on one app where hiding the status bar for a particular screen was a requirement. It was a book reader and they wanted all the available screen real estate for the book content on the reading screen. We managed to do it, but it wasn&#8217;t a generic solution. And the origin of subsequent views sometimes get offset by 20 pixels. So I would strongly recommend that you either show the status bar at all times, or hide it from the start using the Info.plist setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackie</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/comment-page-1#comment-2419</link>
		<dc:creator>Jackie</dc:creator>
		<pubDate>Fri, 12 Mar 2010 07:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=215#comment-2419</guid>
		<description>Hi Nick,
I have a question about this. I used an example on apple official site called AddMusic in my iphone app. Actually i used MPMediaPicker to choose songs playing at background, and
 i wrote this
 [[UIApplication sharedApplication] setStatusBarHidden:NO animated: YES];

After choosing&quot; done&quot;, i wrote  
[[UIApplication sharedApplication] setStatusBarHidden:YES animated: YES];

But the tatusBar just appeared black, it still occupied some space. I want to remove it from my view which is not inherited from UIView or UIViewController. Could you please help me with this? I think this because the view of statusBar was still there but i have no idea how to get it and remove. Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi Nick,<br />
I have a question about this. I used an example on apple official site called AddMusic in my iphone app. Actually i used MPMediaPicker to choose songs playing at background, and<br />
 i wrote this<br />
 [[UIApplication sharedApplication] setStatusBarHidden:NO animated: YES];</p>
<p>After choosing&#8221; done&#8221;, i wrote<br />
[[UIApplication sharedApplication] setStatusBarHidden:YES animated: YES];</p>
<p>But the tatusBar just appeared black, it still occupied some space. I want to remove it from my view which is not inherited from UIView or UIViewController. Could you please help me with this? I think this because the view of statusBar was still there but i have no idea how to get it and remove. Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/comment-page-1#comment-1706</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 23 Dec 2009 19:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=215#comment-1706</guid>
		<description>@mabedan: To set the style of the status bar in code with animation use: - (void)setStatusBarStyle:(UIStatusBarStyle)statusBarStyle animated:(BOOL)animated

There is no equivalent for the Info.plist setting. But since apps typically have a zoom-in animation when they launch, it doesn&#039;t seem like a fade animation on the status bar is necessary.</description>
		<content:encoded><![CDATA[<p>@mabedan: To set the style of the status bar in code with animation use: &#8211; (void)setStatusBarStyle:(UIStatusBarStyle)statusBarStyle animated:(BOOL)animated</p>
<p>There is no equivalent for the Info.plist setting. But since apps typically have a zoom-in animation when they launch, it doesn&#8217;t seem like a fade animation on the status bar is necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mabedan</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/comment-page-1#comment-1705</link>
		<dc:creator>mabedan</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=215#comment-1705</guid>
		<description>do you know any way to do it animated?</description>
		<content:encoded><![CDATA[<p>do you know any way to do it animated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/how-to-set-the-style-of-the-iphone-status-bar/comment-page-1#comment-1297</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=215#comment-1297</guid>
		<description>Thanks!  This tip is just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks!  This tip is just what I was looking for!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/12 queries in 0.014 seconds using disk: basic
Object Caching 250/259 objects using disk: basic

Served from: iphoneincubator.com @ 2012-02-08 01:54:01 -->
