I have an iPhone application that uses a timer and at every time interval it creates some UILabel controls and adds them into a UIScrollView.
UILabel
UIScrollView
for (UIView *subview in scrollView.subviews) { [subview removeFromSuperview]; }