UITextView Placeholder Versions Save

A missing placeholder for UITextView

1.4.0

4 years ago
  • Use placeholder as accessibility value when placeholder is visible (#72, @e-sung)

1.3.3

4 years ago
  • Mirror lineFragmentPadding to fix issue with wrong insets in iOS 13 (#67, @fl034)

1.3.2

4 years ago
  • Set isAccessibilityElement to NO (#65)

1.3.1

4 years ago
  • Fix that placeholderTextColor doesn't exist in iOS SDK < 13 (030c4dc818a67180db0c0fc2cc297f9b874966d2, @devxoul)

1.3.0

4 years ago
  • Make placeholder respects exclusionPath (#51, @polonez)
  • Set placeholderTextView's default background color to clearColor. (#54, @serkodev)
  • Fix import error when module import is not available (#55, @pikacode, #62, @hanl001)
  • Fix a crash on iOS 13 (#64, @devxoul)

1.2.1

5 years ago
  • Fix a bug that setting placeholder after text won't adjust font (#50)

1.2.0

8 years ago
  • Only update placeholder font if textview's font is manually set (#27)
  • Make placeholder and placeholderColor an IBInspectable (#29)

1.1.1

8 years ago
  • Remove calling super.load() (#23)

1.1.0

8 years ago
  • Add the possibility to use an attributedPlaceholder (#10, @pblondin, 5cdda39a818195597cac627a1dcfbd03e028b7c0)

1.0.9

8 years ago
  • Don't try to removeObserver if we are not yet observing.