Search code examples
swiftsymbolsswiftui-navigationlink

What is the NavigationLink symbol?


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.


Solution

  • 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/