In iOS 14, UNNotificationPresentationOptions deprecated .alert , and replaced it with .banner and .list.
I understand .alert and .banner have the same action.
But, I don't know how to use .list .
There's no explanation in Apple's documentation.
https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions/3564813-list
How do I use .list ?
I understand .alert and .banner have the same action.
But, I don't know how to use .list .
There's no explanation in Apple's documentation.
https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions/3564813-list
How do I use .list ?