Skip to content

Commit

Permalink
Merge pull request #50 from ilidar/master
Browse files Browse the repository at this point in the history
Fixed issue with hidden progress bar;
  • Loading branch information
Marxon13 committed Nov 24, 2014
2 parents 8559bf8 + 69f78a8 commit 040ce48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ - (CALayer *)getIndeterminateLayer

- (BOOL)isShowingProgressBar
{
return objc_getAssociatedObject(self, &isShowingProgressKey);
return [objc_getAssociatedObject(self, &isShowingProgressKey) boolValue];
}

- (void)setPrimaryColor:(UIColor *)primaryColor
Expand Down

0 comments on commit 040ce48

Please sign in to comment.