Hey,
I would like to move the symbols and texts to the right side
That's the code:
NavigationView {
VStack {
List {
Label (
title: { Text("tv") }, icon: { Image(systemName: "tv") }
How do you do that?
Thanks in advance for the answers!
3
0
962