全局禁用夜间模式(暗黑模式)
在Info.plist中增加Appearance
或UIUserInterfaceStyle
,值为Light
,如下
注:Appearance与UIUserInterfaceStyle 是同一个
<key>UIUserInterfaceStyle</key>
<string>Light</string>
info.plist
全局禁用夜间模式(暗黑模式)
在Info.plist中增加Appearance
或UIUserInterfaceStyle
,值为Light
,如下
注:Appearance与UIUserInterfaceStyle 是同一个
<key>UIUserInterfaceStyle</key>
<string>Light</string>