UITextView-Placeholder icon indicating copy to clipboard operation
UITextView-Placeholder copied to clipboard

A missing placeholder for UITextView

Results 26 UITextView-Placeholder issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/13959880/83106000-49db7080-a0ee-11ea-9731-b49396d1f1da.png) code ``` text.contentInset = .init(top: 0, left: 20, bottom: 0, right: 20) ```

![screen shot 2018-03-14 at 10 08 56 am](https://user-images.githubusercontent.com/16003400/37418570-c06a4dd4-276f-11e8-81d6-cf29a623335a.png) I use auto layout and when a view is aligned to the bottom of the text view, it cuts off the placeholder...