UIRefreshControl(RACCommandSupport) Category Reference
Declared in | UIRefreshControl+RACCommandSupport.h UIRefreshControl+RACCommandSupport.m |
Properties
rac_command
Manipulate the RACCommand property associated with this refresh control.
@property (nonatomic, strong) RACCommand *rac_command
Discussion
When this refresh control is activated by the user, the command will be executed. Upon completion or error of the execution signal, -endRefreshing will be invoked.
Declared In
UIRefreshControl+RACCommandSupport.h