The possibility of being able to create plugins for Xcode is always going to be something that gets us developers excited. In this episode of the excellent Edge Cases podcast Andrew Pontious and Wolf Rentzsch go through a fairly comprehensive list of reasons why official support for Xcode plugins is not likely to happen alongside an interesting discussion of the development history of Xcode.
Mark Dalrymple on using dispatch_once for something other than creating a singleton. GCD really is a great framework when you need a little more control of your async operations.
Vladimir Grichina following up on Mike Abdullah’s post from last week with some code to swizzle around with NSObject to warn when KVO’ing a weak property. One to consider for the debug build of your project.
I really love this story of New York Times app columnist, Bob Tedeschi going undercover to write an article on how hard it is to write a successful iOS app and ending up topping the charts with it and winning an Apple Design Award.
Possibly the most asked question about marketing on iOS. This list shouldn’t have any big revelations in it as you read it but it is pretty much the correct answer to this question. Doing everything on the list successfully is the hard part though.
I think many people who started writing Objective-C without previously having written much or any C have a slight fear of the C language. Bill Dudney has decided to try and fix this problem by writing this book. If you have been secretly afraid of the C in Objective-C, this book is definitely worth adding to your collection.
Surprising how little it has changed in 15 years.