Objective C and magic methods in class

Viewed 878

Does objective-c offer a way to intercept calls to class method that does not exist?

2 Answers
Related