I have been using a ScrollView with a Vertical scroll instead of ListView with SwiftUI because of Customisation Limitations with ListView. I have found with Views Embedded in Such Scroll View along with Navigation Link, the icons or Images in such views are highlighted. This is happening on Xcode 11 beta 3 SwiftUI.
I have the same issue this is my code
If I Comment NavigationLink this will happen :
After searching on web I found the solution
After NavigationLink add this line :
.buttonStyle(PlainButtonStyle())
With SwiftUI with Buttons having Action handler we get a Default Blue icon. To avoid add an dafault Parameter .buttonStyle(.plain)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With