我当前的应用程序是用 objC 和 Swift 开发的。我需要支持暗模式。谁能建议我如何在全局范围内实现这一目标?
这里是添加颜色逻辑的代码,应该出现在深色模式中。
if self.traitCollection.userInterfaceStyle == .dark {
//Add your Dark mode colors here
} else {
//Your normal colors should appear here
}
要了解有关在 iOS 应用程序中调整暗模式的更多信息,请参阅以下博客文章。
How to Adopt iOS 13 Dark Mode in your iOS App
关于ios - 我们如何在 iOS 13 的当前 iOS 应用中支持暗模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56679376/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |