Closed mansimov closed 11 years ago
Because these methods are required to accomplish re-ordering the respondsToSelector
methods aren't needed and shouldn't be checked so an error is thrown and the developer knows that they're missing something. A better option would be to add else
statements along with the respondsToSelector
check and NSLog
that the method still needs to be implemented. Could you add these and send another pull request? Thanks!
Yep I will do that
Just making code cleaner by checking if delegate responds to delegate functions (respondsToSelector) before calling them