Re: iOS splash screen animation

2013-04-10 Thread glenn andreas
On Apr 10, 2013, at 9:47 AM, Koen van der Drift wrote: > > On Apr 10, 2013, at 10:39 AM, glenn andreas wrote: > >> Avoid displaying an About window or a splash screen. In general, try to >> avoid providing any type of startup experience that prevents people from >> using your app immediatel

Re: iOS splash screen animation

2013-04-10 Thread Koen van der Drift
On Apr 10, 2013, at 10:39 AM, glenn andreas wrote: > Avoid displaying an About window or a splash screen. In general, try to avoid > providing any type of startup experience that prevents people from using your > app immediately. Point well taken, thanks for the link. But then why does Xcode

Re: iOS splash screen animation

2013-04-10 Thread glenn andreas
On Apr 10, 2013, at 8:35 AM, Koen van der Drift wrote: > Hi, > > When my app starts, I'd like to show a splash screen with a logo, etc, and > animate it to the main screen after a short delay.

RE: iOS splash screen animation

2013-04-10 Thread Julius Oklamcak
> When my app starts, I'd like to show a splash screen with a logo, > etc, and animate it to the main screen after a short delay. > [snip] > Any suggestions what I could be doing wrong? Do this in your root view controller's -viewWillAppear: method. You also need to ensure that it only happens onc

iOS splash screen animation

2013-04-10 Thread Koen van der Drift
Hi, When my app starts, I'd like to show a splash screen with a logo, etc, and animate it to the main screen after a short delay. After some searching, I came up with the following at the end of application:didFinishLaunchingWithOptions: UIImageView *splashScreen = [[UIImageView alloc] ini