hidesBottomBarWhenPushed animation issue on the iPhone X

Hi!


I have an issue using the hidesBottomBarWhenPushed attribute on the iPhone X.


If I set this attribute to true, when I push another controller on the iPhone X the toolbar is moving down during the animation. This is appening only on the iPhone X.

I have made a video that show this behaviour. At the beginning you see the effect on a iPhone 8 and then on the iPhone X.

http://www.dale1.ch/documents/hides-bottom-bar-when-pushed.mov


Someone know a way to stop the toolbar from moving down during the animation?


Thank you


Alan

It might be late for this, but I believe it's due to the toolbar's isTranslucent property been set to false. Switch it to true should solve that problem.
hidesBottomBarWhenPushed animation issue on the iPhone X
 
 
Q