I am running into an issue where my navigation controller becomes unusable after initiating then canceling the new iOS 7 back swipe gesture.
Some relevant informatio
I was able to resolve this issue by using animated: true in viewWillAppear and animated: false in viewWillDisappear of the 2nd view controller
animated: true
viewWillAppear
animated: false
viewWillDisappear