iOS運(yùn)行時(4)——常用函數(shù)

1 類

1.1 創(chuàng)建對象

 id class_createInstance(Class cls, size_t extraBytes)

eg:

size_t size = class_getInstanceSize([Person class]);
Person *person = class_createInstance([Person class], size);

1.2 獲取類名

const char *class_getName(Class cls) 

eg

const char *name = class_getName([Person class])

1.3 獲取父類

Class class_getSuperclass(Class cls)

eg

Class class = class_getSuperclass([Person class]);

1.4 獲取類的大小

size_t class_getInstanceSize(Class cls)

2 成員變量

2.1獲取成員列表

Ivar *class_copyIvarList(Class cls, unsigned int *outCount)

eg:

  unsigned int count;
  Ivar *ivarList = class_copyIvarList([self class], &count);
  for (int i = 0; i < count; i++) {
      Ivar ivar = ivarList[i];
      // 獲取成員屬性名
      NSString *name = [NSString stringWithUTF8String:ivar_getName(ivar)];
      NSString *type = [NSString stringWithUTF8String:ivar_getTypeEncoding(ivar)];
      NSLog(@"%@%@", type, name);
  }

3 屬性

3.1 獲取成員列表

objc_property_t *class_copyPropertyList(Class cls, unsigned int *outCount)

eg:

  unsigned int count;
  objc_property_t *propertyList = class_copyPropertyList([self class], &count);
  for (int i = 0; i < count; i++) {
      objc_property_t property = propertyList[i];
      // 獲取成員屬性名
      NSString *name = [NSString stringWithUTF8String:property_getName(property)];
      NSString *type = [NSString stringWithUTF8String:property_getAttributes(property)];
      NSLog(@"%@%@", type, name);
  }

4 方法

4.1 獲取實例對象的方法

Method class_getInstanceMethod(Class cls, SEL name)

eg

Method method = class_getInstanceMethod([self class], @selector(methodName));

4.2 獲取類的方法

Method class_getClassMethod(Class cls, SEL name)

eg

Method method = class_getClassMethod([self class], @selector(methodName));

4.3 獲取方法的函數(shù)指針(IMP)

IMP class_getMethodImplementation(Class cls, SEL name)

eg:

IMP imp = class_getMethodImplementation([self class], @selector(methodName));

4.4獲取方法列表

Method *class_copyMethodList(Class cls, unsigned int *outCount)
 unsigned int count;
  Method *methodList = class_copyMethodList([self class], &count);
  for (int i = 0; i < count; i++) {
      Method method = methodList[i];
      NSLog(@"%s%s", __func__, sel_getName(method_getName(method)));
  }

4.5增加方法

BOOL class_addMethod(Class cls, SEL name, IMP imp, const char *types)
 class_addMethod(theClass, selector,  method_getImplementation(method),  method_getTypeEncoding(method));

4.6方法替換

IMP class_replaceMethod(Class cls, SEL name, IMP imp, 
                                    const char *types) 
 class_replaceMethod(class, swizzledSelector, method_getImplementation(originalMethod), method_getTypeEncoding(originalMethod));

4.7 方法交換

+ (void)load {
    static dispatch_once_t onceToken;
    dispatch_once(&onceToken, ^{
        Class class = [self class];

        SEL originalSelector = @selector(viewWillAppear:);
        SEL swizzledSelector = @selector(bx_viewWillAppear:);

        Method originalMethod = class_getInstanceMethod(class, originalSelector);
        Method swizzledMethod = class_getInstanceMethod(class, swizzledSelector);

        BOOL success = class_addMethod(class, originalSelector, method_getImplementation(swizzledMethod), method_getTypeEncoding(swizzledMethod));
        if (success) {
            class_replaceMethod(class, swizzledSelector, method_getImplementation(originalMethod), method_getTypeEncoding(originalMethod));
        } else {
            method_exchangeImplementations(originalMethod, swizzledMethod);
        }
    });
}
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子贞盯,更是在濱河造成了極大的恐慌橘茉,老刑警劉巖胯究,帶你破解...
    沈念sama閱讀 206,214評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件精拟,死亡現(xiàn)場離奇詭異叫编,居然都是意外死亡世曾,警方通過查閱死者的電腦和手機(jī)缨恒,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,307評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來度硝,“玉大人肿轨,你說我怎么就攤上這事∪锍蹋” “怎么了椒袍?”我有些...
    開封第一講書人閱讀 152,543評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長藻茂。 經(jīng)常有香客問我驹暑,道長,這世上最難降的妖魔是什么辨赐? 我笑而不...
    開封第一講書人閱讀 55,221評論 1 279
  • 正文 為了忘掉前任优俘,我火速辦了婚禮,結(jié)果婚禮上掀序,老公的妹妹穿的比我還像新娘帆焕。我一直安慰自己,他們只是感情好不恭,可當(dāng)我...
    茶點故事閱讀 64,224評論 5 371
  • 文/花漫 我一把揭開白布叶雹。 她就那樣靜靜地躺著,像睡著了一般换吧。 火紅的嫁衣襯著肌膚如雪折晦。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,007評論 1 284
  • 那天沾瓦,我揣著相機(jī)與錄音满着,去河邊找鬼谦炒。 笑死,一個胖子當(dāng)著我的面吹牛风喇,可吹牛的內(nèi)容都是我干的宁改。 我是一名探鬼主播,決...
    沈念sama閱讀 38,313評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼响驴,長吁一口氣:“原來是場噩夢啊……” “哼透且!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起豁鲤,我...
    開封第一講書人閱讀 36,956評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎鲸沮,沒想到半個月后琳骡,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,441評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡讼溺,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,925評論 2 323
  • 正文 我和宋清朗相戀三年楣号,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片怒坯。...
    茶點故事閱讀 38,018評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡炫狱,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出剔猿,到底是詐尸還是另有隱情视译,我是刑警寧澤砂缩,帶...
    沈念sama閱讀 33,685評論 4 322
  • 正文 年R本政府宣布私沮,位于F島的核電站,受9級特大地震影響哨毁,放射性物質(zhì)發(fā)生泄漏汪茧。R本人自食惡果不足惜椅亚,卻給世界環(huán)境...
    茶點故事閱讀 39,234評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望舱污。 院中可真熱鬧呀舔,春花似錦、人聲如沸扩灯。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,240評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽驴剔。三九已至省古,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間丧失,已是汗流浹背豺妓。 一陣腳步聲響...
    開封第一講書人閱讀 31,464評論 1 261
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人琳拭。 一個月前我還...
    沈念sama閱讀 45,467評論 2 352
  • 正文 我出身青樓训堆,卻偏偏與公主長得像,于是被迫代替她去往敵國和親白嘁。 傳聞我的和親對象是個殘疾皇子坑鱼,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,762評論 2 345

推薦閱讀更多精彩內(nèi)容