UILongPressGestureRecognizer issue

后端 未结 1 516
心在旅途
心在旅途 2021-01-23 14:28

i have one issue regarding UILongPressGestureRecognizer, i have add gesture like below of the code

**ViewDidLoad**
UILongPressGestureRecognizer *_longRecognizer          


        
1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-23 15:01

    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.

    0 讨论(0)
提交回复
热议问题