Open Source UI Control Adding Pull To Refresh On Any UIScrollview In Any Direction

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.

DeliciousTwitterFacebookRedditLinkedInEmail

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.

Leave a Reply

Your email address will not be published. Required fields are marked *