Apple Watch Simulator not Vertically Scrolling

2019-06-13 16:17发布

问题:

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/

回答1:

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