HI , i am new to iPhone. i want to check the type of an Object. how i will do that ... the scenerio is i m getting an object . if that object is of type A then do something .. if it is of type B then do something .. currently the type of the object is C that is parent of A and B ...
i have two classes AViewController and BViewController .. the object i m getting in UIViewController .. now how to check whether the object is AViewController or BViewController . how to check that ???