Skip to content

Commit

Permalink
Revert "Reproduce bug which dynamic=NO is not working."
Browse files Browse the repository at this point in the history
This reverts commit 25c4c67.
  • Loading branch information
inamiy committed Aug 26, 2013
1 parent 3d37b85 commit c66544f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Examples/FXBlurViewExample/FXBlurViewExample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,9 @@ @interface ViewController ()

@implementation ViewController

- (void)viewDidLoad
{
[super viewDidLoad];

self.blurView.dynamic = NO;
}

- (IBAction)updateBlur:(UISlider *)slider
{
self.blurView.blurRadius = slider.value;
}

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
{
[self.blurView setNeedsDisplay];
}

@end

0 comments on commit c66544f

Please sign in to comment.