//removing all subviews from view.
for (UIView *view in self.subviews) {
[view removeFromSuperview];
}
No comments:
Post a Comment