❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 17th, 2023]
What skills and knowledge will you acquire during this course?
By taking this course, students will acquire skills and knowledge in ARC (Automatic Reference Counting) and the different options for storing objects in memory in iOS. They will learn about the counter system, the three options for storing data in memory, how objects are captured within a closure, engineering decisions related to memory management, and networking requests. The course aims to provide a better understanding of ARC and its usage in creating robust and maintainable iOS apps. Additionally, students will have access to the instructor's expertise and resources to support their career development in iOS.
How does this course contribute to professional growth?
This course on ARC in iOS and Swift memory management contributes to professional growth by providing new iOS developers with the fundamental knowledge and skills needed to create robust, maintainable, and successful apps. The course covers important topics such as ARC, the different options for storing data in memory, and engineering decisions related to memory management. By understanding and applying these concepts, students will be able to develop high-quality apps and build profitable careers in iOS development.
Is this course suitable for preparing further education?
Yes, this course is suitable for preparing further education.
Course Syllabus
Welcome
What Is ARC?
3 Reference Types (strong, weak and unowned)
Capturing Objects Inside Closures