标签: swift
您好我在swift中调用shouldRecognizeSimultaneouslyWith
shouldRecognizeSimultaneouslyWith
当我正在使用其他手势时,我将布尔变量设置为true或false。
然后我将布尔变量传递给shouldRecognizeSimultaneouslyWith。
我的问题是,shouldRecognizeSimultaneouslyWith不会连续被调用,所以我的手势识别器会感觉到错误。
任何人都可以帮助重新调用或重新更新shouldRecognizeSimultaneouslyWith