Check if a method exists December 25, 2022 by Tarik if ([obj respondsToSelector:@selector(methodName:withEtc:)]) { [obj methodName:123 withEtc:456]; }