for(UIView *subview in
[stageScrollView subviews])
{
[subview removeFromSuperview];
NSLog(@"Subviews Count=%d",stageScrollView.subviews.count);
}
[stageScrollView
removeFromSuperview];
For the best iPhone & iPad App Development with Custom UI, Quality code, Tips, Sample code and more.