0

I am using UIImageview to display the image from saved library.Then, During UILongPressGestureRecognizer event , i insert the custom button to delete.before that in need to shake the pressed image. please if any one help me..

Gowtham
  • 117
  • 12

1 Answers1

0

If I understand you correctly you want to shake the UIImageView, which you can find plenty of examples for. For example this one, check the first answer:

UIView shake animation

Use your UIImageView instead of lockView.

Community
  • 1
  • 1
M0rph3v5
  • 945
  • 1
  • 11
  • 23