Skip to content

Commit

Permalink
smaller pulse radius
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Feb 12, 2015
1 parent c942c40 commit dc3a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPUberView/GPUberViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ - (void)viewDidLoad {
self.pulsingHalo = [PulsingHaloLayer layer];
self.pulsingHalo.animationDuration = 1.5;
self.pulsingHalo.backgroundColor = [UIColor uberBlue].CGColor;
self.pulsingHalo.radius = 100;
self.pulsingHalo.radius = 75;
self.pulsingHalo.position = self.loadingView.center;
[self.loadingView.layer addSublayer:self.pulsingHalo];
self.pulsingHalo.hidden = YES;
Expand Down

0 comments on commit dc3a884

Please sign in to comment.