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]; } }