sberrevoets / SDCAlertView

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

AttributedTitle of AlertAction does not apply (Color, font, etc...) with ActionSheet #301

Closed paul-aigue closed 4 years ago

paul-aigue commented 4 years ago

Hi,

NSAttributed String used in AlertAction with attributedTitle seams to have no effect on the action cell built when using a AlertController of type ActionSheet.

Is see the execution of self.titleLabel.attributedText = action.attributedTitle

But the string has still the default style (blue tint)

Is there something that could override this attributedString color or font ? Does someone have the same problem?

I'm on iOS12.4

Thanks