<?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: Set Status Bar Color and Background</title>
	<atom:link href="http://MobileDeveloperTips.com/user-interface/set-status-bar-color-and-background.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/user-interface/set-status-bar-color-and-background.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Chris C</title>
		<link>http://MobileDeveloperTips.com/user-interface/set-status-bar-color-and-background.html#comment-25806</link>
		<dc:creator>Chris C</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2559#comment-25806</guid>
		<description>Thanks! Very helpful! This is just what I needed to know.</description>
		<content:encoded><![CDATA[<p>Thanks! Very helpful! This is just what I needed to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romain pechayre</title>
		<link>http://MobileDeveloperTips.com/user-interface/set-status-bar-color-and-background.html#comment-4016</link>
		<dc:creator>romain pechayre</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2559#comment-4016</guid>
		<description>Thank you for the post. If I can specify something, the difference beween using info.plist and coding in application delegate is that ApplicationDidFinishLaunshing is called once all application launching stuff has been done. Therefore, if you put some core related to statusbar here, it will have an effect almost one second after launching of your app. On the other hand, if you use the info.plist, you can see it as a direct access to UIApplication singleton instance itself, and therefore this setting will apply instantaneously.

So I would recommend using info.plist whenever it is possible and application delegate only when you don&#039;t have the choice.</description>
		<content:encoded><![CDATA[<p>Thank you for the post. If I can specify something, the difference beween using info.plist and coding in application delegate is that ApplicationDidFinishLaunshing is called once all application launching stuff has been done. Therefore, if you put some core related to statusbar here, it will have an effect almost one second after launching of your app. On the other hand, if you use the info.plist, you can see it as a direct access to UIApplication singleton instance itself, and therefore this setting will apply instantaneously.</p>
<p>So I would recommend using info.plist whenever it is possible and application delegate only when you don&#8217;t have the choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

