iOS UIAlertController Dark Theme -


i'm working on app ios dark theme , want use uialertcontroller. however, white alert looks out of place. against human interface guidelines on dark themed app use dark themed uialertcontroller (when dark themed alert mean switching white background dark grey , text white includes buttons).

assuming it's not against guidelines how go achieving this? can't seem find theme uialertcontroller allow this.

well, customizing uialertview/uialertcontroller not possible, there's plenty of custom alert implementations on cocoacontrols, take there. it's more philosophical question; guess doesn't violate anything.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -