![240](https://cdn2.jianshu.io/assets/default_avatar/8-a356878e44b45ab268a3b0bbaaadeeb7.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
前言: 本篇文章將介紹以下兩個(gè)和 Ivar Layout 有關(guān)的函數(shù):const uint8_t *class_getIvarLayout(Cl...
前言: 本篇文章將介紹以下幾個(gè)和 Property 有關(guān)的runtime函數(shù)的使用:objc_property_t class_getPrope...
前言: 本篇文章將介紹以下幾個(gè)和 Protocol 有關(guān)的runtime函數(shù)的使用:BOOL class_conformsToProtocol(...
Method *class_copyMethodList(Class cls, unsigned int *outCount) 說(shuō)明:該函數(shù)的作...
前言: 本篇文章介紹的是以下三個(gè)作用相似的函數(shù)或方法的使用旭斥,以及它們具體的使用區(qū)別鳖枕。BOOL class_respondsToSelector(...
size_t class_getInstanceSize(Class cls) 說(shuō)明:該函數(shù)的作用是獲取類的實(shí)例所占用內(nèi)存的大信≡巍(單位是字節(jié)) ...
前言: 本篇文章將介紹以下兩個(gè)相關(guān)的runtime函數(shù)的使用int objc_getClassList(Class *buffer, int b...
void object_setIvar(id obj, Ivar ivar, id value) 說(shuō)明:該函數(shù)的作用是將實(shí)例obj的實(shí)例變量iv...
前言: 本篇文章將介紹以下幾個(gè)和實(shí)例變量ivar相關(guān)的runtime函數(shù)的使用id object_getIvar(id obj, Ivar iv...