美文网首页
面试回顾之十一:runtime 特性

面试回顾之十一:runtime 特性

作者: 西门魏国 | 来源:发表于2015-03-25 17:52 被阅读254次

runtime 运行时特性 在中,class_开头的方法 (也有objct_开发的方法)

1, 获取类的所有属性 class_copyPropertyList (json解析的时候传入类名).

2, 获取类的所有方法 class_copyMethodList (查询是否有某个方法名的时候, method_getName获取方法名)

后记: 学到之后再继续添加

相关文章

网友评论

      本文标题:面试回顾之十一:runtime 特性

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