Skip to content

Commit

Permalink
Animate activityIndicatorView as soon as the view appears
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzeino committed Sep 6, 2013
1 parent 5b98a05 commit 2de7dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SVPullToRefresh/UIScrollView+SVInfiniteScrolling.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ - (void)setState:(SVInfiniteScrollingState)newState {
break;

case SVInfiniteScrollingStateTriggered:
[self.activityIndicatorView startAnimating];
break;

case SVInfiniteScrollingStateLoading:
Expand Down

0 comments on commit 2de7dba

Please sign in to comment.