Apple Watch Simulator not Vertically Scrolling

2019-06-13 16:28发布

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条回答
时光不老,我们不散
2楼-- · 2019-06-13 17:00

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

查看更多
登录 后发表回答