There are a number of different pull to refresh controls such as the extremely easy to implement SVPullToRefresh control and Apple’s own UIRefreshControl.
So here’s a pull-to-refresh control that provides something different called MSPullToRefreshControl from John Z Wu, and Tim Lee.
MSPullToRefreshControl can be added to any scrollview and works by observing the content view’s offset rather than becoming a scrollview delegate, and allows you to add scrolling from all four directions.
You can find MSPullToRefreshController on Github here and read more about the differences between the control and other existing solutions over at the Miso blog.
There’s a sample app included – looks like a great solution especially if you need to implement pull to refresh on a custom scrollview.
- Open Source iOS Component That Enables Pull To Refresh With One Line Of Code
- Open Source Custom iOS Slimey Style Pull-To-Refresh Control
- Open Source Pull-To-Refresh Control Supporting The UIRefreshControl API In iOS 5
- Best Resources In iOS Development – April 30th, 2012
- Best Resources In iOS Development – July 22nd 2012
Original article: Open Source UI Control Adding Pull To Refresh On Any UIScrollview In Any Direction
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.