Alerts/formsheets add 0.8 alpha tint to all vcs all views underneath!?!?!

Hello, I just noticed weird unexpected behaviour. It seems when you present UIAlertController or custom VC as partially screen covering formsheet, ALL the views underneath get 0.8 alpha tint (ios 15 and 18) Is there any way to disable this behaviour? So far it only breaks minor custom "star" view but I imagine arbitrarily adding 0.8 alpha to EVERYTHING can really mess up some layouts/designs.

Regards, Martynas Stanaitis

That's as expected and is the current behavior when an Alert is presented. See Alert section in the Human Interface Guidelines to learn about some of the best practices.

Alerts/formsheets add 0.8 alpha tint to all vcs all views underneath!?!?!
 
 
Q