❗The content presented here is sourced directly from ThaiMOOC platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [May 25th, 2023]
What skills and knowledge will you acquire during this course?
During this course, students will acquire the skills and knowledge to understand and identify the differences between the Objective-C and Swift programming languages. They will learn how to rewrite code from Objective-C to Swift and vice versa, focusing on the concept of interoperability between the two languages. Students will also learn how to write classes, add functionality to classes through methods, and analyze and modify Objective-C apps to be written in Swift. Additionally, the course will cover common challenges faced when working with interoperability between Objective-C and Swift.
How does this course contribute to professional growth?
This course contributes to professional growth by providing students with the knowledge and skills to understand and identify the differences between the Objective-C and Swift programming languages. It also teaches students how to rewrite code from Objective-C to Swift, which is becoming increasingly important for developers as the industry prepares for the arrival of Swift 3.0. By learning how to write classes, add functionality, and call methods in both languages, students will be able to effectively communicate and work with code written in Objective-C. Additionally, the course covers common challenges for interoperability between Objective-C and Swift, allowing students to develop the necessary skills to overcome these obstacles in their professional careers.
Is this course suitable for preparing further education?
This course is suitable for preparing further education as it aims to teach students how to understand and identify the differences between the Objective-C and Swift programming languages. It also focuses on rewriting code from Objective-C to Swift, which is becoming increasingly important for developers. The course covers writing classes, adding functionality, and calling methods. Additionally, students will have the opportunity to examine and break down an Objective-C app and rewrite it in Swift. The course also addresses common challenges for interoperability between Objective-C and Swift.
Course Syllabus
Objective-C and Swift, Compare and Contrast
Learn the distinguishing language features of Objective-C.,Compare and contrast Objective-C and Swift language features.,Practice answering interview questions about language features.Writing Classes
Familiarize yourself with Objective-C syntax.,Write some classes and properties from scratch.,Build a simple Objective-C program with classes.Adding Functionality to a Class: Methods and Messages
Master how to write and call methods in Objective-C.,Learn basic control flow syntax.,Build a functioning rock, paper, scissors game.Migrate an App from Objective-C to Swift: Part I
Learn how to write custom classes.,Incorporate third party frameworks and extensions.,Begin porting an existing Objective-C project into Swift.Migrate an App from Objective-C to Swift: Part II
Persist data with NSCoder and NSKeyedArchiver.,Implement navigation with a collection view.,Finish porting an existing Objective-C project into Swift.Common Interoperability Challenges
Facilitate communication between the languages of iOS.,Add functionality to a mixed language project.,Complete a set of coding challenges to sharpen interop skills.