Activity on Monday, 10 October 2011

~ Clients ~

No posts

~ Open Source ~

Block-Based Observations with KVO

Blocks in Objective-C have been a life-saver and allowed our code to become terser and more understandable. Although some of the main parts of the iOS SDK have block-based alternatives (animations, etc), KVO is still based on defining a method with a well-known signature in your observer (not even defined by a @protocol and doesn't allow the use of arbitrary @selector). I felt there should be a way to be able to achieve this and the result is this project on github.

~ Activity ~

GitHub

Add top-level include

pushed to 'Extensions to Foundation and UIKit'

GitHub

Fix company name

pushed to 'Extensions to Foundation and UIKit'

GitHub

Add some type-safe accessors for NSArray and NSDictionary

pushed to 'Extensions to Foundation and UIKit'

GitHub

Avoid framework notation in imports so I can import the files directly

pushed to 'A Collection of Useful Cocoa and UIKit Bits'

~ Location ~

No posts