Apple Watch Simulator not Vertically Scrolling

半腔热情 提交于 2019-12-10 11:56:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!