property内存管理策略

1普通数据,用weak

2delegate,用weak

3一般对象,用strong

4NSString,用copy

5block,用copy

原文地址:https://www.cnblogs.com/dzq1991/p/6251026.html