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
Post a Comment