ios - cellForRowAtIndexPath 使用[NSDate date]会导致内存泄露吗?
PHPz
PHPz 2017-04-18 09:23:02
0
1
265

我用leaks监测到[NSDate date]会内存泄露,求解!

PHPz
PHPz

学习是最好的投资!

reply all(1)
Peter_Zhu

[NSDate date] will create a new Object. It is estimated that your cell holds it, and then the cell does not release it, so this Object cannot be released.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template