user17864647
user17864647

Reputation: 310

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.

Upvotes: 0

Views: 1183

Answers (1)

Fogmeister
Fogmeister

Reputation: 77631

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/

Upvotes: 3

Related Questions