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
.
What I want to do is to clear the UIScrollView
every time interval before it puts the UILabel
controls into the UIScrollView
.
How can I clear the contents of the UIScrollView
?