How to make selected option highlighted? #4
Unanswered
sonnguyen9800
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to integrate this project using SwiftUI. The general concept of the app is to make a todo-list app that allow rich text editing.
For now, I am trying to customize the app by make the selected options ("bold", "italic", "underline") to be highlighted (to be brighter, color changed, etc) when that options be chosen? How can I do that?
Current implementation of the app is similar to this:
The above UIViewRepresentable is wrapped inside on SwiftUI View.
Beta Was this translation helpful? Give feedback.
All reactions