bottom-pull-to-refresh:UITableView底部的“ Pull-to-Refresh”行为

时间:2024-06-04 11:00:00
【文件属性】:

文件名称:bottom-pull-to-refresh:UITableView底部的“ Pull-to-Refresh”行为

文件大小:55KB

文件格式:ZIP

更新时间:2024-06-04 11:00:00

Objective-C

MNMBottomPullToRefresh是一种将拉动刷新功能添加到UITableView的底部而不是通常的顶部的解决方案。 此视图可用于检索大列表的更多值或页面。 该解决方案基于Mediator设计模式( )。 MNMBottomPullToRefreshManager充当“拉入刷新”视图及其容器表视图之间的介体,将视图与滚动管理分离。 为了维持这种解耦,没有UITableView子类,允许开发人员将此行为添加为UITableView自身子类的集合,而无需创建中间类或直接在管理表委托和数据源的UIViewController中添加。 安装说明: 将整个MNMBottomPullToRefresh文件夹复制到您的项目中 在您的UIViewController类中,创建一个MNMBottomPullToRefreshManager来链接UITableView和MNMPullToRe


【文件预览】:
bottom-pull-to-refresh-master
----MNMBottomPullToRefreshDemo()
--------en.lproj()
--------main.m(376B)
--------MNMBottomPullToRefreshDemo-Prefix.pch(355B)
--------MNMBPTRAppDelegate.m(2KB)
--------MNMBPTRViewController.xib(8KB)
--------Default-568h@2x.png(18KB)
--------MNMBPTRAppDelegate.h(1KB)
--------MNMBPTRViewController.m(6KB)
--------MNMBottomPullToRefresh()
--------MNMBottomPullToRefreshDemo-Info.plist(1KB)
--------MNMBPTRViewController.h(2KB)
----README.md(3KB)
----MNMBottomPullToRefreshDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(16KB)
----appledoc.plist(833B)
----.gitignore(215B)

网友评论