Memory and ARCTeladoc Healthinterview report
ARC ownership and deallocation timing
In an iOS app written in Swift, how does ARC manage the lifetime of a class instance?
ARC ownership and deallocation timing
In an iOS app written in Swift, how does ARC manage the lifetime of a class instance?
Memory and ARCShort answerAdvanced
Starting from "explain ARC," the follow-ups keep coming. First: who inserts retain and re…
#arc #ownership
Memory and ARCShort answerAdvanced
From the moment an object's last strong reference goes away until the memory is actually …
#arc #deinit
Memory and ARCShort answerIntro
What is ARC, and why do we need it?
#arc
Memory and ARCShort answerBasics
A view controller doesn't seem to leave memory after you close its screen. How would you …
#deinit