0.2
TagListView 0.2 adds the ability to customize a particular TagView
. addTag(_:)
now returns a TagView
object for you to manipulate. See README.md for more details.
Also, there’s a breaking change. tagPressed
method in TagListViewDelegate
has been renamed to add a tagView
parameter.