Change Color Of Title In Alert Swift

[Solved] Change Color Of Title In Alert Swift | Swift - Code Explorer | yomemimo.com
Question : swift 5 change message color of alert

Answered by : wicked-wolf-kfrr7ktv1iyg

Swift 5:
messageKey = "attributedMessage"
titleKey = "attributetTitle"
alert.setValue( NSAttributedString( string: "Your alert message text", attributes: [ .foregroundColor : .red ]
), forKey: messageKey )

Source : | Last Update : Tue, 07 Dec 21

Answers related to change color of title in alert swift

Code Explorer Popular Question For Swift