Introduced a breaking change toSirenAlertMessaging
. Instead of messages of type string
, objects of type NSAttributedString
need to be passed in. This will allow for further customization of Siren's UIAlertController
without having to create a brand new alert.