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
In one line
[_ui_scroll.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)];