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.
Asked
Active
Viewed 345 times
0
-
for those with sufficient privileges: this is a repost of closed and deleted question http://stackoverflow.com/questions/20723394/removing-blur-effect-from-a-part-of-a-blurred-view-in-ios – vikingosegundo Dec 21 '13 at 22:41
-
I have deleted that post :) – kkocabiyik Dec 21 '13 at 22:41
-
*"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 Dec 21 '13 at 22:49
-
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 Dec 21 '13 at 22:52
-
@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 Dec 21 '13 at 22:57
-
for example for an answer it would be important to know how you blur. – vikingosegundo Dec 21 '13 at 22:58
-
check this out: http://stackoverflow.com/questions/14670985/adding-a-circle-mask-layer-on-an-uiimageview – Oliver Atkinson Dec 22 '13 at 00:09