runtime

作者: 动机至善私心了无 | 来源:发表于2016-10-08 10:18 被阅读35次

    Objective-C特性:Runtime (非常推荐这篇文章,特别不错)http://www.jianshu.com/p/25a319aee33d

    让你快速上手Runtime:(峥大神的文章):http://www.jianshu.com/p/e071206103a4

    轻松学习之 IMP指针的作用 : http://www.cocoachina.com/ios/20150717/12623.html

    iOS黑魔法-Method Swizzling : http://www.cocoachina.com/ios/20160121/15076.html?utm_source=tuicool&utm_medium=referral

    class_addMethod的详解 : http://blog.csdn.net/lvmaker/article/details/32396167

    苹果官方文档Objective-C Runtime : https://developer.apple.com/reference/objectivec/1657527-objective_c_runtime

    神经病院Objective-C Runtime入院第一天——isa和Class : http://www.jianshu.com/p/9d649ce6d0b8 (这个大神的文章相当不错,很值得研究)

    关于 self 和 super 在oc 中 的疑惑 与 分析(上面文章中遇到的问题查询) : http://www.cnblogs.com/DamonTang/p/4034890.html

    相关文章

      网友评论

        本文标题:runtime

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