Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamztang committed Jul 27, 2014
2 parents a7d56f9 + b824381 commit 9cb8f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CanvasLibrary/CSBlurView.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ + (void) setBlur: (UIBarStyle)barStyle view:(UIView *)view {
toolbar.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
toolbar.barTintColor = view.backgroundColor;
toolbar.barStyle = barStyle;
toolbar.clipsToBounds = YES;
[view insertSubview:toolbar atIndex:0];
}

Expand Down

0 comments on commit 9cb8f78

Please sign in to comment.