Xcode – SwiftUI TabView insets are not respected during rotation
For a Carousel custom component we are using a TabView with the following modifier: .tabViewStyle(.page(indexDisplayMode: .never)) Everything is working quite well, except that during rotation handling, a strange bottom inset appear on the bottom: Looking more in deep with the…