美文网首页
iOS 检测viewController 和view是否释放

iOS 检测viewController 和view是否释放

作者: 午马丶 | 来源:发表于2019-03-12 14:29 被阅读0次

    主要代码:

    检测的原理:通过向nil 发送消息,观察是否执行。

    demo:https://github.com/Xcode123456/Leaks

    直接拖拽LeaksTool到工程即可,不需要导入头文件。


    参考文章:https://www.jianshu.com/p/870318df8b47

    相关文章

      网友评论

          本文标题:iOS 检测viewController 和view是否释放

          本文链接:https://www.haomeiwen.com/subject/mzogpqtx.html