andreamazz / AMTagListView

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

How do I remove the 'tail' part of the AMTagView #40

Closed goelv closed 8 years ago

goelv commented 8 years ago

Firstly, thank you soo much for this great library. It's exactly what I need!!

I wouldn't like to have any 'tail' element for any of the AMTagView objects. How do I do this?

andreamazz commented 8 years ago

Hi @goelv tagLength set to 0 should do the trick. Let me know if itworks, I can't try right now because I'm afraid my eyes will pop off, but I'll be happy to check it out tomorrow.

Glad this lib is helping you :+1:

Cheers

andreamazz commented 8 years ago

BTW, I would also set holeRadius to 0 to avoid surprises.

goelv commented 8 years ago

Great thank you, that worked like a charm!

Yes I already had put the holeRadius to 0.

andreamazz commented 8 years ago

Ace :+1: