You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the awesome framework.
I currently got a problem with it displaying a sentence when a tableView is empty. The problem here is that the containing tableView changes size due to business logic and by that the text get wrapped from 1 line initially to 3 lines, making the animation look weird.
My proposal for that would be to expose a variable like maxLabelWidth? that (if set) applies a constraint to the UILabel (like UILabel-width <= maxLabelWidth).
Would be awesome if you could add this in a future version!
The text was updated successfully, but these errors were encountered:
First of all, thank you for the awesome framework.
I currently got a problem with it displaying a sentence when a tableView is empty. The problem here is that the containing tableView changes size due to business logic and by that the text get wrapped from 1 line initially to 3 lines, making the animation look weird.
My proposal for that would be to expose a variable like
maxLabelWidth?
that (if set) applies a constraint to the UILabel (likeUILabel-width <= maxLabelWidth
).Would be awesome if you could add this in a future version!
The text was updated successfully, but these errors were encountered: