Reading List
Swift Proposal: Objective-C Implementations in Swift from Michael Tsai RSS feed.
Swift Proposal: Objective-C Implementations in Swift
SE-0436 (via Becca Royal-Gordon): Swift has always had a mechanism that allows Objective-C code to use Swift types: the @objc attribute. When a class is marked with @objc (or, more typically, inherits from an @objc or imported Objective-C class), Swift generates sufficient Objective-C metadata to allow it to be used through the Objective-C runtime, and […]