andreamazz / AMTagListView

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

How to mirror the layout? #35

Closed mohammad19991 closed 9 years ago

andreamazz commented 9 years ago

Can you elaborate?

mohammad19991 commented 9 years ago

yea I mean showing the tags from right to left (alignment).

andreamazz commented 9 years ago

Ok, I see. Right now it's not possible, but it should be easy to implement. I'll keep you posted.

mohammad19991 commented 9 years ago

@andreamazz thank you!

andreamazz commented 9 years ago

Hi @mohammad19991 Checkout commit 753347d for the tagAlignment property. Set it to AMTagAlignmentRight. Let me know if this fixes this issue the way you imagined.

Cheers.