Closed luai-kalkatawi closed 6 years ago
add this in TagListView class
open func deSelectAll(){
for tag in self.tagViews {
tag.isSelected = false
}
}
You can add a category that extends the TagListView
class and use @tarek903’s method.
Is there a way to add clear all selected item as a function?
Thank you.