Ricardo Gomes
Ricardo Gomes

Reputation: 140

iOS Swift Notifications action background color

Notification Action Buttons

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

Answers (1)

Tarvo Mäesepp
Tarvo Mäesepp

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

Related Questions