Any #SwiftUI expert out there who could help me get images in a TabView to work? No matter what I do, the image takes almost the entire width and height.
@Typ0genius I think you'll have to scale it through UIImage/UIGraphicsImageRenderer and then use Image(uiImage:), because the tab view seems to be ignoring the view aspects around the image and just digging it out. Fascinating!