iOS深度学习 - Runtime
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS深度学习 - Runtime相关的知识,希望对你有一定的参考价值。
这里是ios深度学习-Runtime的大纲。
一、Class
1,isa指针、super_class指针
2,metaclass(元类)
3,objc_object(表示一个 类的实例 的结构体) 和 id类型(typedef struct objc_object *id)
二、Ivar
objc_setAssociatedObject
三、Method
cache机制、SEL、IMP指针、Method Swizzling
四、Protocal
objc_protocol_list
五、Category
参考
① http://southpeak.github.io/blog/2014/10/25/objective-c-runtime-yun-xing-shi-zhi-lei-yu-dui-xiang/
② http://www.cnblogs.com/whyandinside/archive/2013/02/26/2933552.html
③ http://www.cocoachina.com/ios/20150717/12623.html
④ http://www.cocoachina.com/industry/20140527/8570.html
以上是关于iOS深度学习 - Runtime的主要内容,如果未能解决你的问题,请参考以下文章
深度学习部署(十三): CUDA RunTime API thread_layout线程布局
iOS开发runtime学习:一:runtime简介与runtime的消息机制