andreamazz / AMTagListView

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

Sending 'int' to parameter of incompatible type 'CGPoint' (aka 'struct CGPoint') #43

Closed rjpalermo1 closed 8 years ago

rjpalermo1 commented 8 years ago

Hello and first of all thank you for your work here. I implemented this in a project I am working on and did a pod update and received this error on compile:

screen shot 2015-10-15 at 17 35 27
andreamazz commented 8 years ago

https://github.com/andreamazz/AMTagListView/blob/master/CHANGELOG.md#090

textPadding is now a CGPoint to support both vertical and horizontal padding. Change to CGPointMake(15, 15)

rjpalermo1 commented 8 years ago

Thank you!!!