标签:
Method method1 = class_getInstanceMethod([XMGPerson class], @selector(run));
Method method2 = class_getInstanceMethod([XMGPerson class], @selector(study));
method_exchangeImplementations(method1, method2);
标签:
原文地址:http://www.cnblogs.com/jingdizhiwa/p/5346535.html