Search code examples
EXC_BAD_ACCESS when using weakSelf in block / blocks...


objective-cobjective-c-blocksexc-bad-accessweak-referencesretain-cycle

Read More
Are memory retain cycles impossible in a single-ViewController-app? (Swift / IOS)...


iosswiftmemory-leaksautomatic-ref-countingretain-cycle

Read More
Trying to understand the reference cycle...


iosobjective-cretain-cycle

Read More
Why is [weak self] or [unowned self] not needed in Operation Queue?...


swiftmemory-leaksautomatic-ref-countingnsoperationqueueretain-cycle

Read More
Deallocate view controllers in navigation controller that have a reference to self...


iosswiftswift3uinavigationcontrollerretain-cycle

Read More
Does using a function as a closure retain self?...


swiftretain-cycle

Read More
Why does UIAlertController create a retain cycle with self?...


iosmemory-managementobjective-c-blocksuialertcontrollerretain-cycle

Read More
Is cleaning up strong references in deinit a correct pattern?...


iosswiftautomatic-ref-countingretain-cycledeinit

Read More
SpriteKit not deallocating all used memory...


swiftmemorysprite-kitautomatic-ref-countingretain-cycle

Read More
Capturing 'self' strongly in this block is likely to lead to a retain cycle...


iosobjective-cautomatic-ref-countingobjective-c-blocksretain-cycle

Read More
How to get rid of retain cycle with collectionview...


iosswiftretain-cycle

Read More
Confusions about weak delegate in swift...


swiftdelegatesretain-cycleweak

Read More
How much memory is allocated to UIViewController variables...


iosswiftmemory-managementuiviewcontrollerretain-cycle

Read More
Potential memory leak in code...


iosswiftmemory-leakscrashretain-cycle

Read More
Understanding this Xcode 4.6 Allocations Instruments Output: Retain Cycle Detection...


iosiphonexcodememory-managementretain-cycle

Read More
How to retain the reference of [x]-number of viewControllers without declaration...


iosswiftviewcontrollerretain-cycle

Read More
iOS Swift 3: does retain cycle happens in this case?...


iosswiftretain-cycle

Read More
Retain cycle concern...


iosobjective-cmemory-leaksretain-cycle

Read More
Avoid weak references by using function parameter types?...


swiftmemory-leaksautomatic-ref-countingretain-cycle

Read More
Swift IBOutlet collections and retain cycle safety...


swiftmacosretain-cycleiboutletcollection

Read More
Retaining cycle with passing objects...


iosswiftmemory-managementreference-countingretain-cycle

Read More
Why this viewController property doesn't prevent the object from being deallocated?...


iosswiftmemory-managementdeallocretain-cycle

Read More
What happens to Dispatch Queues when UIViewController is Deallocated?...


iosgrand-central-dispatchretain-cycle

Read More
How to avoid a retain cycle when using an array of delegates in Swift...


arraysswiftdelegatesretain-cycle

Read More
Knowing where retain cycles are and removing them...


swiftsprite-kitswift3weak-referencesretain-cycle

Read More
Why doesn't referencing outside of a function create retain cycle?...


iosswiftmemory-leaksretain-cycle

Read More
Using 'self' on RxSwift closures... What about instance methods as param?...


memoryswift2rx-swiftretain-cycleretaincount

Read More
Storing Block of code inside variable...


swiftswift3closuresblockretain-cycle

Read More
How to pass a function as parameter avoiding retain cycles?...


swiftretain-cycle

Read More
Print strong owners of an object , Swift...


iosswiftretain-cycle

Read More
BackNext