Reading List
Subtle Swift Retain Cycle from Michael Tsai RSS feed.
Subtle Swift Retain Cycle
Paul Samuels: The problem we have looking at the scope is that the strong reference is in scope until the end of the function, but we have our repeat loop before the end of the function so we will never get to the end. […] You could write a unit to verify that the reference […]