KennethTsang GrowingTextView Versions Save

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

0.7.2

4 years ago

0.7.1

4 years ago

Fixed build setting swift version to Swift 5 #45 #49

0.7.0

4 years ago

Swift 5!

0.6.1

5 years ago

Fix: NSLayoutConstraint weak reference warning. Fix: #40 podspec issue.

0.6.0

5 years ago

Thanks @phpmaple

0.5.6

6 years ago

#29 Example 1 and Example 2 fixed incorrect keyboard position calculation in case using opaque navigation bar.

0.5.5

6 years ago

Updated misspelling keywords #24 :

  • placeHolder -> placeholder
  • placeHolderColor -> placeholderColor
  • attributedPlaceHolder -> attributedPlaceholder

Thanks @MojtabaHs !

0.5.4

6 years ago
  • All 3 examples support iPhoneX.
  • Removed placeHolderLeftMargin attribute. Use textView.textContainer.lineFragmentPadding instead.

0.5.3

6 years ago

Fixed:

  1. Top and bottom insets sometimes appear to be incorrect. #18
  2. Using non-default textContainerInset value, initial text is misplaced #19

0.5.1

6 years ago