Posts Tagged ‘cocoa’

Cocoa Animation Proxy “woes”

Posted in Development on February 16th, 2010 by Joachim – Be the first to comment

Both, NSWindow and NSView offer a convenient way to add animation to your UI by the use of animation proxies. But there are some “woes” you have to keep in mind.
read more »

+ (void)initialize called only once?

Posted in Development on February 15th, 2010 by Joachim – Be the first to comment

To make a long story short: The answer is no!

Even if you don’t subclass, there are side effects you’d never thought possible.
read more »