-3

I want to blur the part of image where I move the finger on image view similar to "Touch Blur" application. Many thanks in advance.

1 Answers1

0

Use this library ios-realtimeblur by passing the touch location along with the height and width you want for the same; also add that view as a subview of UIImageView. Make sure every time touch changes remove your previous blur view or change the frame of it.

Hope this helps.

Bhargav Soni
  • 1,067
  • 1
  • 9
  • 22
  • Its adding blur to particular frame but what I want is add blur effect to all parts of image where I touched the image or the part where touch changes. – Steve T Jun 08 '16 at 08:19