SwiftUI Handle different frame alignments in Stack – Ios swift
I have several views in a VStack/ScrollView using SwiftUI, The text elements I want to be leading (not centered in the view) but the Image I want centered on the Y axis. I've tried using center alignment in the frame…