<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacOSCoders &#187; Status Bar</title>
	<atom:link href="http://www.macoscoders.com/tag/status-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macoscoders.com</link>
	<description>My blog to talk on iPhone, Mac OS, Adobe Flex, AIR...</description>
	<lastBuildDate>Mon, 16 Aug 2010 10:45:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Hide iPhone Status Bar</title>
		<link>http://www.macoscoders.com/2009/04/03/how-to-hide-iphone-status-bar/</link>
		<comments>http://www.macoscoders.com/2009/04/03/how-to-hide-iphone-status-bar/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:42:59 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone Applications]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[setStatusBarHidden]]></category>
		<category><![CDATA[Status Bar]]></category>
		<category><![CDATA[UIStatusBarHidden]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=73</guid>
		<description><![CDATA[To hide the status bar in iPhone, edit the Info.plist of your application by adding the below key.
&#60;key&#62;UIStatusBarHidden&#60;/key&#62;
&#60;true /&#62;

or programmatically hide or show the status bar by invoking:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
 ]]></description>
			<content:encoded><![CDATA[<p>To hide the status bar in iPhone, edit the Info.plist of your application by adding the below key.</p>
<pre style="padding-left: 60px;"><code>&lt;key&gt;UIStatusBarHidden&lt;/key&gt;</code></pre>
<pre style="padding-left: 60px;"><code>&lt;true /&gt;</code></pre>
<p><code><br />
or programmatically hide or show the status bar by invoking:</code></p>
<pre style="padding-left: 60px;"><code>[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];</code></pre>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2009/04/03/how-to-hide-iphone-status-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
