Do anyone know an open source for Pull-To-Refresh control like the mail app in iOS 7? Lots of apps use it, so I think there should be one. It would be perfect, because I would save quite a time.
Asked
Active
Viewed 1.4k times
3
-
3Do you mean the UIRefreshControl?That's part of iOS, you don't need any open source code. – rdelmar Nov 09 '13 at 16:15
-
possible duplicate of [iPhone Pull Down Refresh like Tweetie](http://stackoverflow.com/questions/1634739/iphone-pull-down-refresh-like-tweetie) – Pratik B Nov 09 '13 at 17:45
-
try [SurfingRefreshControl](https://github.com/peiweichen/SurfingRefreshControl) – PeiweiChen Jun 14 '16 at 00:35
3 Answers
2
You are looking for UIRefreshControl which is available for every UITableViewController - https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIRefreshControl_class/Reference/Reference.html

kkodev
- 2,557
- 23
- 23