
1 MonkeyBro Oct 12, 2020 if (@available(iOS 13.0, *)) { self.window.overrideUserInterfaceStyle = UIUserInterfaceStyleLight; } 一行代码就算适配了。 |
2 ydq419453527 Oct 12, 2020 没有这个要求 |
3 dorentus Oct 12, 2020 |
4 strongcoder Oct 12, 2020 你不适配暗黑模式 就把设置成仅亮色就好了 不设置的 默认切换过去 整个 APP 很难看的 |
5 Leonard Oct 12, 2020 没有这个要求,只是要求最低使用 Xcoe11 打包。暗黑模式你可以手动设置不支持,不然会默认支持。 |
7 GaryLee OP 学到了,感谢各位大佬! |