Goodreads interview question

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

Interview Answer

Anonymous

1 Jun 2015

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

1