iPadOS18 Tab Bar leaves unwanted space at bottom of screen

iPadOS18 Tab Bar has been moved to top of screen. Everything looks ok when translucent=true. But there is an unwanted white space at bottom of screen when setting translucent=false.

Is it iPadOS bug?

See white area at bottom of attached screenshot.

Answered by Frameworks Engineer in 806620022

The translucent property of UINavigationBar, UIToolbar, and UITabBar are all but formally deprecated and we recommend against setting them to false. Instead we recommend updating your layout code to handle safe areas and other more modern layout practices.

Accepted Answer

The translucent property of UINavigationBar, UIToolbar, and UITabBar are all but formally deprecated and we recommend against setting them to false. Instead we recommend updating your layout code to handle safe areas and other more modern layout practices.

iPadOS18 Tab Bar leaves unwanted space at bottom of screen
 
 
Q