Relative Content

Tag Archive for iosswiftuiswiftui-tabview

TabView indicator not responding to DragGesture

I am currently working on having a carousel view by displaying an array of objects in a TabView. Currently, I have it set so the TabView allows me to swipe horizontally to the next or previous object or choose to let the app rotate automatically to the next object every 20 seconds (defined in an earlier part of the TakesHomePageView code). The tab view indicator is meant to represent the index of said objects and update accordingly.