Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尽管有比适合屏幕更多的元素,但我似乎无法通过模拟器或实际手表中的触摸或滚轮获得滚动行为。
嵌套在组中时,表的行为不正常。删除该组,您的 tableview 应该滚动。
HIG 还提到不要这样做:https ://developer.apple.com/watch/human-interface-guidelines/ui-elements/
我的那个没有滚动,因为我在情节提要中为该界面控制器启用了“固定到屏幕边缘”。确保您已禁用该功能。
我在手表应用程序中找到了表格滚动问题的 2 个解决方案。