This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Doubt/Question β Update text parsing, while writing #148
Labels
help wanted
Extra attention is needed
What is the purpose of your issue?
Description
Hello,
I have a doubt that I'm looking forward to get some help ππ»
I have added the RichTextView to my
ViewController
and passed in the input string and it works properly.I have also set the
isEditable
property totrue
.My question comes: how can I update the content (properly parsed) as I'm writing?
I have added the
richText.update(input:_)
within thetextViewDidChange
to be as thetextView.text
, but the view seems to lag/stuck!? and the view doesn't update itself.Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: