I want to check the type of an object. How can i do this?
Scenario: I get an object. If this object is type A, perform some operations. If it is type B, perform some operations. Currently, the object type is C, which is the parent of A and B.
I have two classes AViewController and BViewController . The object I get in the UIViewController . Now, how to check if an object is an AViewController or a BViewController ?
iphone uiviewcontroller uiview
g.revolution Sep 02 '09 at 14:42 2009-09-02 14:42
source share