KMPlaceholderTextView icon indicating copy to clipboard operation
KMPlaceholderTextView copied to clipboard

A UITextView subclass that adds support for multiline placeholder written in Swift.

Results 12 KMPlaceholderTextView issues
Sort by recently updated
recently updated
newest added

I noticed that the constraints were only updated after updating the `textContainer`, not after updating `textContainer.lineFragmentPadding` and decided to make a fix for it.

Hai, In Empty Textview if I try to paste its not working..when I type some letters after that only it can allow to paste.

Why doesn't support Arabic and Persian chars???

I want to remove text from textfield and show the manual placeholder , is there any way

Hi I cannot find how to change placeholder text colour

Hi, I like KMPlaceholderTextView so much that (besides using it in my own projects) I have created a video tutorial on how to use it: https://youtu.be/b-ODoxT7qMo If you like it...

It would be cool to have the option to add an attributed placeholder like this: ``` open var attributedPlaceholder: NSAttributedString? { didSet { placeholderLabel.attributedText = attributedPlaceholder } } ``` Thanks!