Answers

Question and Answer:

  Home  iOS Developer

⟩ Please explain what is difference strong and weak reference?

complier with be responsible for lifetime of object which is declared as strong. for weak object - compiler will destroy object once strong reference that hold weak object get destroyed.

 205 views

More Questions for you: