IphoneX View hidden beside the Tabbar controller&#

2019-08-27 01:33发布

问题:

I have tabbar controller from one of the tab one view controller is pushed. in pushed view controller there is view (Camera) which is fixed height and with bottom with safearea.

This view is hidden beside the tabbar in iPhone X but with other device it is correctly visible.

Please suggest solution Thanks in advance

Here is constraint

in Iphone 6

in Iphone X See the camera view is hidden

回答1:

I managed to solve this issue by uncheck under bottom bar of view controller.

It is strange that with that checkbox checked issue occurs only in iPhone X device

Hopefully helpful to someone