Objective-C Notification.Name with Swift interoperability
NSNotification name has evolved from Objective-C's plain NSString type to a dedicated Notification.Name type, which is succinct and intuitive. My project is still in the »
NSNotification name has evolved from Objective-C's plain NSString type to a dedicated Notification.Name type, which is succinct and intuitive. My project is still in the »
Except for Swift interoperability, using lightweight generics can make your Objective-C code more readable and self-inspection. Lightweight generics was introduced in WWDC 2015, they named it »
This article is been deprecated New version of this topic goes to http://imnotyourson.com/unit-tests-that-avoid-memory-leaks/ »