Prevent Memory Issues in iOS Development with Swift
Offered By: WeAreDevelopers via YouTube
Course Description
Overview
Dive into the intricacies of memory management in iOS development with Swift in this 54-minute video lesson. Explore how Swift creates objects, what occurs in memory during program execution, and the workings of Automatic Reference Counting (ARC). Gain a deep understanding of retain cycles and learn strategies to avoid them, ensuring memory-safe code. Discover tools for monitoring memory usage and detecting leaks. Through demonstrations and practical examples in Xcode, master concepts such as weak references, standard reference cycles, and closures. Compare ARC with Garbage Collection and examine performance implications. Equip yourself with essential knowledge to prevent memory issues and optimize your iOS applications.
Syllabus
Intro
Outline
Types
Example in Xcode
Classes
Automatic Reference Counting
How it works
Demonstration
Memory graph
Profiler
Weak reference
Standard reference cycle
Closures
Weak
Garbage Collector
Performance
Taught by
WeAreDevelopers
Related Courses
Android PerformanceGoogle via Udacity Многопоточность
Moscow Institute of Physics and Technology via Coursera Java Memory Management
LinkedIn Learning Linux Performance Tuning
LinkedIn Learning Java Memory Management: Garbage Collection, JVM Tuning, and Spotting Memory Leaks
LinkedIn Learning