'-respondsToSelector:' not found in protocol(s)
文章目录
【注意】最后更新于 August 27, 2011,文中内容可能已过时,请谨慎使用。
The respondsToSelector: method is declared in the NSObject protocol. You have to make sure that your custom protocols also conform to the NSObject protocol. Change the declarations of your custom protocols from:
|
|
To:
|
|