Skip to content

thegrizzlylabs/TGLPullToRefresh

Repository files navigation

TGLPullToRefresh

CI Status Version License Platform

Example

Requirements

Installation

TGLPullToRefresh is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TGLPullToRefresh"

Usage

In viewDidLoad, awakeFromNib:

[self.tableView tgl_setupPullToRefreshWithView:self.pullToRefreshActivityView handler:^{
  // Load data
  //
}];

TGLPullToRefresh should work on any UIScrollView.

Author

Bruno Virlet, bruno.virlet@gmail.com

License

TGLPullToRefresh is available under the MIT license. See the LICENSE file for more info.