UIButton的延迟响应
2016-10-11 本文已影响22人
soulDxl
项目中遇到的问题,一个页面上Button点击之后延迟响应或者不响应的情况,后来发现是由于navigationcontroller的滑动返回手势冲突造成的。
self.navigationController.interactivePopGestureRecognizer.delaysTouchesBegan=NO;
self.navigationController.interactivePopGestureRecognizer.delaysTouchesBegan=NO;