Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline support #270

Open
midhunnarayan22 opened this issue Nov 16, 2020 · 2 comments
Open

Multiline support #270

midhunnarayan22 opened this issue Nov 16, 2020 · 2 comments

Comments

@midhunnarayan22
Copy link

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

@fvvliet
Copy link

fvvliet commented Dec 17, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants