Background-Task (Timer)

2010-09-29 Thread Lukas Tenbrink
Hey there, Cocoa List! I've got a question about background tasking, and I couldn't really answer myself it by searching in the documentation (or even in the internet). I want to make a background task with an application. Firstly, I used the code they gave as a sample, which looks like this: -

Not alpha changing animation

2010-08-23 Thread Lukas Tenbrink
Hello list, I've tried to animate a view (aView) to fade in, and another view (self) should look like it's fading out, while using the animator of my view. While The old view (self) stays visible in the background, the new one (aView) should slowly fade in until the old view (self) isn't visibl