i have one issue regarding UILongPressGestureRecognizer, i have add gesture like below of the code
**ViewDidLoad** UILongPressGestureRecognizer *_longRecognizer
So you press the button (then release it I guess) and you are getting the message two times?
Perhaps you should check the state of the GestureRecognizer (like if it's the begin phase or end phase) GestureRecognizer state.