美文网首页
RunTime 笔记

RunTime 笔记

作者: 一束强光 | 来源:发表于2017-05-16 14:05 被阅读0次

    获取类的属性的真实类型

    const char * attributes = property_getAttributes(property);
            NSString *attributesString = [NSString stringWithUTF8String:attributes];
    
    

    打印attributesString得到:Ti,N,V_flightID

    属性的名称及意义 T后面的类型对照表

    苹果官方文档:https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtPropertyIntrospection.html

    相关文章

      网友评论

          本文标题:RunTime 笔记

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