Search code examples
scrollapple-watch

Apple Watch Simulator not Vertically Scrolling


I created a basic table on my Apple Watch App, with a table row element in a group element which gets populated programatically by iterating over a simple array. The table displays in the simulator, but I cannot get it to scroll vertically through all the table entries. Have I missed something or does the simulator not support this action?

Followed the tutorial here http://natashatherobot.com/watchkit-create-table/


Solution

  • Is your table contained in a WKInterfaceGroup, by any chance? That would prevent proper scrolling.