0
votes

Is there any chance to remove blur on a specified area to achieve something like below? Assume that I have blurred MKMapView and want to remove circle shaped blurred area from MKMapView. Any other opinions to achieve something like this would be appreciated.

enter image description here

for those with sufficient privileges: this is a repost of closed and deleted question stackoverflow.com/questions/20723394/…vikingosegundo
I have deleted that post :)kkocabiyik
"Assume that I have blurred MKMapView". No, we should not make any assumption. Instead you should give us all the information you have. including code and attempts.vikingosegundo
I do not have the code, and also don't know what to do, that's why I'm asking for. I could make the view blur but not able to remove the blurry from specified area.kkocabiyik
@kkocabiyik I'd suggest you first achieve the blurring of the view (and there are tons of existing answers on that topic already here on Stack Overflow), so there's no need for us to repeat this here. Once you've learned how to make a snapshot, how to blur it, etc., you can then search for answers about masking images (i.e. cut out the circular center). Much like your original question, this is just too broad and doesn't demonstrate having done much research. The community will be much more receptive to narrower questions that demonstrate that you've done some homework.Rob