Comment on "
Replacing Objective-C Methods at Runtime
"
by Bryan — May 04
Huh. Stripped out my code. The important bit that throws the deprecation warning is:
[ret addObject:NSStringFromSelector(meth->method_name)];
Back to "
Replacing Objective-C Methods at Runtime
"
Copyright © Scott Stevenson 2004-2015
by Bryan — May 04
[ret addObject:NSStringFromSelector(meth->method_name)];