Does anyone know how to achieve this scrollable table with the pagination and animation?
Calendar 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)


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