Sure be nice to have a watchOS programming forum.
The idea is to tap an image in a table row which triggers a modal segue to page based navigation to present a kind of photo slide show. For now I am using a button to trigger the modal segue into the pages. It works as expected.
I've tried segueing from an actual WKInterfaceTable to these same pages using
didSelectRowAt rowIndex and it takes me to the first page but I cannot swipe through all pages since in watchOS we cannot mix hierarchical navigation with page navigation.
Screenshot
https://imgur.com/a/zHYWkEH
What do you suggest?
The idea is to tap an image in a table row which triggers a modal segue to page based navigation to present a kind of photo slide show. For now I am using a button to trigger the modal segue into the pages. It works as expected.
I've tried segueing from an actual WKInterfaceTable to these same pages using
didSelectRowAt rowIndex and it takes me to the first page but I cannot swipe through all pages since in watchOS we cannot mix hierarchical navigation with page navigation.
Screenshot
https://imgur.com/a/zHYWkEH
What do you suggest?