OlehKulykov / OKAlertController

Customizable UIAlertController controller
MIT License
31 stars 11 forks source link

Action button color does not change #3

Closed hadiyazdi closed 7 years ago

hadiyazdi commented 7 years ago

action button color reverts to the application tint color and does not change

only cancel action color changes

hadiyazdi commented 7 years ago

Ok, turns out it does not accept UIColor.blackColor() function for some reasons. You have to specify it with RGB (UIColor(red: 0, green: 0, blue: 0, alpha: 1))