0

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

koen
  • 5,383
  • 7
  • 50
  • 89
Bill Rei
  • 333
  • 3
  • 14

1 Answers1

1

Add this to your TabView:

.tabViewStyle(.page(indexDisplayMode: .never))
wildcard
  • 896
  • 6
  • 16