Releases: devxoul/UITextView-Placeholder
Releases · devxoul/UITextView-Placeholder
1.4.0
- Use placeholder as accessibility value when placeholder is visible (#72, @e-sung)
1.3.3
- Mirror
lineFragmentPadding
to fix issue with wrong insets in iOS 13 (#67, @fl034)
1.3.2
- Set
isAccessibilityElement
to NO (#65)
1.3.1
- Fix that placeholderTextColor doesn't exist in iOS SDK < 13 (030c4dc, @devxoul)
1.2.1
- Fix a bug that setting placeholder after text won't adjust font (#50)
1.2.0
- Only update placeholder font if textview's font is manually set (#27)
- Make
placeholder
and placeholderColor
an IBInspectable
(#29)
1.1.1
- Remove calling super.load() (#23)
1.0.9
- Don't try to removeObserver if we are not yet observing.