SlackTextViewController
SlackTextViewController copied to clipboard
How do u support to input attribute string?
In my project, I want to support to input attribute string. StatckOverFlow many answers says that we should change textview.text to attribute text manually.So, I changed them in textViewDidChange.
But, it not work well.I read your code and demo.In demo, text attrbutes only used in editText(SLKTextViewController),and then textview undo setText, finaly called super setAttributedText.
I have done all this in my project,it also not work.Which step missed?
I'm sorry, I'm not really following the question. Please provide more concrete examples and references.