runtime

作者: 952625a28d0d | 来源:发表于2017-01-03 21:38 被阅读40次
  • 简介


    Paste_Image.png
  • 消息发送机制


    Paste_Image.png
  • 有什么用?

Paste_Image.png Paste_Image.png
  • 获取一个类的属性个数/如何让一个函数有多个返回值


    Paste_Image.png
  • 利用runtime实现归档 反归档

  • 指针取地址


    Paste_Image.png
  • 取值方法

Paste_Image.png
  • 指针数组越界不会报错 如果利用这个指针去取值才会崩溃
Paste_Image.png
  • For循环实现归档
Paste_Image.png
  • 反归档
Paste_Image.png
  • 通过KVC设置值不用考虑类型

  • 以上归档代码 Swift也可以实现

相关文章

网友评论

      本文标题:runtime

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