Loading

Wednesday, August 4, 2010

Remove All Subview From A View

for (UIView *v in MainView.subviews)
{
[v removeFromSuperview];
}

No comments:

Post a Comment