項目中遇到的問題,一個頁面上Button點擊之后延遲響應(yīng)或者不響應(yīng)的情況,后來發(fā)現(xiàn)是由于navigationcontroller的滑動返回手勢沖突造成的。
self.navigationController.interactivePopGestureRecognizer.delaysTouchesBegan=NO;
self.navigationController.interactivePopGestureRecognizer.delaysTouchesBegan=NO;