Objective C, how to query if an object is of a certain class

Posted by Aran Mulholland on Stack Overflow See other posts from Stack Overflow or by Aran Mulholland
Published on 2010-04-08T06:05:45Z Indexed on 2010/04/08 6:13 UTC
Read the original article Hit count: 275

Filed under:
|

I am deriving from TableViewCell. When i query the table view about an index path it returns a UITableViewCell. How do i find if this object is one of my custom type "CustomCell"?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about derived-class