-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
let horizontalScrollView = ASHorizontalScrollView(frame:CGRect(x: 0, y: 0, width: timesView.frame.size.width, height: 50))
timeButtonsArr.removeAll()
horizontalScrollView.removeAllItems() ->> Not Working
timesView.addSubview(horizontalScrollView)
for _ in 1...3{
let button = UIButton(frame: CGRect.zero)
button.backgroundColor = UIColor.blue
horizontalScrollView.addItem(button)
}
Give me a solution... plz.
Result of call to 'removeAllItems()' is unused
Metadata
Metadata
Assignees
Labels
No labels