IOS UNNotificationContentExtension 背景颜色匹配主题
IOS NotificationContentExtension background color to match the theme
你好
创建 NotificationContentExtension 时,我可以控制背景颜色。我还可以检测用户的主题是深色还是浅色。
我想将 contentExtension 背景更改为深色或浅色背景以匹配 iPhone 颜色。
如何获取(最好是在运行时)主题的颜色?需要说明的是 - 在所附图片中,您可以看到通知有一个“深色”header。我想确切地知道它的颜色,这样我就可以将内容匹配为相同的颜色。 (而不是当前的“黑色”颜色)
您可以使用UIColor.systemBackground
https://developer.apple.com/documentation/uikit/uicolor/ui_element_colors
我想将 contentExtension 背景更改为深色或浅色背景以匹配 iPhone 颜色。
如何获取(最好是在运行时)主题的颜色?需要说明的是 - 在所附图片中,您可以看到通知有一个“深色”header。我想确切地知道它的颜色,这样我就可以将内容匹配为相同的颜色。 (而不是当前的“黑色”颜色)
您可以使用UIColor.systemBackground
https://developer.apple.com/documentation/uikit/uicolor/ui_element_colors