pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Cannot cutomize colors #59

Closed mdflores closed 6 years ago

mdflores commented 6 years ago

let alertController = PMAlertController(title: titleText, description: bodyText, image: image, style: .alert) alertController.gravityDismissAnimation = false alertController.alertTitle.tintColor = alertTitleColor alertController.alertDescription.tintColor = alertContentColor

When presented it shows the default colors

mdflores commented 6 years ago

let alertController = PMAlertController(title: titleText, description: bodyText, image: image, style: .alert) alertController.gravityDismissAnimation = false alertController.alertTitle.textColor = alertTitleColor alertController.alertDescription.textColor = alertContentColor