andreamazz / AMTagListView

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

add clientData to tags #49

Closed nsolter closed 8 years ago

nsolter commented 8 years ago

Fixes issue #48 Completely backwards compatible

andreamazz commented 8 years ago

Hi @nsolter This is great, thanks. Before merging I would request a couple of changes. Mainly I would like to treat the payload in a familiar way for a cocoa developer. I'm thinking about NSNotification's payloads. So I propose these two changes:

nsolter commented 8 years ago

@andreamazz good suggestions. Done. Thanks!

andreamazz commented 8 years ago

Brilliant, merged. Thanks :+1: