美文网首页
Runtime之objc_msgSend

Runtime之objc_msgSend

作者: Pantheraleo | 来源:发表于2020-07-06 14:22 被阅读0次

    调用方法的本质:让对象发送消息

    旧版本该方法可以直接通过objc_msgSend传入参数发送消息,但后来更新版本后就不能传入参数了。

    新版本可以通过下面方法调用objc_msgSend方法

    导入头文件#import <objc/message.h>

    相关文章

      网友评论

          本文标题:Runtime之objc_msgSend

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