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

前端 未结 3 714
隐瞒了意图╮
隐瞒了意图╮ 2021-02-14 07:45

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

- (void)longPress:(         


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