MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

Update label constraints when textContainer.lineFragmentPadding changes #64

Closed markterluun closed 5 months ago

markterluun commented 4 years ago

I noticed that the constraints were only updated after updating the textContainer, not after updating textContainer.lineFragmentPadding and decided to make a fix for it.