This year we hope for a full control of tab bar style like we have in UIKit. But the only changes is about a very important feature to become deprecated.
From SwiftUI documentation this initializer is deprecated:
init(
selection: Binding<SelectionValue>?,
content: () -> Content
)
- How we know the selected tab?
- How to programmatically change the selected tab?
- Any new modifier for that?