Change: after release 12.1.1 this problem is fixed. You can keep the original structure.
If you change the structure
UITabBarController -> UINavigationController -> UIViewController
at
UINavigationController -> UITabBarController -> UIViewController
You will find that this problem is resolved. I really don't know why Apple is not fixing this problem.
In iOS 12.1, this problem becomes more serious. You can see how the text of the TabBar jumps above the TabBar every time you use the gesture to go back.
Note. This method may solve this problem, but I'm not sure if this is good. In addition, if your structure is quite complex, you need to change a lot of things.
Jeff Zhang Nov 01 '18 at 0:45 2018-11-01 00:45
source share