sparrowcode / AlertKit

Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
https://sparrowcode.io/frameworks
MIT License
2.33k stars 131 forks source link

Force dark mode #18

Closed snowtema closed 4 years ago

snowtema commented 4 years ago

In some cases, I need to use dark style alerts. How can I enable this?

ivanvorobei commented 4 years ago

You want switch it without change appearance in system?

snowtema commented 4 years ago

Yes! My app designed for dark-mode only. So, I want to force this option.

ivanvorobei commented 4 years ago

If your app design only for dark, simple set custom trait to dark mode. Alert auto detect it and always show in dark mode.

snowtema commented 4 years ago

Thank you, I will try.