How to change AMTagView's height
lifengios opened this issue · 1 comments
lifengios commented
How to change AMTagView's height
andreamazz commented
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#>]