'SwiftUI How to Remove TabViewController

i've created a TabView for my photos collection. But i confused how can i remove this TabView controller

enter image description here

Thank you for everyone who answered my question 😇



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