Sort Descriptors in Swift

Chris Eidhof (tweet): A sort descriptor uses two runtime features of Objective-C: the key is a key path, and key-value coding is used to lookup the value of that key at runtime. […] This is a pretty cool use of runtime programming, especially when you realize the array of sort descriptors can be built at … Continue reading Sort Descriptors in Swift