Control of the Week: MSPullToRefreshController

Aaron Brethorst, April 06, 2013

MSPullToRefreshController

Allows you to have implement a “pull to refresh” control on any UIScrollView. Why is better than other implementations?

  • It’s unintrusive, and simply observes the content offset of the scroll view.
  • You can provide custom views.
  • You can provide custom behaviors to the “refresh” cycle! AKA Once pulled past a certain offset, you can perform anything you want!

With this you can literally implement any “pull-to-refresh” library with the 6 delegates inside!

NOTE: This library was created by the wonderful team of https://github.com/bONchON and https://github.com/timothy1ee from GoMiso.

MIT licensed.

Find out more Add to Favorites See a Video