Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot cutomize colors #59

Closed
mdflores opened this issue Mar 20, 2018 · 1 comment
Closed

Cannot cutomize colors #59

mdflores opened this issue Mar 20, 2018 · 1 comment

Comments

@mdflores
Copy link

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
Copy link
Author

mdflores commented Mar 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants