tags:

views:

19

answers:

1

hi i am new to iphone.i have done a small application but what i need is when i click the application icon it shows just like process bar going on and opens the application how can i done this pls help me

+1  A: 

You need to load a screen on didFinishLaunch that screen is generally called splash screen do the animation in it and at the end switch to your first screen. here are some examples

ref 1
ref 2

org.life.java