CocoRongPullToRefresh:使用Swift编写的用于iOS的简单刷新刷新组件

时间:2024-05-17 08:25:11
【文件属性】:

文件名称:CocoRongPullToRefresh:使用Swift编写的用于iOS的简单刷新刷新组件

文件大小:256KB

文件格式:ZIP

更新时间:2024-05-17 08:25:11

swift ios swift3 Swift

CocoRongPullToRefresh 喜欢这个项目吗? Star us above! 刷新刷新是所有应用程序中最常使用的功能之一,此组件提供了一种最简单的方法来为表视图添加刷新刷新功能。 语言能力 用法 有一个示例演示如何轻松使用此组件。 tableView. cr . enablePullRefresh { // Call data api from remote server. get ( " http://xxx.com/api/productlist " ) { dataList in // Update table view datasource self . tableView . datasource = dataList self . tableView . reloadData () // Finish refresh


【文件预览】:
CocoRongPullToRefresh-master
----CocoRongPullToRefresh.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(11KB)
----screenshot()
--------screenshot.gif(364KB)
----.swift-version(4B)
----Example()
--------Sample.xcodeproj()
--------Sample()
----CocoRongPullToRefresh()
--------LoadingViews.swift(7KB)
--------CocoRongPullToRefresh.swift(12KB)
--------CocoRongPullToRefresh.h(2KB)
--------Info.plist(753B)
----README_CN.md(3KB)
----LICENSE(1KB)
----CocoRongPullToRefresh.podspec(608B)
----.gitignore(1KB)
----README.md(2KB)

网友评论