andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

How to know didSelcted Index? #67

Closed Just013 closed 5 years ago

Just013 commented 5 years ago

How to know didSelcted Index?

andreamazz commented 5 years ago

An instance of the tag is passed in the closure, use that to call indexOf on the tags property of the list.