Skip to content

Releases: KennethTsang/GrowingTextView

0.5.1

31 Oct 16:18
Compare
Choose a tag to compare

0.5.0

17 Oct 16:11
Compare
Choose a tag to compare

Migrate to Swift 4.

Latest Release for Swift 3

17 Oct 15:31
Compare
Choose a tag to compare

Added support for Swift 3.2.

0.3.0

30 Jul 03:23
Compare
Choose a tag to compare

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

19 Jun 03:18
Compare
Choose a tag to compare

Remove duplicate placeHolder rect calculation. #12

0.2.7

16 Jun 10:22
Compare
Choose a tag to compare

#11

  • Support attributedPlaceHolder.
  • Placeholder NSString? -> String? to be more Swifty.

0.2.6

14 Jun 01:18
Compare
Choose a tag to compare

Support setting a minimum height. #10

0.2.5

23 May 03:07
Compare
Choose a tag to compare

Fixed #9: infinite layoutSubviews loop

0.2.4

23 May 03:08
Compare
Choose a tag to compare

Fixed #8
Crash if not implementing delegate method - textViewDidChangeHeight.

0.2.3

16 Mar 03:26
Compare
Choose a tag to compare

Added IB support.