滚动 tableView 时的 UITableView 委托操作? [英] UITableView delegate action when tableView is scrolled?

查看:26
本文介绍了滚动 tableView 时的 UITableView 委托操作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有在滚动 tableView 时运行的 UITableView 委托操作?

Is there a UITableView delegate-action that runs when the tableView is being scrolled?

这可能真的很简单,但我找不到.

This is probably really easy, but I can't find it.

谢谢:)

推荐答案

UITableView 是 UIScrollView 的子类,table 的委托也可以作为滚动视图的委托.因此,您可以将 UIScrollViewDelegate 中的所有方法用于您的表(在表的委托中实现它们),例如

UITableView is a subclass of UIScrollView and table's delegate can also act as a scroll view's delegate. So you can use all methods from UIScrollViewDelegate for your table (implementing them in table's delegate), e.g.

- (void)scrollViewDidScroll:(UIScrollView *)scrollView

(在这种情况下,scrollView 参数将指向您的 tableview)

(scrollView parameter in this case will be pointer to your tableview)

这篇关于滚动 tableView 时的 UITableView 委托操作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆