Method ori_method = class_getInstanceMethod([UITextView class], @selector(setText:));
Method current_method = class_getInstanceMethod([UITextView class], @selector(customSetText:));
method_exchangeImplementations(ori_method, current_method);
Method swizze
最新推荐文章于 2024-02-22 16:49:26 发布