Customize User Notification Style in iOS 10.3

Hello everybody,


It's about Swift 3 in xcode for iOS 10.3 application.


I know that we can customize the alert views using PCLBlurEffectAlert!

This is the Reference.


But I didn't find some reference to customize Local Notification Style.


As I know in older iOS version, like iOS 9.3, it was possible to choice 3 differents Alert style in notificatios's setting : Non or Banners or Alerts, and the third option was Alerts style, that's what I'm looking for in iOS 10.3.


I meen instead of having some notification Banners on the top of screen, I need to have a notification in the middle of screen just like an alarm clock notification, direct and with no need to any user's interaction (like swiping down), to see the eventuel options (title, subtitle, body and the answers : yes/no).


I'm using User Notification in my project (Swift 3 for iOS 10.3), and I want to have one of this alert style in my application.

Is it possible to customize or edit the notification style in iOS 10.3 (Swift 3 with xcode)?

Customize User Notification Style in iOS 10.3
 
 
Q