Skip to content

Releases: KennethTsang/GrowingTextView

Latest Release for Swift 5

19 Dec 08:12
Compare
Choose a tag to compare
0.7.2

Fix build issue

0.7.1

07 Aug 14:54
f3bd63d
Compare
Choose a tag to compare

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

0.7.0

24 May 10:26
Compare
Choose a tag to compare

Swift 5!

Latest Release for Swift 4.2

25 Sep 06:40
Compare
Choose a tag to compare

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

0.6.0

20 Sep 15:09
Compare
Choose a tag to compare

Thanks @phpmaple

Latest Release for Swift 4.1

28 Apr 05:38
Compare
Choose a tag to compare

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

0.5.5

11 Feb 02:09
Compare
Choose a tag to compare

Updated misspelling keywords #24 :

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

Thanks @MojtabaHs !

0.5.4

17 Dec 07:58
Compare
Choose a tag to compare
  • All 3 examples support iPhoneX.
  • Removed placeHolderLeftMargin attribute. Use textView.textContainer.lineFragmentPadding instead.

0.5.3

01 Nov 15:28
Compare
Choose a tag to compare

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.2

31 Oct 16:17
Compare
Choose a tag to compare

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