3

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.

Metin Say
  • 435
  • 1
  • 4
  • 13
  • 3
    Do 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 Answers3

4

Pull to refresh is actually available in iOS 6.

Here is a tutorial for you.

Pre iOS 6

sbarow
  • 2,759
  • 1
  • 22
  • 37
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
0

TRY SVPullToRefresh or ZBARSDK

Parthi
  • 99
  • 6