alexdrone / ios-realtimeblur

Multipurpose real-time blur view for iOS6+
MIT License
951 stars 107 forks source link

Blurring MKMapView in background without affecting whats in front of it #21

Closed davidrichard23 closed 10 years ago

davidrichard23 commented 10 years ago

Im trying to blur a map that serves as a background to my profile page. Its working fine except that it takes what I have in front(that I dont want blurred), makes a copy, shifts it down, and blurs it too. Is there a way to avoid this? Here is a screenshot. The most noticable is the profile picture photo sep 24 7 36 30 pm

alexdrone commented 10 years ago

Fixed :)

On Sep 25, 2013, at 2:02 AM, dr2391 notifications@github.com wrote:

Im trying to blur a map that serves as a background to my profile page. Its working fine except that it takes what I have in front(that I dont want blurred), makes a copy, shifts it down, and blurs it too. Is there a way to avoid this? Here is a screenshot. The most noticable is the profile picture

— Reply to this email directly or view it on GitHub.

davidrichard23 commented 10 years ago

thanks!