Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 447 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 447 Bytes

#FLXFluidTextView

FLXFluidTextView is a UITextView subclass that automatically adjusts its frame based on its content size.

The properties maximumHeight and minimumHeight can be set to place limits on the text view's fluidity. Additionally, maximumNumberOfLines and minimumNumberOfLines can be set to automatically set the maximumHeight and minimumHeight properties, respectively, based upon the line height of the text view's font.