Reputation: 443
i've created a TabView for my photos collection. But i confused how can i remove this TabView controller
Thank you for everyone who answered my question 😇
Upvotes: 0
Views: 45
Reputation: 1247
Add this to your TabView:
.tabViewStyle(.page(indexDisplayMode: .never))
Upvotes: 1