OPHTableController:用于拉动刷新和加载更多功能的通用表控制器

时间:2024-06-24 19:45:38
【文件属性】:

文件名称:OPHTableController:用于拉动刷新和加载更多功能的通用表控制器

文件大小:33KB

文件格式:ZIP

更新时间:2024-06-24 19:45:38

Objective-C

OPH表控制器 下拉刷新和分页(加载更多)在当代 iOS 应用程序中已经无处不在。 并且有许多库提供下拉刷新或分页,但不能同时提供。 所以我们决定编写我们自己的自定义表管理器来处理这两种功能。 所以现在你只需要写下你的观点,而忘记实际的下拉刷新和分页细节。 OPHTableController是适用于 iOS 的 UITABLEVIEW 管理器,只需一行代码即可为您的 tableView 提供下拉刷新和分页功能(以及默认视图)。 self.tableController = [[OPHTableController alloc] initWithScrollView:self.tableView delegate:self]; 它使用来实现所有下拉刷新功能。 ##Installation with CocoaPods 是 Objective-C 的依赖管理器,它自动化并


【文件预览】:
OPHTableController-master
----.gitignore(1KB)
----CONTRIBUTING.md(402B)
----LICENSE(1KB)
----PrefixHeader.pch(496B)
----README.md(4KB)
----OPHTableControllerTests()
--------OPHTableControllerTests.m(877B)
--------Info.plist(744B)
----OPHTableController.podspec(630B)
----OPHTableController()
--------main.m(337B)
--------ViewController.m(2KB)
--------AppDelegate.h(286B)
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------ViewController.h(222B)
--------Base.lproj()
----CONTRIBUTORS.txt(46B)
----OPHTableController.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
----.gitattributes(12B)
----Source()
--------SSPullToRefreshView.m(12KB)
--------OPHLoadMore.m(8KB)
--------SSPullToRefreshView.h(7KB)
--------OPHTableController.m(1KB)
--------PrefixHeader.pch(496B)
--------SSPullToRefreshSimpleContentView.m(2KB)
--------SSPullToRefreshDefaultContentView.m(3KB)
--------OPHLoadMore.h(2KB)
--------SSPullToRefresh.h(438B)
--------SSPullToRefreshDefaultContentView.h(484B)
--------SSPullToRefreshSimpleContentView.h(424B)
--------OPHTableController.h(2KB)

网友评论