Hey everyone. So I've been making an app where you can click a button and add an image to the app. But, since I'm new, I can't figure out how to have a button whose action is adding an image. My idea would be:
Button("Bush") { Image("Bush") }
but that doesn't work. Please help!