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.

#iOSDev

@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!
@tewha Thank. Yes I already found a UIKit solution for that, but I would prefer a SwiftUI solution as this will be for https://exploreswiftui.com
Explore SwiftUI - Visual Library for SwiftUI Components

Discover SwiftUI components and modifiers through visual examples with ready-to-use code samples. Copy, paste, and ship.

Explore SwiftUI