I am looking for a way to get a list of static methods for a specific class. I only get a list of instance methods using the runtime function class_copyMethodList() .
Is there a way to list static methods?
objective-c objective-c-runtime
Laurynas
source share