Skip to content

Releases: devxoul/UITextView-Placeholder

1.4.0

30 Jan 14:18
Compare
Choose a tag to compare
  • Use placeholder as accessibility value when placeholder is visible (#72, @e-sung)

1.3.3

19 Sep 13:33
Compare
Choose a tag to compare
  • Mirror lineFragmentPadding to fix issue with wrong insets in iOS 13 (#67, @fl034)

1.3.2

17 Sep 17:03
Compare
Choose a tag to compare
  • Set isAccessibilityElement to NO (#65)

1.3.1

31 Jul 08:26
Compare
Choose a tag to compare
  • Fix that placeholderTextColor doesn't exist in iOS SDK < 13 (030c4dc, @devxoul)

1.3.0

31 Jul 08:00
Compare
Choose a tag to compare

1.2.1

21 May 18:43
Compare
Choose a tag to compare
  • Fix a bug that setting placeholder after text won't adjust font (#50)

1.2.0

12 Apr 16:36
Compare
Choose a tag to compare
  • Only update placeholder font if textview's font is manually set (#27)
  • Make placeholder and placeholderColor an IBInspectable (#29)

1.1.1

25 Jan 16:02
Compare
Choose a tag to compare
  • Remove calling super.load() (#23)

1.1.0

12 Aug 14:42
Compare
Choose a tag to compare

1.0.9

08 Jun 15:21
Compare
Choose a tag to compare
  • Don't try to removeObserver if we are not yet observing.