Custom tag view
Opened this issue · 4 comments
Deleted user commented
Developer should be able to use custom tag view, built from scratch, without subclassing AMTagView
. This feature could bring much more flexibility to the library.
andreamazz commented
Hi @igormatyushkin014
That's a good point. The implementation should be pretty easy too, I guess I can just extract the needed func calls in a protocol that the view needs to implement. How does that sound?
Deleted user commented
@andreamazz Yeah, I like the idea with protocol.
andreamazz commented
@igormatyushkin014
I've pushed some changes in the develop
branch. You can now provide a UIView conforming to AMTag.
The view must handle its own sizing.
Let me know if that works for you.
andreamazz commented
I'll take the silence as a "it's working". Reopen if something is broken.