If you are new to iOS or OSX Development, or you are starting a new project, you may be asking yourself if you should focus on Objective-C or Swift. Emlyn and Joe discuss the challenges when trying to choose between Objective-C and Swift.
SHOW NOTES
- Swift requires iOS Version 7 or later and OSX Version Mavericks (10.9) or later
- Swift and C by Mike Ash
- Weak versus Unowned References: Apple Docs
- Syntax for @main in Swift: Swift Under the Hood
- Functional Programming in Swift