Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in retain-cycle

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?

Swift closures causing strong retain cycle with self

swift closures retain-cycle

How to fix "Capturing 'block' strongly in this block is likely to lead to a retain cycle"

Can't make weak reference to closure in Swift

Core Data - break retain cycle of the parent context

unowned vs. weak. Why we should prefer unowned?

Should I use [weak self] in PromiseKit blocks?

Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]

Do we need to use __weak self inside UIAnimationBlocks in ARC?

Is the weakSelf/strongSelf dance really necessary when referencing self inside a non-retained completion called from a UIViewController?

Referring to weak self inside a nested block