How to check whether the cell has a subview or not in iphone?

Posted by Warrior on Stack Overflow See other posts from Stack Overflow or by Warrior
Published on 2010-05-08T10:59:33Z Indexed on 2010/05/08 11:08 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

I am new to iphone development.I have a view called barView which is added as the subview to the cell, if want to check for the condition like this

if(cell has a subview barview)
{
do something.......
}else 
{
do something......
} 

How can i check like this, please help me out.Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c