Hi Guys 🙂
I have a weird problem with my navigationController on the iPhone X Device and Simulator.
<view 1><view 2>
I use a navigationcontroller and push View 2 on View 1. If I tap the navigationBars backButton (to go back to View 2), nothing happens. I see, that the Button is in selectedState, but the app is hanging. There is no! crash. The App is running, but the UI is frozen.
I debugged the App:
When I tap the button
1. View 2, viewWillDisappear is called
2. View 1, viewWillAppear is called
and now it stoppes. ViewDidDisappear(View2) is not called, ViewdidAppear(View1) is not called ether.
I don't know whats going wrong here. Its only on iPhone X....The implementation works on all oher iPhones - it doesn't matter if its iOS 10 oder iOS 11- it works as expected.
Do you have the same behavior or a solution?
Thanks a lot 🙂