美文网首页
ios-runtime中class_copyMethodList

ios-runtime中class_copyMethodList

作者: 简鱼7819 | 来源:发表于2019-09-20 20:59 被阅读0次

    runtime中的class_copyMethodList能获取对应类所有方法。它导致内存泄漏的原因是,这class_copyMethodList函数是C层的,没有OC的自动指针管理,需要手动free。

    同理,runtime中获取类所有属性的class_copyIvarList的使用也是需要手动释放。

    相关文章

      网友评论

          本文标题:ios-runtime中class_copyMethodList

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