ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.63k stars 492 forks source link

Multiline support #270

Open midhunnarayan22 opened 3 years ago

midhunnarayan22 commented 3 years ago

if I create a tag with more than 2 lines the background view is not scaling with respect to content

fvvliet commented 3 years ago

FWIW: I changed line 261 in TagListView from let frameWidth = frame.width to let frameWidth = UIScreen.main.bounds.width - 20

This solved it for me when using TagListView in tableViewCell

haiderTkxel commented 2 years ago

@midhunnarayan22 How could you create a tag with 2 lines OR multilines?