Swift中拉动刷新库的弃用和维护邀请

该库已被淘汰且不再维护。我未在任何项目中使用它,但由于时间限制,无法在业余时间继续维护。如果您有意愿成为新的维护者,请联系。该库提供了便捷的UIScrollView方法,用于添加拉动刷新视图功能,并支持自定义动画。使用示例:

tableView.addPullToRefreshWithAction { 
  NSOperationQueue().addOperationWithBlock { 
    sleep(2)
    NSOperationQueue.mainQueue().addOperationWithBlock {
      // 刷新完成后的操作
    }
  }
}
zip
refresher-master.zip 预估大小:38个文件
folder
refresher-master 文件夹
folder
Refresher 文件夹
file
Animator.swift 4KB
file
Info.plist 806B
file
PullToRefreshExtension.swift 4KB
file
Refresher.h 1KB
file
PullToRefreshView.swift 6KB
folder
PullToRefresh.xcodeproj 文件夹
folder
xcshareddata 文件夹
folder
xcschemes 文件夹
file
PullToRefresh.xcscheme 4KB
file
Refresher.xcscheme 4KB
folder
project.xcworkspace 文件夹
folder
xcshareddata 文件夹
file
PullToRefresh.xccheckout 1KB
file
contents.xcworkspacedata 158B
file
project.pbxproj 29KB
file
.swift-version 4B
file
refresher.png 23KB
file
Refresher.podspec 1KB
folder
RefresherTests 文件夹
file
BouncesTests.swift 2KB
file
Info.plist 733B
file
LoadingTests.swift 2KB
file
FrameTests.swift 3KB
file
.travis.yml 157B
folder
PullToRefreshDemo 文件夹
file
Info.plist 1KB
file
AppDelegate.swift 3KB
file
CustomSubview.xib 4KB
folder
Base.lproj 文件夹
file
Main.storyboard 11KB
folder
Images.xcassets 文件夹
folder
LaunchImage.launchimage 文件夹
file
Contents.json 1KB
folder
AppIcon.appiconset 文件夹
file
Contents.json 825B
file
PullToRefreshViewController.swift 4KB
file
PacmanAnimator.swift 4KB
file
ChooseModeViewController.swift 1KB
file
CustomSubview.swift 1KB
file
BeatAnimator.swift 4KB
file
LICENSE 1KB
file
README.md 4KB
file
.gitignore 195B
folder
previews 文件夹
file
anim_default.gif 109KB
file
anim_beat.gif 119KB
file
screenshot_default.png 113KB
file
screenshot_pacman.png 115KB
file
screenshot_beat.png 114KB
file
anim_pacman.gif 160KB
zip 文件大小:591.18KB