Hi,
There are 2 pages in navigation stack.
If a navigation bar of the first page is hidden, then when you pop the second page with ios swipe back gesture, its layout gets shifted down during the gesture and remains shifted after the gesture is canceled.
Details are here:
https://stackoverflow.com/questions/42280419/layout-is-shifted-down-on-ios-back-gesture-if-navigation-bar-of-underneath-page
Is there anything I can do to prevent this?
Thanks in advance!