Strong reference cycles with closures
General ARC concepts
Key things to remember
Only reference types (e.g. class) have a ARC
The instance of a class is what gets a reference count, not the UI element inside the class
If structs are referred to inside a closure, then the struct is copi...
coderlyn.hashnode.dev4 min read