iPhone how to check the type of an Object? March 19, 2023 by Tarik if([some_object isKindOfClass:[A_Class_Name class]]) { // do somthing }