Navigation stack becomes unusable after canceling iOS 7 back swipe gesture

后端 未结 5 1190
长发绾君心
长发绾君心 2020-12-13 19:02

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

5条回答
  •  伪装坚强ぢ
    2020-12-13 20:03

    I was able to resolve this issue by using animated: true in viewWillAppear and animated: false in viewWillDisappear of the 2nd view controller

提交回复
热议问题