Prevent UITableView from receiving two touches (nested pop animation can result in corrupted navigation bar)

I am using a UITableView in my app, which when tapped will use UINavigationController to push another view controller onto the navigation controller's view controller stack. However, when a cell o...