Closed jonathangarelick closed 6 months ago
audit the code and determine when weak or unowned self can be used
https://www.swiftbysundell.com/basics/memory-management/ https://www.swiftbysundell.com/questions/is-weak-self-always-required/ https://medium.com/@almalehdev/you-dont-always-need-weak-self-a778bec505ef https://www.avanderlee.com/swift/weak-self etc
https://stackoverflow.com/questions/64504476/when-to-use-self-vs-weak-self-in-swift-blocks
will handle this on a case-by-case basis
audit the code and determine when weak or unowned self can be used
https://www.swiftbysundell.com/basics/memory-management/ https://www.swiftbysundell.com/questions/is-weak-self-always-required/ https://medium.com/@almalehdev/you-dont-always-need-weak-self-a778bec505ef https://www.avanderlee.com/swift/weak-self etc