Using Objective-C Code in Swift
Yes. You can.

Objective-C has a massive legacy codebase, meaning the language will have a widespread for (at least) a good while yet. That might mean that you need to integrate some Objective-C code into your Swift project, and this article has been created to help you do just that.
Difficulty: Beginner | Easy | Normal | Challenging