<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Get Set Games &#187; launch image</title>
	<atom:link href="http://getsetgames.com/tag/launch-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://getsetgames.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='getsetgames.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#5c973c50be"/>		<item>
		<title>How to Set Your App&#8217;s Splash Screen</title>
		<link>http://getsetgames.com/2009/12/09/iphonedev-advent-tip-9-how-to-set-your-apps-splash-screen/</link>
		<comments>http://getsetgames.com/2009/12/09/iphonedev-advent-tip-9-how-to-set-your-apps-splash-screen/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:30:38 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[advent]]></category>
		<category><![CDATA[Default.png]]></category>
		<category><![CDATA[launch image]]></category>
		<category><![CDATA[splash screen]]></category>

		<guid isPermaLink="false">http://getsetgames.com/?p=920</guid>
		<description><![CDATA[All iPhone apps have a splash screen, or what Apple refers to as a &#8220;launch image&#8221;. It is the screen that is displayed immediately after you press your app&#8217;s icon [...]]]></description>
			<content:encoded><![CDATA[<p>All iPhone apps have a splash screen, or what Apple refers to as a &#8220;launch image&#8221;. It is the screen that is displayed immediately after you press your app&#8217;s icon on the home screen, while the app icons are sweeping away and your app is zooming into view.</p>
<p>Some apps opt not to display a splash screen and go for a black screen, which is the default behaviour when you create an app. Others display a wireframe of the app&#8217;s interface in order to look like it is loading faster. See Apple&#8217;s native apps such as Clock and Camera for good examples of this. The most common use of the splash screen (especially in games) is to present a company or game logo, as we do in <a href="http://getsetgames.com/games/addicus/">Addicus</a>:</p>
<p><img src="http://getsetgames.com/wp-content/uploads/2009/12/9.png" alt="9" title="9" width="500" class="aligncenter size-full wp-image-921" /></p>
<h2>How to Do It</h2>
<p>Apple has made it so easy to set your splash screen that you don&#8217;t even need a single line of code to do it. Why, you don&#8217;t even need to change a setting. Here&#8217;s how to set your splash screen it in just 2 steps:</p>
<p>1. Add a file to your project&#8217;s <strong>Resource</strong> folder called <strong>Default.png</strong>.</p>
<p>2. There is no step 2. Take this time to reflect on how good life is.</p>
<p>And that&#8217;s it. Run your app and your splash screen will zoom into glorious view.</p>
<h2>Heads Up</h2>
<p>A couple of things to watch out for when working with splash screens:</p>
<p>Whatever image you give it will be scaled to fill the 320&#215;480 resolution of the iPhone, so ideally you would use a 320&#215;480-sized image.</p>
<p>If your iPhone app is running in landscape mode, you need to rotate the splash screen you use. For example, our splash screen is rotated 90 degrees to the right in the above image. </p>
]]></content:encoded>
			<wfw:commentRss>http://getsetgames.com/2009/12/09/iphonedev-advent-tip-9-how-to-set-your-apps-splash-screen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://getsetgames.com/wp-content/uploads/2009/12/9-150x150.png" />
		<media:content url="http://getsetgames.com/wp-content/uploads/2009/12/9.png" medium="image">
			<media:title type="html">9</media:title>
			<media:thumbnail url="http://getsetgames.com/wp-content/uploads/2009/12/9-150x150.png" />
		</media:content>
	</item>
	</channel>
</rss>

