I have a TextEditor that i want to add a clickable Hyperlink using the TextEditor text.append()
TextEditor(text: $textE)
.textFieldStyle(.roundedBorder)
textE.append(contentsOf: "\n" + LINK......)
I have a TextEditor that i want to add a clickable Hyperlink using the TextEditor text.append()
TextEditor(text: $textE)
.textFieldStyle(.roundedBorder)
textE.append(contentsOf: "\n" + LINK......)
Copyright © 2021 Jogjafile Inc.
I believe you have to use markdown to achieve hyperlink in text.
This question may be useful for you about how to use uitextview