when I use segue to go back in some part in my app this unnecessary function appear.
I try to cancel it by write
navigationItem.hidesBackButton = false
but it cancels only the navigation controller auto generated back button but it isn't cancel the auto generated swipe up go back function.
Asked
Active
Viewed 48 times
0

itay
- 43
- 6
-
https://stackoverflow.com/questions/31731751/disable-swipe-back-gesture-in-swift may be this link can help you – Chính Quang Nov 06 '19 at 07:43
-
non of this options help – itay Nov 06 '19 at 14:36