From fb4240a3cbc95c9be63dc5188561207d08bd2e37 Mon Sep 17 00:00:00 2001 From: Jiar Date: Mon, 25 Jan 2016 12:27:55 +0800 Subject: [PATCH] let the method 'beginRefreshing' activate the target action. --- ODRefreshControl/ODRefreshControl.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ODRefreshControl/ODRefreshControl.m b/ODRefreshControl/ODRefreshControl.m index 362e61c..26294ee 100644 --- a/ODRefreshControl/ODRefreshControl.m +++ b/ODRefreshControl/ODRefreshControl.m @@ -418,6 +418,7 @@ - (void)beginRefreshing self.refreshing = YES; _canRefresh = NO; + [self sendActionsForControlEvents:UIControlEventValueChanged]; } }