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.5k
Mar ’22