NSCopying Uses in Swift
Even in Swift apps, interfacing with Objective-C is still important
Nov 5 · 7 min read

Many types and semantics from Objective-C are hidden underneath the code we write today, and understanding where they come from can help you make better code decisions and just better understand the platform in general.


