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
SWIFT:
for subview in self.scrollView.subviews { subview.removeFromSuperview() }