Saturday, February 10, 2018

Memory 4 - Fixing Common Memory Problems: Reusable Popups (iOS, Xcode 9,...

This one video is the end of the Reusable Popups and the Swift Memory Mastery series. Ending both series in one video.

Before I could teach how to fix common memory problems in the Reusable Popups project I first had to teach you how to become masters of Swift Memory!

In this video you will be learning common mistakes, leaks, and other memory problems with:
* NotificationCenter
* Callbacks
* Delegates

And you will learn how to view or graph out memory problems and how to pick out which way to fix it. There are always multiple solutions.

You will gain better understanding of:
* Memory leaks
* Retain cycles (circular references, reference cycles)
* Automatic Reference Counting
* Weak and Unowned keywords


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...