After updating Xcode26, there is a layer of glass effect on the button, which appears on iOS 26 iPhones

I want to turn off this effect and maintain the style before iOS18. Do I need to add content about iOS26 to the info.plist? Specifically, which content is it? I want to turn off the glass effect on the button

Solved, info. plist set 'UIDesignRequiresCompatibility' to true

After updating Xcode26, there is a layer of glass effect on the button, which appears on iOS 26 iPhones
 
 
Q