Swift Image Button Blue

[Solved] Swift Image Button Blue | Swift - Code Explorer | yomemimo.com
Question : swift image button blue

Answered by : elegant-eagle-3m3n7kdetigu

NavigationView { NavigationLink(destination: Text("Detail view here")) { Image("YourImage") } .buttonStyle(PlainButtonStyle())
}

Source : https://www.hackingwithswift.com/quick-start/swiftui/how-to-disable-the-overlay-color-for-images-inside-button-and-navigationlink | Last Update : Mon, 18 May 20

Answers related to swift image button blue

Code Explorer Popular Question For Swift