Memory and ARC카카오
ARC basics
What is ARC, and why do we need it?
ARC basics
What is ARC, and why do we need it?
Memory and ARCShort answerBasics
Before ARC, Objective-C code called retain, release, and autorelease directly. What did e…
#retain #release
Memory and ARCShort answerIntro
Can you explain the difference between weak and strong?
#arc #reference-counting
Memory and ARCShort answerBasics
When would you use unowned instead of weak?
#lifetime
Memory and ARCShort answerAdvanced
This code, which loads an image asynchronously in a UITableView cell, crashes now and the…
#lifetime