文件名称:STableViewController:带有 UITableView 的自定义 UIViewController,支持“拉动刷新”和“加载更多”
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-26 20:31:40
Objective-C
已弃用:不再维护此库。 它已被更新的取代。 稳定视图控制器 STableViewController 是一个自定义的 table view controller,支持pull-to-refresh和load-more 。 它旨在具有可以轻松自定义的视图和行为。 请参阅Demo/Demo.xcodeproj的演示项目。 用法 首先,只需将STableViewController.h和STableViewController.m复制到您的项目文件中。 STableViewController 本身并不是很有用。 它必须被子类化以应用您的自定义视图并调整任何行为。 为了快速开始,您可以包含以下文件以供参考: DemoTableViewController -子类STableViewController 。 这声明了用于 pull-to-refresh 和 load-more 的视图。 还包
【文件预览】:
STableViewController-master
----.gitignore(203B)
----STableViewController.podspec(577B)
----LICENSE(1KB)
----Demo()
--------Demo.xcodeproj()
--------Demo()
----README.md(2KB)
----STableViewController()
--------STableViewController.h(3KB)
--------STableViewController.m(10KB)