How to disable multi click on button?
I have a UITableView: Cell 1: Button 1->push to view controller A Cell 2: Button 2->push to view controller B It works fine. However, when I try to hold and press two buttons at the same time, my app receives following warning: nested push animation can result in corrupted navigation bar. Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted. How should I disable multi click button on cell ? You just need to disable the button while pushing to another View Controller. You can create category of UINavigationController for pushing to another