UIToolbar buttons losing spacing in Xcode 26.1.1 Legacy Mode (UIDesignRequiresCompatibility)

We're using XCode 26.1.1

We do not have resource to adopt Liquid Glass design. Hence, we are using the following workaround

<key>UIDesignRequiresCompatibility</key>
<true/>

This is our Storyboard.


Pre XCode 26

Before XCode 26.1.1, the bottom toolbar looks great.


In XCode 26

However, in XCode 26.1.1, the bottom toolbar buttons seems to "Squish together".

Do anyone have any idea, how I can make UIToolbar works by enabling UIDesignRequiresCompatibility?

Thanks.

UIToolbar buttons losing spacing in Xcode 26.1.1 Legacy Mode (UIDesignRequiresCompatibility)
 
 
Q