I'm seeing this in SwiftUI with Map inside of a TabView. Presumably because Map doesn't use a standard scroll view?
var body: some View {
TabView {
Map(coordinateRegion: $region)
.ignoresSafeArea()
.tabItem { Label("Map", systemImage: "map") }
}
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: