Post

Replies

Boosts

Views

Activity

Reply to How do I get a tab bar in iOS15 that looks like the one in iOS14?
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:
Replies
Boosts
Views
Activity
Oct ’21