<?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://iPhoneDeveloperTips.com/user-interface/set-status-bar-color-and-background.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/user-interface/set-status-bar-color-and-background.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Sat, 13 Mar 2010 20:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: romain pechayre</title>
		<link>http://iPhoneDeveloperTips.com/user-interface/set-status-bar-color-and-background.html/comment-page-1#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>
