MitchBu Well-Known Member Licensed User Longtime User Jan 22, 2021 #1 Is there any way to style text in TextView while keeping it editable ?
Semen Matusovskiy Well-Known Member Licensed User Jan 22, 2021 #2 You can assign CSBuilder to TextView.AttributedText. Unlike, if you need a text editor, this is not enough. Upvote 0
You can assign CSBuilder to TextView.AttributedText. Unlike, if you need a text editor, this is not enough.
MitchBu Well-Known Member Licensed User Longtime User Jan 26, 2021 #3 It's alright. I will use html/css/javascript, then. I know UITextView does support editing with AttributedText, though. Perhaps I need to experiment. UITextView | Apple Developer Documentation A scrollable, multiline text region. developer.apple.com Upvote 0
It's alright. I will use html/css/javascript, then. I know UITextView does support editing with AttributedText, though. Perhaps I need to experiment. UITextView | Apple Developer Documentation A scrollable, multiline text region. developer.apple.com