andreamazz / AMTagListView

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

How to change AMTagView's height #64

Closed lifengios closed 7 years ago

andreamazz commented 7 years ago

The height is computed by the library. To increase or decrease the height you can play with the padding. From the readme:

// Text padding (x for horizontal padding, y for vertical)
[[AMTagView appearance] setTextPadding:<#CGPoint#>]