摘要:
- (BOOL)respondsToSelector:(SEL)aSelector Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)Paraments:aSelector: A selector that identifies a message.Return:YES if the receiver implements or inherits a meth. 阅读全文