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.