Closed hadiyazdi closed 8 years ago
action button color reverts to the application tint color and does not change
only cancel action color changes
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))
action button color reverts to the application tint color and does not change
only cancel action color changes