andreamazz / AMTagListView

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

support for multiple accessory images #57

Closed nsolter closed 6 years ago

nsolter commented 8 years ago

It would be nice to be able to specify an array of images. Because I needed this for my current project, I hacked something up here: https://github.com/andreamazz/AMTagListView/compare/master...emmerge:multiple_images?expand=1 If this is of general interest, I can turn this into something that would be backwards compatible with the single accessory image for a pull request.

andreamazz commented 8 years ago

Hi @nsolter That would be really appreciated. Thanks for all your contributions, I'll make sure to get over the rest of the issues as soon as possible.

nsolter commented 8 years ago

Great, thanks! I'll work on this feature when I have some time, hopefully soon.

nsolter commented 8 years ago

I finally got around to cleaning this up and submitted the pull request.