Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
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 ARC, Automatic Reference Counting, Memory Management
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