Objective-C - check if a method exist
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-04-28T20:24:37Z
Indexed on
2010/04/28
20:27 UTC
Read the original article
Hit count: 383
objective-c
Hi, is there anyway I can test if a method exist in Objective-C?
I'm trying to add a guard to see if my object has the method before calling it.
Thanks,
Tee
© Stack Overflow or respective owner