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.
我有一个填充了消息的 WKInterfaceTable,我希望在控制器加载时滚动到视图的底部。我能够滚动到最后一个表格单元格,但还不足以让按钮完全在视图中.
我已经尝试过了,但对我不起作用
scroll(to: replyButton, at: .bottom, animated: true)
这就是我正在使用的
convoTbl.scrollToRow(at: selectedConvos.count - 1)
这是结果