nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

snapshot appropriate area of underlying view #50

Closed stuntdouble closed 10 years ago

stuntdouble commented 10 years ago

When dynamic = NO, we need to be sure to snapshot the appropriate bounds of the underlying view so the blur matches what is directly behind the blur view.

The issue is apparent in the Basic Example. Disabling dynamic updates using the switch should not change the blur, but it does because the new snapshot is taken with bounds origin (0,0).