Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Comparing Swift and Objective-C

Posted By: Landau17
Comparing Swift and Objective-C

Comparing Swift and Objective-C
MP4 | Video: 720p | Duration: 1:30:47 | English | Subtitles: VTT | 237.5 MB



Apple's new Swift programming language is designed to be interoperable with Objective-C, but what can it do that Objective-C can't? Find out in this course, as Simon Allardice explores the capabilities of each language, showing how and when they intersect–and also the places where the languages don't translate well. Discover how to migrate existing Objective-C projects to Swift and work with both languages in the same project. Then learn best practices for using Objective-C libraries and frameworks in new Swift code.

Need a refresher on either language? Check out Swift Essential Training and Objective-C Essential Training.

Topics include:
  • Exploring the interoperability of Swift and Objective-C
  • Comparing language syntax
  • Understanding how each language uses objects and methods
  • Bridging arrays, dictionaries, and numbers
  • Dealing with nil return types from Objective-C methods
  • Working with NSError in Swift
  • Working with Swift and Objective-C strings
  • Adding Swift to an existing Objective-C project
  • Inheriting between languages