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

Re: Understanding NSTask

2013-04-10 Thread Torsten Curdt
> Torsten Curdt! Coincidentally, I've been studying your asynctask.m for the > last day, and just pushed to my github an updated (ARC, etc.) NSTask wrapper, > based on it… > > https://github.com/jerrykrinock/ClassesObjC/blob/master/SSYTasker.h Nice :) Glad the old code was useful and got updat

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

Making a Copy of a NSArray originally created from CoreFoundation using a Custom Allocator

2013-04-10 Thread Andreas Grosam
When making a copy of a Foundation object that was originally created from a Core Foundation object (say CFArrayRef or CFDictionaryRef) which used a custom allocator, which allocator is the Foundation object using afterward? Thanks for insights! Andreas __

How to trace visible change on a UIWebView

2013-04-10 Thread Motti Shneor
Hello again, and please excuse a novice question. I need to observe the visible contents of a UIWebView dIsplayed in my iOS application, and each time the visible contents changes, I need to extract the contents as image, and transmit it to our server. A bit like screen-sharing on the Mac, but