KennethTsang GrowingTextView Versions Save

An UITextView in Swift. Support auto growing, placeholder and length limit.

0.5.2

6 years ago

Fixed: Top and bottom insets sometimes appear to be incorrect. #18

0.5.0

6 years ago

Migrate to Swift 4.

0.4.0

6 years ago

Added support for Swift 3.2.

0.3.0

6 years ago

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

6 years ago

Remove duplicate placeHolder rect calculation. #12

0.2.7

6 years ago

#11

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

0.2.6

6 years ago

Support setting a minimum height. #10

0.2.4

6 years ago

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

0.2.5

6 years ago

Fixed #9: infinite layoutSubviews loop

0.2.3

7 years ago

Added IB support.