I have received this message ever since I started building my first iPhone program several months ago.
I want to check if a delegate implements a given method. It works but I get this warning.
How can I do it the correct way?
|
I have received this message ever since I started building my first iPhone program several months ago. I want to check if a delegate implements a given method. It works but I get this warning. How can I do it the correct way? |
||||
|
|
|
The
to:
|
|||||
|
|
|
I suppose respondsToSelector is a method of NSObject, and I guess that you have something like |
|||
|