Memory and ARC
Judging unowned
In which of the following is a [unowned self] capture safe? Select all that apply.
Pick all that apply
Judging unowned
In which of the following is a [unowned self] capture safe? Select all that apply.
Pick all that apply
Memory and ARCShort answerBasics
When would you use unowned instead of weak?
#unowned #weak #lifetime
Memory and ARCShort answerAdvanced
This code, which loads an image asynchronously in a UITableView cell, crashes now and the…
#unowned #closure #lifetime
Memory and ARCMultiple choiceIntro
Which of the following statements about weak references are correct? Select all that appl…
#unowned #weak
Memory and ARCShort answerAdvanced
From the moment an object's last strong reference goes away until the memory is actually …
#unowned #weak