Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 420 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 420 Bytes

PerformanceOptimization-NSTimer

性能优化-NSTimer

日常开发过程,我们常需要进行性能优化,而有些时候,大家在定时器上未能做到及时销毁,引起内存泄露,从而导致性能方面上的问题。

那这个demo讲的就是NSTimer的那点事儿。

写了四种关于定时器及时销毁的方法

博客地址

CSDN:https://blog.csdn.net/RangingWon/article/details/88677146