在上一个不成功的帖子之后,我想通过在调用 (UIPanGestureRecognizer *)recognizer) 方法时获取组件识别器的 ID 来尝试解决该问题的新方法。在我的代码下面:
- (IBAction)handlePan:(UIPanGestureRecognizer *)recognizer{
// Here, I want to get the ID of the recognizer eg: (a button.id)
}
请问,我该怎么做才能捕获 ID 对象。