A new feature for notifications in iOS 12 is the possibility to group notifications. iOS will group notifications from an application together by default, showing the user a stack of notifications with the most recent one on top, instead of a long list of mixed notifications from all applications, which is hard to scan through.
In this section, you will learn exactly how you can implement grouped notifications in your own apps.