Releases: KennethTsang/GrowingTextView
Releases · KennethTsang/GrowingTextView
Latest Release for Swift 3
Added support for Swift 3.2.
0.3.0
Call layoutSubviews when changing minHeight and maxHeight. You can now handle the minHeight and maxHeight change animation in textViewDidChangeHeight delegate function. #14
0.2.8
Remove duplicate placeHolder rect calculation. #12
0.2.7
#11
- Support attributedPlaceHolder.
- Placeholder NSString? -> String? to be more Swifty.
0.2.6
Support setting a minimum height. #10
0.2.5
Fixed #9: infinite layoutSubviews loop
0.2.4
Fixed #8
Crash if not implementing delegate method - textViewDidChangeHeight.