Reputation: 140
After some search i couldn't find information on how to change notification button background colors. Is this possible to do with Swift in iOS?
Thanks :)
Upvotes: 2
Views: 751
Reputation: 4533
The only thing you can do is to set it to red color. You can achieve it if you set actionButton.destructive
equal to true
Upvotes: 1