StatusProvider icon indicating copy to clipboard operation
StatusProvider copied to clipboard

Adjust textView size

Open EternalBlack opened this issue 7 years ago • 0 comments

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!

EternalBlack avatar Jun 15 '18 07:06 EternalBlack