ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 492 forks source link

Remove Button Not Working On Added Tag In TagListView Inside Scrollview #219

Closed philipborbon closed 5 years ago

philipborbon commented 5 years ago

TagList view is inside scrollview, TagList view height is udpating property but remove is not working.

philipborbon commented 5 years ago

Adding "TagListViewDelegate" does the trick.

    func tagRemoveButtonPressed(_ title: String, tagView: TagView, sender: TagListView) {
        tagView.removeFromSuperview()
    }