Tag documentation

'Sparse' in all ways.

Yep, the iPhone SDK does not support dynamically linked libraries. And that’s truly fantastic news for all iPhone developers wishing to leverage existing code out there. You can, of course, use a statically linked library in your code, or — if you have the code for the third-party libraries you’re going to be using — […]

It's been really exhausting porting stuff to OS X

Justin Frankel lists a few reasons why Apple's developer resources suck. While OS X has some of the most modern, most powerful APIs around, much of their functionality is undocumented, forcing developers to spend countless hours reading header files or even reverse engineering while getting to know how to use them.