Answers

Question and Answer:

  Home  iOS Developer

⟩ Explain me what is ARC? How it works?

Automatic reference counting (ARC) If the compiler can recognize where you should be retaining and releasing objects, and put the retain and release statement in code.

 210 views

More Questions for you: