RunTime 笔记

2017-05-16  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读