iOS开发 runtime实现原理以及实际开发中的应用

Posted 知至

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS开发 runtime实现原理以及实际开发中的应用相关的知识,希望对你有一定的参考价值。

摘要 之前在cococachina看了一些runtime的,感觉讲得有点生涩,后来自己收集了一些这方面的帖子,基本搞懂了,果断分享出来大家一起进步。 runtime 

主要是这两个帖子

http://yulingtianxia.com/blog/2014/11/05/objective-c-runtime/

http://tech.glowing.com/cn/objective-c-runtime/

然后,关于里面的代码实现有2个比较不错的博客,可以参考

http://blog.sunnyxx.com

http://www.cnblogs.com/biosli/p/NSObject_inherit_2.html

另外还可以补充其他一些:

//-----------------------------------刨根问底Objective-C Runtime ---------------------

http://chun.tips/blog/2014/11/05/bao-gen-wen-di-objective%5Bnil%5Dc-runtime(1)%5Bnil%5D-self-and-super/

http://chun.tips/blog/2014/11/05/bao-gen-wen-di-objective%5Bnil%5Dc-runtime-(2)%5Bnil%5D-object-and-class-and-meta-class/

http://chun.tips/blog/2014/11/06/bao-gen-wen-di-objective%5Bnil%5Dc-runtime(3)%5Bnil%5D-xiao-xi-he-category/

http://chun.tips/blog/2014/11/08/bao-gen-wen-di-objective%5Bnil%5Dc-runtime(4)%5Bnil%5D-cheng-yuan-bian-liang-yu-shu-xing/

就这些基本能搞懂这个runtime的原理了。

以上是关于iOS开发 runtime实现原理以及实际开发中的应用的主要内容,如果未能解决你的问题,请参考以下文章

ios开发runtime学习五:KVC以及KVO,利用runtime实现字典转模型

iOS 开发:Runtime(详解六)字典转模型

ios开发新手浅谈强大的runtime机制

iOS-『Runtime』详解基础知识

iOS开发之Runtime常用示例总结

Runtime objc4-779.1 Runtime在实际开发中的应用之__attribute__