6

In ios12 emojis are showing perfect but I updated my Xcode and in iOS 13 all emojis turns to gray any one please help me how can be able to fix this.

In code I have written like this //Show pop up

let otherAlert = UIAlertController(title: "Souhaites-tu supprimer cette notification ?", message: "", preferredStyle: UIAlertController.Style.actionSheet)

enter image description here

enter image description here

shashi Gupta
  • 141
  • 1
  • 11
  • 1
    https://stackoverflow.com/q/56955800/793607 also attempts to answer this. – HalR Mar 24 '20 at 22:01
  • 1
    Also, its interesting that alert style alertController's still show them in color. – HalR Mar 24 '20 at 22:03
  • @HalR I see the answers suggested by you but don't find any solutions there. Does UIAlerViewController do no longer support emoji in colourful in ios13. Please suggest. – shashi Gupta Mar 25 '20 at 09:12
  • 1
    UIAlertViewController in .action mode does not support color emoji in ios13. The link I posted shows someone making a custom class to use instead. – HalR Mar 25 '20 at 16:04

0 Answers0