UIAlertcontroller set attributed messages
How we can set Attributed text in UIAlertcontroller as message. My try code As bellow, but it will crash the app. // create Attributed text let myAttribute = [NSForegroundColorAttributeName: UIColor(red:122.0/255, green:125.0/255, blue:131.0/255, alpha:1.0),NSFontAttributeName: Constant.flinntRegularFont(15)] let myAttribute2 = [NSForegroundColorAttributeName: UIColor.blackColor(),NSFontAttributeName: Constant.flinntMediumFont(15)] let myString = NSMutableAttributedString(string: "You have been unsubscribed from ", attributes: myAttribute) let myString2 = NSMutableAttributedString(string: self