iOS Developer Question:
Download Questions PDF

Please explain what is difference strong and weak reference?

Answer:

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.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What framework is used to construct application’s iOS User Interface?Explain steps for using coredata?