Hi everyone,
I want to avoid the iOS 26 Liquid Glass effect in my app’s UI. While researching, I found the following possible solution:
Steps:
- Go to Info.plist
- Add the key:
UIDesignRequiresCompatibility - Type: Boolean
- Value: YES
I have a few questions about this approach:
- According to the Apple Developer website, this seems to be a temporary solution. How long will this continue to work, and what would be the recommended long-term solution?
- Which iOS versions does this support (both older and upcoming versions)?
- If this method is not recommended, is there another way to disable or avoid the glass effect across the entire app without making major UI changes?
Any guidance or suggestions would be greatly appreciated. Thank you!