strong-reference-cycle Questions
3
Solved
Can someone explain when and when not to use a 'weak' assignment to a delegate pointer in Swift, and why?
My understanding is that if you use a protocol that is not defined as a class you cannot,...
Thor asked 5/5, 2015 at 14:58
0
We've totally forgotten to capture self and its properties when referencing it within a closure. (Note: the compiler didn't warn us.) Now our application is full with strong reference cycles. To fi...
Sepoy asked 27/2, 2018 at 17:22
1
© 2022 - 2024 — McMap. All rights reserved.