iPad UITableView 滚动弹回到顶部
我在 UIPopOver 控件的 UINavigationview 中有一个 UITableView。当用户滚动 UITableView 时,一旦松开,视图就会滚动回顶部。我怎样才能告诉 UITableView 停留在滚动到的位置?
I have a UITableView in a UINavigationview in a UIPopOver control. When the user scrolls the UITableView, the view scrolls back to the top once they let it go. How can I tell the UITableView to stay where it is scrolled to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我需要将整个内容放入 UIScrollView 中
I needed to put the whole thing into a UIScrollView