SHORT QUESTIONS

How i will change color & text in keyboard return button swiftui?

Using .submitLabel() modifier we can change it. .submitLabel(.route) .submitLabel(.next) .submitLabel(.search) also we can fetch the action of return button .onSubmit { print(\"Something to the console!\") ...

J
Joynal Abedin
4
Using .submitLabel() modifier we can change it. .submitLabel(.route) .submitLabel(.next) .submitLabel(.search) also we can fetch the action of return button
.onSubmit {
print(\"Something to the console!\")
}
J

Written by Joynal Abedin

Passionate about technology, code, and sharing knowledge.

0 Comments

Leave a Comment