Hello,
Could someone from Apple clarify the support and behavior of the UIDesignRequiresCompatibility property?
The UIDesignRequiresCompatibility documentation states that this property will be ignored for builds targeting iOS 27 or later.
I have a couple of questions:
-
Does "builds targeting iOS 27 or later" refer to an app that was built using Xcode 27 or later?
-
iOS 27 is expected to be released in Fall 2026. Suppose that after iOS 27 is released, I create a new build using Xcode 26, with UIDesignRequiresCompatibility set to true, and install that build on an iOS 27 device. Will UIDesignRequiresCompatibility still be honored in this scenario, or will it be ignored and the app will use the Liquid Glass UI?
Thanks!