Skip to content

nova8ossa/NBPullToRefresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBPullToRefresh

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

    __weak typeof(self) weakSelf = self;
    [tableView addPullToRefresh:^{
        
        [weakSelf loadData];
    } infiniteRefresh:^{
        
        [weakSelf loadMore];
    }];
    
    [tableView triggerPullToRefresh];

Requirements

Category of UIScrollView.

Installation

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

pod "NBPullToRefresh"

Author

梵天, nova8ossa@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published