Xcode Color Themes
A small collection of my preferred dark color themes for Xcode, from June 2010. I used the teliaz theme as
A small collection of my preferred dark color themes for Xcode, from June 2010. I used the teliaz theme as
Debugging gets a lot easier when your log output is readable. NSLog uses C-style format specifiers, and since Objective-C is
Updated September 2026: the nib2objc project is a 2010 relic — archived on GitHub, no longer maintained — but the
Continue readingNIBs or code? Why not both? Here’s nib2objc.
It is very important that iPhone and iPad applications use visual styles in a coherent way. This helps users learn
Back in 2010 I posted a few scripts to count your database’s tables, views and stored procedures. Good news: they
Continue readingCount Tables, Views and Stored Procedures in your Database
Originally posted June 2010. This debugging procedure — zombies plus malloc stack history — saved me more than once in
Continue readingTrace freed/deallocated instances of objects