Post

Replies

Boosts

Views

Activity

How to hide an arrow inside List with NavigationLink?
Is there a way to hide the arrow icon to the right of the navigation link view? I've tried to find the property that can hide the arrow icon, but I couldn't. List(newsList, id: \.id) { article in   NavigationLink(destination: NewsLetterView(news: article)) {     NewsCell(news: article)   } } No modifier?
4
1
5.6k
Oct ’22
How to hide an arrow inside List with NavigationLink?
Is there a way to hide the arrow icon to the right of the navigation link view? I've tried to find the property that can hide the arrow icon, but I couldn't. List(newsList, id: \.id) { article in   NavigationLink(destination: NewsLetterView(news: article)) {     NewsCell(news: article)   } } No modifier?
Replies
4
Boosts
1
Views
5.6k
Activity
Oct ’22