本文介绍了Apple Watch 模拟器不垂直滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在我的 Apple Watch 应用程序上创建了一个基本表格,在组元素中包含一个表格行元素,该元素通过迭代一个简单数组以编程方式填充.该表格显示在模拟器中,但我无法让它垂直滚动所有表格条目.我错过了什么还是模拟器不支持这个动作?
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?
按照此处的教程http://natashatherobot.com/watchkit-create-table/
推荐答案
您的表是否包含在 WKInterfaceGroup
中?这会妨碍正确滚动.
Is your table contained in a WKInterfaceGroup
, by any chance? That would prevent proper scrolling.
这篇关于Apple Watch 模拟器不垂直滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!