Posts

Post not yet marked as solved
22 Replies
Try leaving the action blank and use .onTapGesture instead: Button(action: {}, label: {Image(systemName: "chevron.right.circle")}).onTapGesture { <#code#> }
Post not yet marked as solved
2 Replies
You'll need to implement a NavigationView with at lest one NavigationLink inside it.