Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in retain-cycle

Swift Retain Cycles and Closures

ios swift retain-cycle

Does passing a function belonging to self cause a retain cycle when not in a closure?

Purposely Create Retain Cycle (Objective C without GC)

What is the reason of @strongify

SpriteKit not deallocating all used memory

Knowing where retain cycles are and removing them

Swift - Expecting a leak after strongly capturing self in closure

How to avoid a retain cycle when using an array of delegates in Swift [duplicate]

Why does UIAlertController create a retain cycle with self?

ARC, self and blocks

What happens to Dispatch Queues when UIViewController is Deallocated?

Retain cycle when grabing values or keys from Dictionary in Swift

Does adding a KVO observer to self cause a memory leak?

Why there is no retain loop between UINavigationController and UIViewControllers

Retain Cycle in ARC

Print strong owners of an object , Swift

ios swift retain-cycle

Retain Cycle in Swift delegate [duplicate]

Retain cycle between class and struct

Should I use weakSelf in nested blocks?