Search code examples
Should I use weakSelf in nested blocks?...


iosobjective-cobjective-c-blocksretain-cycle

Read More
Should I use [weak self] in PromiseKit blocks?...


swiftretain-cyclepromisekit

Read More
How to fix retain cycle between CFXURLCache and _NSURLSessionLocal?...


memory-leaksnsurlsessionretain-cycle

Read More
Should I make delegate of custom cell as a weakly referenced proprety?...


swiftdelegatesretain-cycle

Read More
Swift - Expecting a leak after strongly capturing self in closure...


swiftmemory-leaksclosuresretain-cyclestrong-references

Read More
Retain Cycle in ARC...


objective-cxcodeautomatic-ref-countingretain-cycle

Read More
Is it safe to do something after "delete this" if the "somethings" does not requ...


c++memory-managementundefined-behaviorretain-cycle

Read More
Confusion Regarding How to Use Capture Lists to Avoid a Reference Cycle...


swiftclosuresretain-cycle

Read More
Why is the capture specifier optional in capture lists?...


swiftretain-cycle

Read More
Calling Dealloc method in sprite kit...


memory-managementsprite-kitdeallocretain-cycle

Read More
Should I Use "weakSelf" In a dispatch Block?...


objective-cmemory-managementobjective-c-blocksretain-cycle

Read More
Swift assign function to var cause retain cycle?...


swift2retain-cycle

Read More
Do I need to use a weak self pointer if a method called from a Block uses self?...


iosobjective-cobjective-c-blocksretain-cycle

Read More
Swift: Retain cycle with NSOperation...


iosswiftnsoperationnsoperationqueueretain-cycle

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


iosautomatic-ref-countingobjective-c-blocksretain-cycle

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


swiftmemory-managementfunctional-programmingswift2retain-cycle

Read More
Memory Management For User Interface...


iosobjective-cxcodeautomatic-ref-countingretain-cycle

Read More
How is a property related to "self" and vice-versa?...


iosobjective-cobjective-c-blocksretain-cycle

Read More
The retain cycle with block...


objective-cobjective-c-blocksretain-cycle

Read More
Is it safe to pass local variables as method parameters inside of a block?...


objective-cobjective-c-blockslocal-variablesretain-cycle

Read More
Why specify [unowned self] in blocks where you depend on self being there?...


swiftblockretain-cycle

Read More
iOS - Weak var can still cause retain cycle?...


iosretain-cycle

Read More
iOS Memory management, (leaks, retain cycles)...


iosobjective-cmemorymemory-leaksretain-cycle

Read More
Sending removeFromSuperview to self didn't release itself in my scenario...


iosobjective-cuiviewretaincountretain-cycle

Read More
Similar way to override retain and release in Swift 1 or 2?...


swiftretain-cycle

Read More
Dealing with strong reference cycles in Xcode 6.4...


iosxcodeautomatic-ref-countinginstrumentsretain-cycle

Read More
Retain cycle Objective C with 3 objects...


iosobjective-cmemory-managementretain-cycle

Read More
SpriteKit Retain Cycle Or Memory Leak...


macosmemory-leakssprite-kitretain-cycle

Read More
RetainCycle with Globals...


iosobjective-cobjective-c-blocksretain-cycle

Read More
Retain cycle in Swift when Object A has Object B as a property and Object B has an array property th...


iosswiftmemory-managementmemory-leaksretain-cycle

Read More
BackNext