How do I make an Image in Swift the same height as the text next to it? – Ios swift
I'm brand new to Swift and am making an iOS Minesweeper app. At the top of the screen I want to have an image of a bomb next to a Text() object displaying the number of bombs remaining. I'd like…