9
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Liquid Glassを無効化して一時的に非対応にする方法

Posted at

一般公開されているWWDCの動画、公開Session/Documentationページを参照しています

WWDC25にて発表された情報で今後変わる可能性があります

liquidglass.png

WWDC25でLiquid Glassが登場し、デザインが一新されました。

この変更の影響は大きく、レイアウト崩れだけでなくボタンが反応しない、クラッシュするなどのトラブルに見舞われる可能性があります。

そこで、Appleは一時的にLiquid Glassを一時的に無効化し、従来の見た目を保つことができる互換性モードを用意してくれました。

Info.plistに以下のKeyを追記することで互換性モードを有効化できます。

Info.plist
	<key>UIDesignRequiresCompatibility</key>
	<true/>

なおXcode26 Betaでデフォルトは falseで互換性モードはOFFになっています。

この互換モードは次のメジャーリリースで終了予定です。それまでに新デザインの導入を検討しましょう。

スクリーンショット 2025-06-12 0.31.59.png

参考

State of the Union
https://developer.apple.com/videos/play/wwdc2025/102

9
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?