Goodreads Interview Question

Delegate memory management - what should be the accessor used while declaring a delegate ?

Interview Answer

Anonymous

Jun 1, 2015

Always week , making the delegate reference as strong could result in retain memory cycle.

1