Search code examples
convert the reference back to a strong one inside the closure, memory management, swift...


memory-managementswift2closuresweak-referencesstrong-references

Read More
weak or strong for IBOutlet and other...


iosios5automatic-ref-countingweak-referencesstrong-references

Read More
How to dispose from UIView subviews on one ViewController when navigating away from it...


swiftuikitviewcontrollerstrong-references

Read More
Swift Weak Reference Much Slower than Strong Reference...


swiftperformanceweak-referencesstrong-referencesunowned-references

Read More
NotifcationCenter causing a strong reference cycle - Swift 5...


swiftautomatic-ref-countingswift5notificationcenterstrong-references

Read More
Swift: dynamically creating and assigning delegates...


swiftdelegatesmkmapviewweak-referencesstrong-references

Read More
Understanding weak and unowned reference in Swift under the hood...


swiftweak-referencesstrong-referencesunowned-references

Read More
NSTimer memory management...


iosnstimerstrong-references

Read More
Does Xcode Memory graph offer any smart visual indicators for strong references that aren't memo...


xcodememory-managementmemory-leakstimerstrong-references

Read More
What's the difference between __weak and __strong attributes in iOS?...


objective-cios6weak-referencesstrong-references

Read More
How to change a weak reference to a strong reference?...


python-2.7weak-referencesstrong-referencesrpyc

Read More
Does this objective-c code create a strong reference cycle?...


iosobjective-cdelegatesautomatic-ref-countingstrong-references

Read More
weakself inside dispatch_async queue(dispatch_get_main_queue(), ^{})...


objective-cobjective-c-blocksweak-referencesretain-cyclestrong-references

Read More
Is it possible to hook objects being collected by GC?...


c#.netgarbage-collectionweak-referencesstrong-references

Read More
Property Initialization with closures...


swiftclosuresstrong-references

Read More
Why isn’t my weak reference cleared right after the strong ones are gone?...


objective-cweak-referencesreference-countingstrong-references

Read More
Finding cause of strong reference cycle...


iosswiftstrong-references

Read More
Weak, strong references and garbage collection...


javaandroidgarbage-collectionweak-referencesstrong-references

Read More
Will a strong reference to a subview in a dictionary cause a reference cycle?...


swiftdictionarystrong-references

Read More
Avoiding strong reference when passing a method to a function...


swiftfunctionclosuresstrong-references

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


swiftmemory-leaksclosuresretain-cyclestrong-references

Read More
Why is a strong reference cycle possible with NSNotificationCenter but not UIView.animateWithDuratio...


iosswiftautomatic-ref-countingstrong-references

Read More
Is this a strong reference cycle or memory leak at all?...


swiftmemory-leaksautomatic-ref-countingstrong-references

Read More
add __strong ivar at runtime under ARC...


runtimeivarstrong-references

Read More
Example of __strong usage in Objective C...


iosobjective-cstrong-references

Read More
when strong reference directly access weak reference...


javagarbage-collectionweak-referencesstrong-references

Read More
Strong reference cycles with closures...


iosswiftmemory-leaksclosuresstrong-references

Read More
Are willset and didset considered closures in Swift?...


swiftclosuresstrong-referencesdidset

Read More
What holds strong reference onto my viewController?...


iosuiviewcontrollerstoryboardstrong-references

Read More
When to create an outlet of strong type?...


iosswiftiboutletstrong-references

Read More
BackNext