Post

Replies

Boosts

Views

Activity

Comment on SwiftUI TextEditor performance issues
I forgot to state: If you are using the method I mentioned above, you might need a dedicate State parameter to help you trigger the redraw of the view. Such scenarios include: loading file contents to the TextEditor, etc. Such State parameter can be anything... i.e. a Bool (and you toggle it).
Dec ’22