I'm back again for Friday Q&A, and this week I'm going to follow up on Mike's 2008 article,
Key-Value Observing Done Right, where he debuted a replacement for KVO,
MAKVONotificationCenter. It's been a long time since then, and it was high time such a useful piece of code got an update, which I gave it. With the help of Mike and
Tony Xiao, it's gotten a full overhaul and is now a modern code library with some fun features. In this article, I'm going to go through the new stuff and how it was done.
by
Gwynne RaskindTags: nostalgia oldschool classic toolbox guest followupWelcome back to Friday, NSBlog readers. Here's the promised followup to my article last week about the Mac Toolbox, where I do a line-by-line analysis of the code from the original article, alongside Mike's Friday Q&A for this week.