JNMentionTextView icon indicating copy to clipboard operation
JNMentionTextView copied to clipboard

textview placeholder when using JNMentionTextView

Open mohamedFalah opened this issue 4 years ago • 0 comments

I am using a class which implements UITextViewDelegate to add placeholder to Textview https://tij.me/blog/adding-placeholders-to-uitextviews-in-swift/

the placeholder appear if nothing is written in text but when i start typing the placeholder does not go after implementing JNMentionTextView also placeholder should appear if all text is deleted from text view but after the implementation of JNMentionTextView it does not

mohamedFalah avatar Jul 06 '20 20:07 mohamedFalah