[iOS] ISRefreshControl - A Library to Make UIRefreshControl Compatible with iOS5
Notes on how to use “ISRefreshControl”, a library that makes UIRefreshControl (supported from iOS6) compatible with iOS5.
・ishkawa/ISRefreshControl · GitHub
・ISRefreshControl for iOS - Cocoa Controls
・iOS5で動作するUIRefreshControlのライブラリをつくったときの話 - blog.ishkawa.org
Since it’s based on UIRefreshControl, you can refer to these documents:
・UIRefreshControl Class Reference
・[iOS6] 引っ張って更新を簡単に実装できる UIRefreshControl を TableView で使ってみる | ラクイシロク
・Objective-Cと戦うブログ: iOS6から追加されたUIRefreshControlを試す
・UIRefreshControlで引っ張って更新をする #iOS #UITableViewController #UIRefreshControl - Qiita [キータ]
That’s all from the Gemba.