I have read some answer in the stackoverflow like this one Seeing black bars at the top and bottom of the iPhone X Simulator , but it seems little bit different since my issue o
Remove align bottom to Safe Area
and add Bottom Space to super View
(attach bottom space to superview, similar to your top space - is attached with superview)
(Also, set align bottom to Safe Area
for your label containing text "Please contact IT support")
This is a kind of patch solution to your problem. You should actually set Layer outside your safe area layout (Set all anchors of Layer 1357 with respect to super view) and add additional transparent view (UIView) attached with (all anchors) Safe Area layout, containing all other UIElements, to handle it very easily.