All Projects → suifengqjn → FMRefreshControl

suifengqjn / FMRefreshControl

Licence: Apache-2.0 license
刷新控件

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

FMRefreshControl

License MIT CocoaPods Build Status

how to add

  • Installation with CocoaPods:pod 'FMRefreshControl'
  • Manual import:
    • Drag All files in the Classes folder to project
    • Import the main file:#import "FMRefreshControl.h"

how to use

//初始化一个control
UIRefreshControl *control = [[FMRefreshControl alloc] initWithTargrt:self refreshAction:@selector(dorefresh)];
//把control 添加到 tableView
[self.tableView addSubview:control];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].