UITextView-Placeholder
UITextView-Placeholder copied to clipboard
A missing placeholder for UITextView
I used swift pakage manager, and correctly imported in my project file but It doesn't work.
Please add support for adding dependencies with Swift Package Manager 🙏
Fix for issue described here: https://github.com/devxoul/UITextViewPlaceholder/issues/47 where the placeholder is cut off if it extends over one line.
Hi team, My "textview" alignment is right, so How I will change the alignment. Thanks, Salim
 code ``` text.contentInset = .init(top: 0, left: 20, bottom: 0, right: 20) ```
 I use auto layout and when a view is aligned to the bottom of the text view, it cuts off the placeholder...