测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布上次发布 | 2016年5月 |
SPM支持 SPM | ✗ |
由 Mikhail Stepkin 维护。
为 Refresher 提供弹性下拉动画。
pod 'ElasticPullToUpdate'
pod 'Refresher'
// Use Refresher extension of UITableView
tableView.addPullToRefreshWithAction({
yourAsyncRefreshingCall(…, callback: {
…
tableView.stopPullToRefresh()
…
})
}, withAnimator: ElasticPullToUpdate(…))
该项目由 应用程序开发机构 Ramotion Inc. 维护。
查看我们的其他 开源项目 或 雇佣我们 设计、开发和扩展您的产品。