<?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: iPhone Tutorial for Creating a Splash Screen</title>
	<atom:link href="http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ashish</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1338</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1338</guid>
		<description>Once we are done with modelView, can we release the resource here itself. Let me know if I am wrong.

- (void)hideSplash{ 
[[self modalViewController] DismissModalViewControllerAnimated:YES];

//release the modelView
[modelView release];
}</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Once we are done with modelView, can we release the resource here itself. Let me know if I am wrong.</p>
<p>- (void)hideSplash{<br />
[[self modalViewController] DismissModalViewControllerAnimated:YES];</p>
<p>//release the modelView<br />
[modelView release];<br />
}<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1179</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1179</guid>
		<description>I have the same problem as described by Sokleen previously. Any ideas?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->I have the same problem as described by Sokleen previously. Any ideas?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FarOasis</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1176</link>
		<dc:creator>FarOasis</dc:creator>
		<pubDate>Sat, 13 Feb 2010 19:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1176</guid>
		<description>My splash screen behave very differently than expected...
Instead of showing the splash view for few seconds it shows the main window...
I ended up putting my splash image in the main window (without any need to do any mapping in the Interface builder and it works.

Granted I am doing something wrong here and if someone have any clue what it might be I would be more than happy to know what I did to mess things up.

I should probably mentioned that I have started from an existing project I have and not from a brand new project as outlined in this tutorial.

thanks.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->My splash screen behave very differently than expected&#8230;<br />
Instead of showing the splash view for few seconds it shows the main window&#8230;<br />
I ended up putting my splash image in the main window (without any need to do any mapping in the Interface builder and it works.</p>
<p>Granted I am doing something wrong here and if someone have any clue what it might be I would be more than happy to know what I did to mess things up.</p>
<p>I should probably mentioned that I have started from an existing project I have and not from a brand new project as outlined in this tutorial.</p>
<p>thanks.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ristin</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1160</link>
		<dc:creator>ristin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1160</guid>
		<description>One more question, how can i add a button which can let people to turn the image to its backside? Thanks!!!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->One more question, how can i add a button which can let people to turn the image to its backside? Thanks!!!<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ristin</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1159</link>
		<dc:creator>ristin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1159</guid>
		<description>In order to create a new page, do i need to add a new file in the same project, which folder should i add it to?
Once i create that page, how can i add 5, for example, different images on that page?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->In order to create a new page, do i need to add a new file in the same project, which folder should i add it to?<br />
Once i create that page, how can i add 5, for example, different images on that page?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ristin</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1158</link>
		<dc:creator>ristin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1158</guid>
		<description>This is aweeeeesome!!!!!!!!! :D
Can you be my private online teacher?
I&#039;m a newbie on programming and i really wanna to have an iphone application created by myself!!!
Would you kindly please teach me step by step how to command a button to navigate to another page? And, do i need to add a new file in the same project (but i don&#039;t know which folder to add it to &gt;..&lt;
ristin</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->This is aweeeeesome!!!!!!!!! <img src='http://adeem.me/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Can you be my private online teacher?<br />
I&#8217;m a newbie on programming and i really wanna to have an iphone application created by myself!!!<br />
Would you kindly please teach me step by step how to command a button to navigate to another page? And, do i need to add a new file in the same project (but i don&#8217;t know which folder to add it to &gt;..&lt;<br />
ristin<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinara</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1153</link>
		<dc:creator>Kinara</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1153</guid>
		<description>Salaam Brother,

Thanx for the great tutorial. I have a question on animated Splash Screens. How do we show some animation or a quicktime movie or something as a Splash Screen?

Thanx</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Salaam Brother,</p>
<p>Thanx for the great tutorial. I have a question on animated Splash Screens. How do we show some animation or a quicktime movie or something as a Splash Screen?</p>
<p>Thanx<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1152</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1152</guid>
		<description>Nice and simple article.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Nice and simple article.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1151</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1151</guid>
		<description>@mms

What are you talking about? The method is SplashViewController.h is IBOutlet UIView *modelView;

Thus SplashViewController.m is modalViewController.view = modelView;

You can change these to whatever name you want. As long as these two lines of code match.

Btw, I want to ask something. I think I messed up something in IB because everything works as advertised EXCEPT the splash screen loads very quickly regardless of what I change the afterDelay to. 

Somehow the View that is receiving afterDelay is the original iPhone View and not my new View. 

So what happens is my splash quickly loads then the white iPhone view stays white for the duration of afterDelay. 

Somehow my own View is not receiving the afterDelay. 

Can&#039;t wrap my head around the problem.

Any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->@mms</p>
<p>What are you talking about? The method is SplashViewController.h is IBOutlet UIView *modelView;</p>
<p>Thus SplashViewController.m is modalViewController.view = modelView;</p>
<p>You can change these to whatever name you want. As long as these two lines of code match.</p>
<p>Btw, I want to ask something. I think I messed up something in IB because everything works as advertised EXCEPT the splash screen loads very quickly regardless of what I change the afterDelay to. </p>
<p>Somehow the View that is receiving afterDelay is the original iPhone View and not my new View. </p>
<p>So what happens is my splash quickly loads then the white iPhone view stays white for the duration of afterDelay. </p>
<p>Somehow my own View is not receiving the afterDelay. </p>
<p>Can&#8217;t wrap my head around the problem.</p>
<p>Any ideas?</p>
<p>Thanks<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDC</title>
		<link>http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/comment-page-1/#comment-1148</link>
		<dc:creator>PDC</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=439#comment-1148</guid>
		<description>I can&#039;t get this to work.  I get a viewController undeclared error.  Can anyone help?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->I can&#8217;t get this to work.  I get a viewController undeclared error.  Can anyone help?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
