ElaWorkshop / TagListView

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

.addTags not a member #114

Closed ethanfox closed 7 years ago

ethanfox commented 7 years ago

Whenever trying to add multiple tags, Xcode gives an error that addTags is not a member of TagListView.

Cee commented 7 years ago

Have you created an instance of TagListView?

For example:

let tagListView = TagListView()
tagListView.addTags(["Add", "three", "tags"])
// and so on
ahbou commented 7 years ago

I was having the same issue until I pointed the podfile to this repo

pod 'TagListView', :git => 'https://github.com/ElaWorkshop/TagListView'

Cee commented 7 years ago

I'll create a new tag for this repo.

Cee commented 7 years ago

@ahbou @entotsu Have you tried the latest version of TagListView? This bug should be fixed along with issue #116 & #112 .