Sunday, October 18, 2009

GoGreen.vc

I'm not sure totally why, but a Green blog asked for a link exchange with me. So for now I will post their link here. Later I will figure out how to permanently add this link to my home page.

http://blog.gogreen.vc

Thursday, October 8, 2009

Splash Screen

Another thing that I discovered today, is that you can set a splash screen by adding an image titled "Default.png" to you project. I had added a splash screen manually before by displaying an imageView in its own View Controller and using a timer to push the table view onto the top of the stack after 3 seconds. I find the "Default.png" way to be considerably easier to implement, but it does not allow for the 3 second hang time I had previously implemented. All it does is display you image, then run the app as soon as it is loaded, which does not always allow for time to absorb what is displayed to you on the splash screen.