Category Archives: Tips

iOS Support Matrix

I had been meaning, for quite some time, to create a spreadsheet or graphic cross-referencing the various iOS devices and the OS version they support. By sheer happenstance, the other day, I discovered the iOS Support Matrix (see www.iosupportmatrix.com). They … Continue reading

Posted in Tips | Leave a comment

Tip: Ensuring ARC is Enabled at Compile Time.

If you still have legacy code around that is not compiled with Automatic Reference Counting (ARC), accidentally adding some new code that assumes that ARC is enabled can lead to extensive memory leaks. This simple test, placed in a .m … Continue reading

Posted in Code, Code Snippets, Objective-C, Tips | Tagged , , | Leave a comment

Tip: Restoring the Sidebar Table of Contents in Xcode 4

Ever since Apple removed the sidebar table of contents (TOC) in Xcode 4 I find myself using the online documents (which still have it) instead of those in Xcode. The other day I stumbled on this great blog entry from … Continue reading

Posted in Tips | Leave a comment