表视图拉动刷新添加到视图底部
我正在查看EGOTableViewPullRefresh
,当我们按住tableview
时,它就会刷新。
我需要执行以下操作;
我需要用户滚动到表视图的底部并按住,然后滚动到页面以添加更多记录。这可能吗?
更新:
在foursqure和twitter中,我们可以按住滚动一段时间,并在应用程序刷新时显示箭头符号。
我需要实现与此类似的功能,但用户必须转到表视图的最后一条记录并按住以显示箭头符号,并且它应该显示接下来的 10 条记录。
I was looking at EGOTableViewPullRefresh
where when we hold down the tableview
, and it gets refreshed.
I need to do the following;
I need the user to scroll to the bottom of the Table View and hold-on and then the page to add more records. Is this possible ?
Update:
In foursqure and twitter, we could hold the scroll for awhile and arrow signs gets displayed as the application refresh.
I need to implement something similar to this, but the user will have to go to the last record of the tableview and hold to display the arrow sign and it should display the next 10 records.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个 - 底部上拉刷新管理器
look this - Bottom Pull up to refresh manager