SwiftUI
Through the Udemy tutorial I was able to try out SwiftUI. Check out the examples on Github.
The tricky part was getting the image sized correctly, this stackoverflow article has a great example on sizing (screenshot below). By setting the frame width and height and then giving an offset for the photo I was able to fill the frame and center the image.