You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using
AlertController
with thepreferredStyle
as.alert
I can set theAlertController
'sattributedTitle
orattributedMessage
, then will see font and color changes when the alert displays. When I change thepreferredStyle
to.actionSheet
and display the alert, theattributedTitle
andattributedMessage
font and color changes do not take effect.The text was updated successfully, but these errors were encountered: