使用以下方法时type参数释义:
+ (NSValue *)valueWithBytes:(const void *)value objCType:(const char *)type;
+ (nullable NSMethodSignature *)signatureWithObjCTypes:(const char *)types;
例如
[NSMethodSignature signatureWithObjCTypes:"v@?"];
使用以下方法时type参数释义:
+ (NSValue *)valueWithBytes:(const void *)value objCType:(const char *)type;
+ (nullable NSMethodSignature *)signatureWithObjCTypes:(const char *)types;
例如
[NSMethodSignature signatureWithObjCTypes:"v@?"];
本文标题:Objective-C 类型编码
本文链接:https://www.haomeiwen.com/subject/zmbcyqtx.html
网友评论