Swift中拉动刷新库的弃用和维护邀请
该库已被淘汰且不再维护。我未在任何项目中使用它,但由于时间限制,无法在业余时间继续维护。如果您有意愿成为新的维护者,请联系。该库提供了便捷的UIScrollView方法,用于添加拉动刷新视图功能,并支持自定义动画。使用示例:
tableView.addPullToRefreshWithAction {
NSOperationQueue().addOperationWithBlock {
sleep(2)
NSOperationQueue.mainQueue().addOperationWithBlock {
// 刷新完成后的操作
}
}
}
refresher-master.zip
预估大小:38个文件
refresher-master
文件夹
Refresher
文件夹
Animator.swift
4KB
Info.plist
806B
PullToRefreshExtension.swift
4KB
Refresher.h
1KB
PullToRefreshView.swift
6KB
PullToRefresh.xcodeproj
文件夹
xcshareddata
文件夹
xcschemes
文件夹
591.18KB
文件大小:
评论区