Paginated Vertical Scroll WatchKit

606 views Asked by At

Does anyone know how to achieve this scrollable table with the pagination and animation?

Calendar App:

Calendar app

Workout App:

Workout app

If I have a paginated table each ‘view’ is the size of the screen, not like the previous images. I have tried so by doing something like this:

      WKInterfaceController.reloadRootPageControllers(withNames: ["View1", "View2", "View3", "View4"], contexts: nil, orientation: .vertical, pageIndex: 0)
1

There are 1 answers

4
Curiosity On

In watchOS 6 with SwiftUI, you can do this by creating a list with the carousel list style.