iOS Developer Question:
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.
Previous Question | Next Question |
What framework is used to construct application’s iOS User Interface? | Explain steps for using coredata? |