Home > OS >  What is the NavigationLink symbol?
What is the NavigationLink symbol?

Time:01-24

What is the symbol in the navigation link that looks like this: ">"

I'm trying to get it to use in my project but can't seem to find it.

CodePudding user response:

You should be able to use it in SwiftUI like…

Image(systemName: “chevron.right”)

If you download the app SF Symbols you can browse all the images that you can access using systemName like this.

https://developer.apple.com/sf-symbols/

  •  Tags:  
  • Related