Search code examples
iosuiprogressviewlocalnotification

Progress view in Local Notification


Is there any way to add progress view in local notification body ? I want to show a progress view for an upload, in notification.


Solution

  • From iOS 10 you can use UNUserNotification framework for creating custom notification interfaces. Please check the link here.