Skip to content

chengdonghai/SwiftPullRefreshDemo

Repository files navigation

SwiftPullRefreshDemo

Pull Refresh with swift

Drag this file to your project. UIScrollView+DHPull.swift

How to use?

Add a pull refresh for a scrollView like this.

tableView.addPullDownRefreshView({ () -> Void in println("start loading") }, baseContentOffset: 0.0)

And stop loading like this.

self.tableView.stopAnimation()

About

Pull Refresh with swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages