如何处理iPhone 6s / 6s plus中UITapGesture和3D Touch之间的冲突?

时间:2016-03-02 07:22:50

标签: ios uitapgesturerecognizer

在我试用iPhone 6s之前,

tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleTapGesture:)]; tapGesture.numberOfTapsRequired = 1; [self addGestureRecognizer:tapGesture]; 对我有用。

请找到以下代码。

handleTapGesture

然后,我遇到了这个问题,在iPhone 6s中不会调用code=2200 [Invalid query] message="Key may not be empty"。我认为这是因为iPhone 6s的 Force Touch 功能。 有谁知道如何解决这个问题?感谢。

0 个答案:

没有答案