1

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

Sudha
  • 85
  • 11

1 Answers1

0

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

Vaisakh Vinod
  • 267
  • 2
  • 14