'SwiftUI How to Remove TabViewController
Solution 1:[1]
Add this to your TabView:
.tabViewStyle(.page(indexDisplayMode: .never))
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | wildcard |

