老生常谈之NSProxy和NSTimer
2018-11-22 本文已影响15人
芝麻酱的简书
网上NSProxy和NSTimer都写烂了,所以这里只做下总结:
1.NSProxy应用场景:
- 解决NSTimer循环引用问题
http://ggghub.com/2016/05/11/%E5%88%A9%E7%94%A8NSProxy%E8%A7%A3%E5%86%B3NSTimer%E5%86%85%E5%AD%98%E6%B3%84%E6%BC%8F%E9%97%AE%E9%A2%98/ - 实现伪多继承https://blog.csdn.net/shubinniu/article/details/80895450
2.NSTimer循环引用解决:
- 使用NSProxy
- 使用中间代理人
Demo地址: https://github.com/3KK3/NSTimerImprovementDemo