With the addition of UIRefreshControl in iOS 6 Apple provided a great API for creating pull to refresh controls.
Here’s a control from Instructure called CKRefreshControl that provides the same API as UIRefreshControl, but can work with iOS 5 so you can simply use your existing UIRefreshControl with CKRefreshControl.
CKRefreshControl also supports the UIAppearance protocol for customization.
On iOS 6 UIRefreshControl is automatically used instead, and any customizations are forwarded to UIRefreshControl.
Here are a couple of images showing CKRrefreshControl in action from the readme:
You can find CKRefreshControl on Github here.
A nice easy way to add UIRefreshControl in iOS 5 apps.
- Open Source Custom iOS Slimey Style Pull-To-Refresh Control
- Open Source iOS Component That Enables Pull To Refresh With One Line Of Code
- Best Resources In iOS Development – April 30th, 2012
- Best Resources In iOS Development – July 22nd 2012
- Open Source iOS Controls For Pinterest Style Image Table Views
Original article: Open Source Pull-To-Refresh Control Supporting The UIRefreshControl API In iOS 5
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.







