Thursday, January 14, 2016

Here's a really sweet spot of Objective-C iOS coding: Trying to have a dictionary (e.g. NSMutableDictionary) where the keys are enums (e.g. NS_ENUM), and the values are doubles (e.g. NSTimeInterval).

No comments:

Post a Comment