Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS13 pop viewcontroller by swipe (screen edge) not working

Tags:

ios13

Having normal UINavigationController stack with some UIViewController pushed, I cannot use (screen edge) swiping gesture to go back to root view controller. No custom navBar, no custom back button.

Is anything changed related to using this 'back' swipe gesture? I know that there is a lot new about presenting modals as cards and their dismissal. But I am having troubles with standard pushViewController:animated:.

Building the same project against iOS12 works perfectly fine.

like image 570
Viktor Kucera Avatar asked Sep 13 '19 20:09

Viktor Kucera


1 Answers

Since iOS13 you have to use simulator with bezels. So turning on Window > Show device bezels provide you with swipe back in simulator. Oh dear.

like image 57
Viktor Kucera Avatar answered Jan 01 '23 08:01

Viktor Kucera