Tutorial: Using Generics To Implement KVO In Swift
One of the issues you'll notice when using Swift is that native key-value-observing is not available and only works with NSObject subclasses. Swift is changing rapidly and a solution does appear to...