You are right, sorry about that.
The following process is now in place.
As you know, User Notifications Framework was added in iOS10, and the framework is defined in the following three sections.
Create a UNNotificationAction
Create UNNotificationCategory by specifying the created UNNotificationAction.
Set the created UNNotificationCategory to UNUserNotificationCenter
In the display, the UNNotificationAction section is not displayed from the beginning, and you need to press and hold to display the action. In short, is it possible to display the buttons defined in Action from the beginning like a dialog?
Topic:
Programming Languages
SubTopic:
Swift
Tags: