美文网首页
iOS 禁用黑暗模式

iOS 禁用黑暗模式

作者: 独孤伊人_xie | 来源:发表于2020-11-04 10:08 被阅读0次

在程序的Info.plist文件中加入:
key: UIUserInterfaceStyle
value: Light

截图.png

或者使用代码禁止

self.window?.overrideUserInterfaceStyle = .light

相关文章

网友评论

      本文标题:iOS 禁用黑暗模式

      本文链接:https://www.haomeiwen.com/subject/gsnwvktx.html