Can I remove all tags programmatically? ``` hashtagview.removeAll() ``` I'm using dynamic mode and applying an for each to remove item by item. But the view refresh only once and only the first tagview is removed.
Can I remove all tags programmatically?
I'm using dynamic mode and applying an for each to remove item by item. But the view refresh only once and only the first tagview is removed.