sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 297 forks source link

AlertController with preferredStyle of .actionSheet Does Not Correctly Display attributedTitle or attributedMessage #316

Open jflores1990 opened 4 years ago

jflores1990 commented 4 years ago

When using AlertController with the preferredStyle as .alert I can set the AlertController's attributedTitle or attributedMessage, then will see font and color changes when the alert displays. When I change the preferredStyle to .actionSheet and display the alert, the attributedTitle and attributedMessage font and color changes do not take effect.