问题
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.
来源:https://stackoverflow.com/questions/29640985/apple-watch-simulator-not-vertically-scrolling