Monthly Archives: February 2011

You can annotate your sources for better clang results. Best use is probably to specify that certain parameters to your functions can’t be nil/null. (via Peter Hosey on Twitter.)

Posted on by Steven Fisher | Comments Off

From Stack Overflow, written by Quinn Taylor (a software engineer at Apple): How to use svnversion from Xcode. I was doing something more complex; this is better.

Posted on by Steven Fisher | Comments Off

How to detect iOS hardware, simulator, or Mac from Greg Parker: TargetConditionals.h. (I’ve used this chart several times since it was posted, but I haven’t linked to it before.)

Posted on by Steven Fisher | Comments Off

Jeff LaMarche provides several animation curve functions. Cool math, but probably not necessary for most apps.

Posted on by Steven Fisher | Comments Off