On a UILongPressGestureRecognizer how do I detect which object generated the event?

前端 未结 3 1924
醉梦人生
醉梦人生 2021-02-14 07:20

I have a view with several UIButtons. I have successfully implemented using UILongPressGestureRecognizer with the following as the selector;

- (void)longPress:(         


        
3条回答
提交回复
热议问题